-
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
Remove awaits fix for ApproximatePointRangeQuery tests #15727
Conversation
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
❌ Gradle check result for d6e8ff3: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for d6e8ff3: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for b846d4e: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #15727 +/- ##
============================================
- Coverage 71.95% 71.94% -0.02%
+ Complexity 64192 64191 -1
============================================
Files 5270 5271 +1
Lines 300052 300166 +114
Branches 43368 43380 +12
============================================
+ Hits 215917 215967 +50
- Misses 66442 66468 +26
- Partials 17693 17731 +38 ☔ View full report in Codecov by Sentry. |
server/src/test/java/org/opensearch/search/approximate/ApproximatePointRangeQueryTests.java
Show resolved
Hide resolved
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> (cherry picked from commit 7cb2bd0) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…hortCircuitAscSort by enforcing sorting behavior after collecting docIDs (#15727) (#15871) (cherry picked from commit 7cb2bd0) Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
Description
Remove awaits fix for flaky tests that have been fixed in #15590
Related Issues
Resolves #15600
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.