Skip to content

Commit

Permalink
Mute testStaleCommitDeletion test cases (opensearch-project#8516)
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <kalsac@amazon.com>
  • Loading branch information
sachinpkale authored Jul 7, 2023
1 parent 0e037a2 commit fc6a2ae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,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 @@ -309,6 +310,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 fc6a2ae

Please sign in to comment.