-
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
Fix flaky test testStatsOnShardUnassigned in RemoteStoreStatsIT #9057
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #9057 +/- ##
============================================
- Coverage 71.03% 71.01% -0.03%
- Complexity 57229 57246 +17
============================================
Files 4765 4765
Lines 270293 270293
Branches 39533 39533
============================================
- Hits 192013 191951 -62
- Misses 62086 62216 +130
+ Partials 16194 16126 -68 |
7643fd7
to
379d19d
Compare
Signed-off-by: Ashish Singh <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Compatibility status:
|
https://github.com/opensearch-project/OpenSearch/pull/8718/files needs to be backported to 2.x that introduced this test |
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Ashish Singh <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Compatibility status:
|
Gradle Check (Jenkins) Run Completed with:
|
server/src/internalClusterTest/java/org/opensearch/remotestore/RemoteStoreStatsIT.java
Show resolved
Hide resolved
--------- Signed-off-by: Ashish Singh <[email protected]> (cherry picked from commit ff6a885) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…search-project#9057) --------- Signed-off-by: Ashish Singh <[email protected]>
… (#9090) --------- (cherry picked from commit ff6a885) Signed-off-by: Ashish Singh <[email protected]> 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>
…search-project#9057) --------- Signed-off-by: Ashish Singh <[email protected]> Signed-off-by: Kaushal Kumar <[email protected]>
…search-project#9057) --------- Signed-off-by: Ashish Singh <[email protected]> Signed-off-by: Ivan Brusic <[email protected]>
…search-project#9057) --------- Signed-off-by: Ashish Singh <[email protected]> Signed-off-by: Shivansh Arora <[email protected]>
Description
This fixes the flaky test for different type of failures mentioned in the issue #9036.
Related Issues
Resolves #9036
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.