From c06cb442d2d18f0a0887f09d06dcac0f6f27b872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BCscher?= Date: Wed, 31 Jul 2019 14:36:31 +0200 Subject: [PATCH] Remove left-over AwaitsFix in DedicatedClusterSnapshotRestoreIT The issue mentioned (#38845) seems to have been closed with #38891 so the test can be re-activated. --- .../snapshots/DedicatedClusterSnapshotRestoreIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/test/java/org/elasticsearch/snapshots/DedicatedClusterSnapshotRestoreIT.java b/server/src/test/java/org/elasticsearch/snapshots/DedicatedClusterSnapshotRestoreIT.java index 7cef9f808e6b4..eaef8c6a6c9ec 100644 --- a/server/src/test/java/org/elasticsearch/snapshots/DedicatedClusterSnapshotRestoreIT.java +++ b/server/src/test/java/org/elasticsearch/snapshots/DedicatedClusterSnapshotRestoreIT.java @@ -21,6 +21,7 @@ import com.carrotsearch.hppc.IntHashSet; import com.carrotsearch.hppc.IntSet; + import org.elasticsearch.Version; import org.elasticsearch.action.ActionFuture; import org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse; @@ -998,7 +999,6 @@ public void testMasterShutdownDuringFailedSnapshot() throws Exception { * can be restored when the node the shrunken index was created on is no longer part of * the cluster. */ - @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38845") public void testRestoreShrinkIndex() throws Exception { logger.info("--> starting a master node and a data node"); internalCluster().startMasterOnlyNode();