-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] FieldSortIT.testTrackScores tests are flaky for concurrent segment search #11189
Comments
Was able to confirm with the provided test seed Sample flaky response:
Correct response:
Additionally, this test is flaky only when adding the Perhaps it's also related to using |
Ah this looks like the problem: OpenSearch/server/src/main/java/org/opensearch/search/query/TopDocsCollectorContext.java Lines 531 to 538 in c178d8e
See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#max-float-float- |
Describe the bug
The test testTrackScores is flaky for concurrent segment search
Stacktrace from local flakiness
The text was updated successfully, but these errors were encountered: