-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
InstantTimeProviderTest.testInstantCurrentTimeNanos is consistently failing #11680
Comments
These failures are when running with |
@ejona86 @shivaspeaks @kannanjgithub I went through the details and found like above scenarios mentioned in the issue details failed because the given tolerance time of 10 milliseconds exceeded in UT ( I,e first run/failure completed in 13 milliseconds and second completed in 18 milliseconds as mentioned below). 1730533931622822000 -> November 2, 2024 1:22:11.622 PM 1731147454282900000 -> November 9, 2024 3:47:34.282 PM As per my Analysis we can update the tolerance value to 50 from 10 milliseconds to resolve this issue, Please confirm? |
How about setting it to 100 ms or 1 second, so we don't deal with it again? 75 ms is already too large to notice precision issues, so I'm not sure what we gain by using 75 ms instead of 1 second. |
This recently flaked when not running with TSAN. http://sponge2/973b69a4-998c-457f-a496-c49bc8c3eef0 |
Yes, lets make it 1s. @vinodhabib |
Inside Google:
Another arbitrary failure:
@vinodhabib
CC @kannanjgithub
The text was updated successfully, but these errors were encountered: