-
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
Fixing SnapshotResiliencyTests.testTransportGetSnapshotsAction #9189
Fixing SnapshotResiliencyTests.testTransportGetSnapshotsAction #9189
Conversation
Signed-off-by: INDRAJIT BANERJEE <indrajohn7@gmail.com>
Signed-off-by: INDRAJIT BANERJEE <indrajohn7@gmail.com>
Signed-off-by: INDRAJIT BANERJEE <indrajohn7@gmail.com>
Signed-off-by: INDRAJIT BANERJEE <indrajohn7@gmail.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
…tener object Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
server/src/test/java/org/opensearch/snapshots/SnapshotResiliencyTests.java
Outdated
Show resolved
Hide resolved
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #9189 +/- ##
============================================
- Coverage 71.10% 71.02% -0.08%
+ Complexity 57326 57308 -18
============================================
Files 4768 4768
Lines 270540 270540
Branches 39559 39559
============================================
- Hits 192369 192154 -215
- Misses 61966 62215 +249
+ Partials 16205 16171 -34 |
Signed-off-by: Indrajit Banerjee <banerind@amazon.com>
server/src/test/java/org/opensearch/snapshots/SnapshotResiliencyTests.java
Show resolved
Hide resolved
Compatibility status:
|
Gradle Check (Jenkins) Run Completed with:
|
Compatibility status:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: INDRAJIT BANERJEE <indrajohn7@gmail.com>
Gradle Check (Jenkins) Run Completed with:
|
Compatibility status:
|
Gradle Check (Jenkins) Run Completed with:
|
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-9189-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 d252de15f510322a2aeb55b4c1995a4434074dd2
# Push it to GitHub
git push --set-upstream origin backport/backport-9189-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.x Then, create a pull request where the |
…earch-project#9189) * Fixing flaky test testTransportGetSnapshotsAction Signed-off-by: INDRAJIT BANERJEE <indrajohn7@gmail.com> Signed-off-by: Indrajit Banerjee <banerind@amazon.com> Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
…earch-project#9189) * Fixing flaky test testTransportGetSnapshotsAction Signed-off-by: INDRAJIT BANERJEE <indrajohn7@gmail.com> Signed-off-by: Indrajit Banerjee <banerind@amazon.com> Signed-off-by: Ivan Brusic <ivan.brusic@flocksafety.com>
…earch-project#9189) * Fixing flaky test testTransportGetSnapshotsAction Signed-off-by: INDRAJIT BANERJEE <indrajohn7@gmail.com> Signed-off-by: Indrajit Banerjee <banerind@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Description
This PR resolves the flaky test:
testTransportGetSnapshotsAction
with a single createSnapshotResponseStepListener object.Related Issues
Resolves #9186
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.