-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
Occasional failure in installed 3.13.0 test_int #125076
Comments
I've seen this now and then on buildbots. I believe it is Windows-specific and due to clock resolution. |
If so, then the assertion value should be doubled on Windows. |
@encukou The failing line 738 is one you merged. |
if it is only being flaky on a specific platform feel free to add a platform specific skip. we only need this to run in CI on at least one tier1 platform. |
(this skip is worth backporting to all branches that contain this test) |
(All supported branches have this test.) |
For background: since this test was added, converting to str was optimized so much that it takes less than a Windows clock tick. But, I haven't been able to reproduce this reliably outside buildbots. @terryjreedy, do you see this on a machine where you could test a fix?
Yes, for #114911, I factored out similar logic from a couple of places in the tests. I didn't make the timeouts smaller. (Didn't mean to, anyway.) |
On Windows, on tests of 1 and about 14 of 16, so maybe 1 in 10: same failure.
I expect not Windows specific
The text was updated successfully, but these errors were encountered: