Skip to content

Commit

Permalink
Mute testStaleCommitDeletion test cases (#8516) (#8519)
Browse files Browse the repository at this point in the history
(cherry picked from commit fc6a2ae)

Signed-off-by: Sachin Kale <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
opensearch-trigger-bot[bot] authored Jul 7, 2023
1 parent a204da1 commit 387b110
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ public void testRemoteTranslogCleanup() throws Exception {
verifyRemoteStoreCleanup(true);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/8504")
public void testStaleCommitDeletionWithInvokeFlush() throws Exception {
internalCluster().startDataOnlyNodes(3);
createIndex(INDEX_NAME, remoteStoreIndexSettings(1, 10000l));
Expand All @@ -303,6 +304,7 @@ public void testStaleCommitDeletionWithInvokeFlush() throws Exception {
}, 30, TimeUnit.SECONDS);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/8504")
public void testStaleCommitDeletionWithoutInvokeFlush() throws Exception {
internalCluster().startDataOnlyNodes(3);
createIndex(INDEX_NAME, remoteStoreIndexSettings(1, 10000l));
Expand Down

0 comments on commit 387b110

Please sign in to comment.