Skip to content

Commit

Permalink
Unmute test SegmentReplicationIndexShardTests#testNRTReplicaWithRemot…
Browse files Browse the repository at this point in the history
…eStorePromotedAsPrimaryCommitCommit (opensearch-project#8931)

Signed-off-by: Poojita Raj <poojiraj@amazon.com>

Return 409 Conflict HTTP status instead of 500 on failure to concurrently execute snapshots

Signed-off-by: Mani <singh.mani1231@gmail.com>
  • Loading branch information
Poojita-Raj authored and baba-devv committed Jul 29, 2023
1 parent 77c4bcf commit 08ccde4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,6 @@ public void testNRTReplicaWithRemoteStorePromotedAsPrimaryCommitRefresh() throws
testNRTReplicaWithRemoteStorePromotedAsPrimary(true, false);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/8817")
public void testNRTReplicaWithRemoteStorePromotedAsPrimaryCommitCommit() throws Exception {
testNRTReplicaWithRemoteStorePromotedAsPrimary(true, true);
}
Expand Down

0 comments on commit 08ccde4

Please sign in to comment.