unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#32331: Cuirass: Restarting Cuirass get it to build a huge lot of duplicate derivations
@ 2018-07-31  9:56 Clément Lassieur
  2018-07-31 10:05 ` Clément Lassieur
  2018-07-31 23:40 ` Clément Lassieur
  0 siblings, 2 replies; 3+ messages in thread
From: Clément Lassieur @ 2018-07-31  9:56 UTC (permalink / raw)
  To: 32331

That's because DB-GET-PENDING-DERIVATIONS tries to select *distinct*
derivations but it doesn't work because they all have a distinct id even
though they are the same.

That's a direct consequence of https://bugs.gnu.org/32190.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#32331: Cuirass: Restarting Cuirass get it to build a huge lot of duplicate derivations
  2018-07-31  9:56 bug#32331: Cuirass: Restarting Cuirass get it to build a huge lot of duplicate derivations Clément Lassieur
@ 2018-07-31 10:05 ` Clément Lassieur
  2018-07-31 23:40 ` Clément Lassieur
  1 sibling, 0 replies; 3+ messages in thread
From: Clément Lassieur @ 2018-07-31 10:05 UTC (permalink / raw)
  To: 32331

Clément Lassieur <clement@lassieur.org> writes:

> That's because DB-GET-PENDING-DERIVATIONS tries to select *distinct*
> derivations but it doesn't work because they all have a distinct id even
> though they are the same.

I meant they have a distinct *evaluation* even though they are the same.

> That's a direct consequence of https://bugs.gnu.org/32190.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#32331: Cuirass: Restarting Cuirass get it to build a huge lot of duplicate derivations
  2018-07-31  9:56 bug#32331: Cuirass: Restarting Cuirass get it to build a huge lot of duplicate derivations Clément Lassieur
  2018-07-31 10:05 ` Clément Lassieur
@ 2018-07-31 23:40 ` Clément Lassieur
  1 sibling, 0 replies; 3+ messages in thread
From: Clément Lassieur @ 2018-07-31 23:40 UTC (permalink / raw)
  To: 32331-done

Clément Lassieur <clement@lassieur.org> writes:

> That's because DB-GET-PENDING-DERIVATIONS tries to select *distinct*
> derivations but it doesn't work because they all have a distinct id even
> though they are the same.
>
> That's a direct consequence of https://bugs.gnu.org/32190.

I think I misunderstood what DISINCT meant.  Closing :-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-31 23:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-31  9:56 bug#32331: Cuirass: Restarting Cuirass get it to build a huge lot of duplicate derivations Clément Lassieur
2018-07-31 10:05 ` Clément Lassieur
2018-07-31 23:40 ` Clément Lassieur

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).