You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test DeterministicThrottleTest.throttlesWithinPermissibleTolerance() is flaky, and we disabled it in #13666 .
The reason is probably that it uses System.nanoTime(). We should redesign the test (and maybe also DeterministicThrottle) so that we can control time and get deterministic results.
The text was updated successfully, but these errors were encountered:
The test DeterministicThrottleTest.throttlesWithinPermissibleTolerance() is flaky, and we disabled it in #13666 .
The reason is probably that it uses System.nanoTime(). We should redesign the test (and maybe also DeterministicThrottle) so that we can control time and get deterministic results.
The text was updated successfully, but these errors were encountered: