-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Fix flaky test BoolQueryBuilderTests.testToQuery #17944
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
Fix flaky test BoolQueryBuilderTests.testToQuery #17944
Conversation
b4f67b8
to
4a6ceb0
Compare
❌ Gradle check result for 4a6ceb0: 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? |
4a6ceb0
to
40b3e60
Compare
❌ Gradle check result for 40b3e60: 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? |
40b3e60
to
7f8b331
Compare
❌ Gradle check result for 7f8b331: 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? |
Signed-off-by: guojialiang <[email protected]>
7f8b331
to
445951d
Compare
❕ Gradle check result for 445951d: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17944 +/- ##
=========================================
Coverage 72.57% 72.58%
- Complexity 67066 67083 +17
=========================================
Files 5470 5470
Lines 309697 309770 +73
Branches 45045 45056 +11
=========================================
+ Hits 224776 224858 +82
+ Misses 66602 66504 -98
- Partials 18319 18408 +89 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this @guojialiang92 !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @guojialiang92 for the fix!
Signed-off-by: guojialiang <[email protected]> Signed-off-by: Tanishq Ranjan <[email protected]>
Signed-off-by: guojialiang <[email protected]> Signed-off-by: Harsh Kothari <[email protected]>
Signed-off-by: guojialiang <[email protected]> Signed-off-by: Harsh Kothari <[email protected]>
Description
This PR is trying to fix a flakey test
org.opensearch.index.query.BoolQueryBuilderTests.testToQuery
.Related Issues
Resolves #[17943]
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.