[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Test failures with 0.9.31
From: |
Ludovic Courtès |
Subject: |
Re: Test failures with 0.9.31 |
Date: |
Wed, 30 Oct 2013 22:42:39 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Andreas Enge <address@hidden> skribis:
> when upgrading from 0.9.30 to 0.9.31 in the GNU Guix distribution,
> where all packages are built in a sparsely populated chroot, about
> half the tests in testcurl fail with messages similar to
> Failed to bind to port 11080: Address already in use
Sounds like tests may need to be run sequentially. Did you try
#:parallel-tests? #f ?
Ludo’.