-
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
Mute flaky test SearchWeightedRoutingIT.testStrictWeightedRoutingWith… #9175
Conversation
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 @Poojita-Raj for quickly jumping on this one.
This is the top hitter in last two flaky test reports. I think muting it till it is fixed is the right thing to do.
Compatibility status:
|
Gradle Check (Jenkins) Run Completed with:
|
…CustomString Signed-off-by: Poojita Raj <poojiraj@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #9175 +/- ##
============================================
+ Coverage 71.10% 71.12% +0.02%
- Complexity 57326 57329 +3
============================================
Files 4768 4768
Lines 270540 270540
Branches 39559 39559
============================================
+ Hits 192369 192434 +65
+ Misses 61966 61902 -64
+ Partials 16205 16204 -1 |
Gradle Check (Jenkins) Run Completed with:
|
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Compatibility status:
|
…CustomString (opensearch-project#9175) Signed-off-by: Poojita Raj <poojiraj@amazon.com> Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
…CustomString (opensearch-project#9175) Signed-off-by: Poojita Raj <poojiraj@amazon.com> Signed-off-by: Ivan Brusic <ivan.brusic@flocksafety.com>
…CustomString (opensearch-project#9175) Signed-off-by: Poojita Raj <poojiraj@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
…CustomString
Description
Mutes flaky test SearchWeightedRoutingIT.testStrictWeightedRoutingWithCustomString
As mentioned in this comment by @dreamer-89: #8279 (comment)
This test has failed 85 times between build number 20900 to 22120. Muting it till the issue is fixed.
Related Issues
Related to #8030
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.