-
Notifications
You must be signed in to change notification settings - Fork 24.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
[TEST] NoMasterNodeIT.testNoMasterActions fails #24369
Comments
This has been failing more frequently over the last couple of days: Suspicious that all of these failures on Windows and 5.x. |
Another failure on Windows, 5.x: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+5.x+multijob-windows-compatibility/129/console Reassigning from Areek to @bleskes for now. @bleskes feel free to reassign to someone else as appropriate |
The current log tries make sure we waited some (but not too long). This is unpredictable and fails all the time. This commit removes all of it and just make sure that we throw the right exceptions after timing out. Fixes #24369
The current log tries make sure we waited some (but not too long). This is unpredictable and fails all the time. This commit removes all of it and just make sure that we throw the right exceptions after timing out. Fixes #24369
@bleskes this failed on 5.3 as well - might be worth a backport? |
The 5.3 branch should be set to push only in CI and we should then not worry about backporting fixes for sporadic test failures. |
This test sporadically fails when it runs on a CI machine that slows down a bit. The test relies on timing, which is a big NONO:
Failure:
Build: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+5.4+multijob-windows-compatibility/46/consoleFull
The text was updated successfully, but these errors were encountered: