From bd21043d6536406a5b246f57d5c317fc51fd1ba3 Mon Sep 17 00:00:00 2001 From: Nick Knize Date: Wed, 16 Mar 2022 12:30:48 -0500 Subject: [PATCH] [Unmute] IndexPrimaryRelocationIT (#2488) Unmutes IndexPrimaryRelocationIT.testPrimaryRelocationWhileIndexing which was fixed by LuceneChangesSnapshot using accurate ops history. Signed-off-by: Nicholas Walter Knize --- .../opensearch/indices/recovery/IndexPrimaryRelocationIT.java | 1 - 1 file changed, 1 deletion(-) diff --git a/server/src/internalClusterTest/java/org/opensearch/indices/recovery/IndexPrimaryRelocationIT.java b/server/src/internalClusterTest/java/org/opensearch/indices/recovery/IndexPrimaryRelocationIT.java index 3f174dd0fdd..7fd24666472 100644 --- a/server/src/internalClusterTest/java/org/opensearch/indices/recovery/IndexPrimaryRelocationIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/indices/recovery/IndexPrimaryRelocationIT.java @@ -56,7 +56,6 @@ public class IndexPrimaryRelocationIT extends OpenSearchIntegTestCase { private static final int RELOCATION_COUNT = 15; - @AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/2063") public void testPrimaryRelocationWhileIndexing() throws Exception { internalCluster().ensureAtLeastNumDataNodes(randomIntBetween(2, 3)); client().admin()