-
Notifications
You must be signed in to change notification settings - Fork 1.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
[BUG] QueryPhaseTests.testQueryTimeoutChecker is flaky #9464
Comments
Another occurrence #9469 (comment) |
Moving into concurrent search project for now, will take this up in a few days. |
Having trouble recreating this failure locally, probably means the flakiness is not related to the random test seed so will need to take a closer look at the test code. In fact from what I can tell it doesn't look like the query phase is used at all in this test so it may be related to parameterization instead of concurrent search. |
It looks like the parts of QueryPhase that are tested here are common to both concurrent and non-concurrent path. Moreover, it looks like this flakiness hasn't been reported in a few weeks, so going to deprioritize this one for now. |
This test is not flaky just for concurrent search:
The method being tested here is |
https://build.ci.opensearch.org/job/gradle-check/22250/
https://build.ci.opensearch.org/job/gradle-check/23226/
CC @sohami @jed326 we have new flaky tests :(
The text was updated successfully, but these errors were encountered: