-
Notifications
You must be signed in to change notification settings - Fork 74
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
Debian build failures #87
Comments
Let me be a bit more specific. I just updated the package in Debian to latest version ( The test
Failure is:
Note that the 2 failures were on different architectures, meaning that it's not really a hard failure that is architecture specific, but it seems more like the test is flaky. From the top of your head, do you see any reason why the test Thanks! |
Thank you for the report and for detailed repro steps. I was able to repro on amd64 using
Takes only a few seconds on my computer :) It is indeed a race. #92 is potential fix, going to sleep on it and let anyone opportunity to review and complain. |
I definitely won't complain :D Happy to see that it was easy to reproduce, and apparently easy to fix. I didn't even know how to run a particular test so far, thanks for sharing this one-liner, I'll re-use it for sure. |
Looks good for me thanks! |
Just added |
It looks like some of the tests are currently failing on the debian build infrastructure:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1036256
@pin maybe you could have a look if you can reproduce them?
The traces maybe hint to one of the time.sleep calls which might add up
The text was updated successfully, but these errors were encountered: