-
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] Flaky test: org.opensearch.search.query.QueryProfilePhaseTests.testMinScoreDisablesCountOptimization #10518
Labels
Comments
5 tasks
Taking a look |
Hi @peteralfonsi, the Jenkins build you provided is |
The issue happened on both concurrent and non-concurrent search cases.
|
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
QueryProfilePhaseTests.testMinScoreDisablesCountOptimization is flaky. See this CI failure.
To Reproduce
Run
./gradlew ':server:test' --tests "org.opensearch.search.query.QueryProfilePhaseTests"
Expected behavior
Test should succeed when run.
Additional context
Found through failed Jenkins build, reproduced on main branch.
The text was updated successfully, but these errors were encountered: