bug#28779: tests/workers.scm failure

2017-11-17 Thread Ludovic Courtès
Eric Bavier skribis: > Looks good to me. Pushed as 232b3d31016439b5600e47d845ffb7c9a4ee4723. Thanks, Ludo’.

bug#28779: tests/workers.scm failure

2017-11-16 Thread Eric Bavier
Looks good to me. Thanks, Eric Bavier, Scientific Libraries, Cray Inc. From: Ludovic Courtès Sent: Thursday, November 16, 2017 02:29 To: Eric Bavier Cc: 28...@debbugs.gnu.org Subject: Re: bug#28779: tests/workers.scm failure Hi Eric, Eric Bavier

bug#28779: tests/workers.scm failure

2017-11-16 Thread Ludovic Courtès
Hi Eric, Eric Bavier skribis: > test-name: enqueue > location: /home/users/bavier/src/guix/tests/workers.scm:26 > source: > + (test-equal > + "enqueue" > + 4242 > + (let* ((pool (make-pool)) > + (result 0) > + (#{1+!}# (let ((lock (make-mutex))) > + (l

bug#28779: tests/workers.scm failure

2017-10-10 Thread Eric Bavier
Roughly 1 in 2 runs of tests/workers.scm fails on my system. Output: GNU Guix 0.13.0.3413-984e3-dirty: ./test-suite.log # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XP