From d07b4ecfa358968836aadfce025fcf291dea0ac6 Mon Sep 17 00:00:00 2001 From: Andy Bristol Date: Mon, 23 Jul 2018 17:20:01 -0700 Subject: [PATCH] awaitsfix testRandomClusterStateUpdates For #32308 --- .../cluster/IndicesClusterStateServiceRandomUpdatesTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/test/java/org/elasticsearch/indices/cluster/IndicesClusterStateServiceRandomUpdatesTests.java b/server/src/test/java/org/elasticsearch/indices/cluster/IndicesClusterStateServiceRandomUpdatesTests.java index 3a5302bcec2..5611421594a 100644 --- a/server/src/test/java/org/elasticsearch/indices/cluster/IndicesClusterStateServiceRandomUpdatesTests.java +++ b/server/src/test/java/org/elasticsearch/indices/cluster/IndicesClusterStateServiceRandomUpdatesTests.java @@ -97,6 +97,7 @@ public class IndicesClusterStateServiceRandomUpdatesTests extends AbstractIndice terminate(threadPool); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32308") public void testRandomClusterStateUpdates() { // we have an IndicesClusterStateService per node in the cluster final Map clusterStateServiceMap = new HashMap<>();