-
Notifications
You must be signed in to change notification settings - Fork 565
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
Intermittent TestServer.checkMetricsForExecutorService #4982
Comments
It seems there is an inherent race condition in this test - the update of metrics may happen after the response is returned, causing the next request to be "too early" to see the modified metric. |
For |
Yes, this is the case in at least one other test as well. I am addressing them. |
Just failed in 4x on top of the fix commit ce733cb
|
Tweak with FT #5103 |
Re-opening. Daniel had improved on my original retry approach, but retrying is not the right solution here. The test |
The text was updated successfully, but these errors were encountered: