-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 test testRemoteStoreCleanupForDeletedIndexForSnapshotV2 #15695
Conversation
Signed-off-by: Marc Handalian <[email protected]>
❌ Gradle check result for 402f941: 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 402f941: 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 402f941: 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 402f941: 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 #15695 +/- ##
============================================
+ Coverage 71.95% 71.97% +0.01%
- Complexity 64192 64218 +26
============================================
Files 5270 5270
Lines 300052 300052
Branches 43368 43368
============================================
+ Hits 215917 215975 +58
+ Misses 66442 66342 -100
- Partials 17693 17735 +42 ☔ View full report in Codecov by Sentry. |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.x
# Create a new branch
git switch --create backport/backport-15695-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 261b17a4fb9978fc2a9ef82958efe5d7ff63ffa6
# Push it to GitHub
git push --set-upstream origin backport/backport-15695-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.x Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.17 2.17
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.17
# Create a new branch
git switch --create backport/backport-15695-to-2.17
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 261b17a4fb9978fc2a9ef82958efe5d7ff63ffa6
# Push it to GitHub
git push --set-upstream origin backport/backport-15695-to-2.17
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.17 Then, create a pull request where the |
Signed-off-by: Marc Handalian <[email protected]> (cherry picked from commit 261b17a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…rch-project#15695) Signed-off-by: Marc Handalian <[email protected]>
* Mute test testRemoteStoreCleanupForDeletedIndexForSnapshotV2 (#15695) Signed-off-by: Marc Handalian <[email protected]> * Mute flaky test RemoteFsTimestampAwareTranslogTests.testSimpleOperationsUpload (#15732) Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Sachin Kale <[email protected]> * Mute failing snapshot status tests (#15652) Signed-off-by: Lakshya Taragi <[email protected]> Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Lakshya Taragi <[email protected]> * Restore snapshot changes for shallow snapshot V2 (#15462) --------- Signed-off-by: Sachin Kale <[email protected]> Co-authored-by: Sachin Kale <[email protected]> Co-authored-by: Gaurav Bafna <[email protected]> Signed-off-by: Sachin Kale <[email protected]> * version change to V_2.17.0 for node min version check (#15644) Signed-off-by: Anshu Agarwal <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]> Signed-off-by: Sachin Kale <[email protected]> --------- Signed-off-by: Marc Handalian <[email protected]> Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: Lakshya Taragi <[email protected]> Signed-off-by: Lakshya Taragi <[email protected]> Signed-off-by: Anshu Agarwal <[email protected]> Co-authored-by: Marc Handalian <[email protected]> Co-authored-by: Sachin Kale <[email protected]> Co-authored-by: Lakshya Taragi <[email protected]> Co-authored-by: Gaurav Bafna <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]> Co-authored-by: Anshu Agarwal <[email protected]>
…rch-project#15695) Signed-off-by: Marc Handalian <[email protected]>
…rch-project#15695) Signed-off-by: Marc Handalian <[email protected]>
…rch-project#15695) Signed-off-by: Marc Handalian <[email protected]>
…rch-project#15695) Signed-off-by: Marc Handalian <[email protected]>
Mute test testRemoteStoreCleanupForDeletedIndexForSnapshotV2. Related #15692.
I would revert here but this is not a clean revert with multiple changes since it was introduced, so muting for now.