-
Notifications
You must be signed in to change notification settings - Fork 195
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
Try to diagnose why RestartingLoadStepTest.updatedBindingsOnRestart is flaky #366
Try to diagnose why RestartingLoadStepTest.updatedBindingsOnRestart is flaky #366
Conversation
IIUC, the problem is that One thing that is confusing to me is that I have not been able to reproduce this flake locally; I have only seen it on ci.jenkins.io. Perhaps it is specific to Java 11?? |
I have been looking into this. The minimal reproducer is something like this:
I'll file a JENKINS ticket and a separate PR with a potential fix (not really sure about the best approach), and then I'll close this PR. |
See #367 for the fix. |
I recently received a bug report with similar symptoms as described in the
@Ignore
message added toRestartingLoadStepTest.updatedBindingsOnRestart
in b3a6847 (from #363, same flake was also mentioned in #362 (comment)), so I want to investigate in case the flakes we've seen recently are related.