-
Notifications
You must be signed in to change notification settings - Fork 2
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
flaky test_memoize_path_dir ? #55
Comments
@yarikoptic I'm not sure what the cause is, but I've created #56 so we can at least see what's going on in case it happens again. |
@yarikoptic As far as I can tell, when this line is called, the first & second The curious part is that this happened twice in a row, but with different test functions. |
#56 was merged, and awhile back @jwodder said that tests didn't fail for awhile and indeed https://github.com/con/fscacher/actions is all green. Closing |
now reported to fail in debian too: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1079398 . I insofar failed to reproduce locally to troubleshoot further etc. |
In Debian I added a timeout (e.g., 5s) before I don't quite understand the assumption as written here: try:
# unless this computer is too slow -- there should be less than
# cache._min_dtime between our creating the file and testing,
# so we would force a direct read: I mean the code should never wish the computer to be fast enough to achieve atomicity. According to my understanding, something similar to #60 still applies. |
Fresh run https://github.com/con/fscacher/runs/4440200422?check_suite_focus=true failed on Mac
although was all green before AFAIK.
The text was updated successfully, but these errors were encountered: