From 23c23dc563696648f7c03a245aec290b68b3420f Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 11:16:56 -0800 Subject: [PATCH] Mute flaky SegmentReplicationIT.testCancelPrimaryAllocation (#5928) (#5954) Signed-off-by: Suraj Singh Signed-off-by: Suraj Singh (cherry picked from commit 493eae82fdb0fadacddf9d69c3a7101fe3db9cf8) Signed-off-by: github-actions[bot] Signed-off-by: Suraj Singh Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .../org/opensearch/indices/replication/SegmentReplicationIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java b/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java index 05f446362eb75..a1be794bf1191 100644 --- a/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java @@ -185,6 +185,7 @@ public void testRestartPrimary() throws Exception { assertSegmentStats(REPLICA_COUNT); } + @AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/5669") public void testCancelPrimaryAllocation() throws Exception { // this test cancels allocation on the primary - promoting the new replica and recreating the former primary as a replica. final String primary = internalCluster().startNode();