-
Notifications
You must be signed in to change notification settings - Fork 23
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
test suite unreliable since v1.2.0 #65
Comments
I'll bet it will -- I suspect the reason is that the doc tests are compiled as separate binaries, so they're not sharing the The doc tests are not very interesting anyway, so I think you'd also be fine with |
I'll try that, thanks! |
Looks like running tests with a single thread solves the issue 👍🏼 |
Re-opening because it happened here in CI for the first time: We could also run CI with a single thread, but I'm going to see if I can make that more robust. |
Fedora package builds since v1.2.0 was released have been very unreliable. The test suite seems to fail in roughly 20% of test runs with various wild error messages, particularly from doctests:
I have seen failures like this now on x86_64, ppc64le, and s390x, so it does not appear to be architecture-specific, but more likely a race condition.
I can try running tests single-threaded if that helps?
The text was updated successfully, but these errors were encountered: