-
Notifications
You must be signed in to change notification settings - Fork 43
test-pgp and test-pgpmime fails non-deterministically #177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Building with many cores is probably key to reproduce (I'm using 32 here). And I confirm the
The dependencies used are:
It should be relatively easy to reproduce using Guix (e.g. with |
With this patch removing the two tests, I could build/run the test suites 10 times without a failure. |
Are the tests being run in parallel? This might cause issues since test-pgp and test-pgpmime both setup/use/clobber (the same) temporary GNUPG_HOME environment. If you just run one of those tests by itself, using a command like |
I can't investigate much at the moment, but yes, the tests were run in parallel, via |
Then that is probably why. |
I was able to reproduce the problem running only
It probably happened in the first minute of looping the test. |
which test failed? |
Hm, sorry for the too short output, here's more context including the failure:
It failed on |
Hi,
This affects at least 3.2.14 and 3.2.15. Sometimes the test suite passes, sometimes it fails, like so:
I suppose there is a race somewhere in the build system.
I think I've seen
test-pgpmime
fail as well.The text was updated successfully, but these errors were encountered: