From cf51fde2023672fb624a6b9af68462be6b5817a8 Mon Sep 17 00:00:00 2001 From: Suraj Singh Date: Thu, 23 Mar 2023 13:49:04 -0700 Subject: [PATCH] [Segment Replication] Mute testAllocationWithDisruption flaky test (#6815) Signed-off-by: Suraj Singh --- .../indices/replication/SegmentReplicationAllocationIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationAllocationIT.java b/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationAllocationIT.java index c95c8e30342af..ae3381f5116d2 100644 --- a/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationAllocationIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationAllocationIT.java @@ -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;