Skip to content

Commit

Permalink
[Segment Replication] Mute testAllocationWithDisruption flaky test (o…
Browse files Browse the repository at this point in the history
…pensearch-project#6815)

Signed-off-by: Suraj Singh <[email protected]>
Signed-off-by: Valentin Mitrofanov <[email protected]>
  • Loading branch information
dreamer-89 authored and mitrofmep committed Apr 5, 2023
1 parent 249f50b commit 408d6ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ public void testSingleIndexShardAllocation() throws Exception {
* Similar to testSingleIndexShardAllocation test but creates multiple indices, multiple node adding in and getting
* removed. The test asserts post each such event that primary shard distribution is balanced across single index.
*/
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/6565")
public void testAllocationWithDisruption() throws Exception {
internalCluster().startClusterManagerOnlyNode();
final int maxReplicaCount = 2;
Expand Down

0 comments on commit 408d6ed

Please sign in to comment.