From 0d5a2f25d3e31dda79589d967541b810cd3e692a Mon Sep 17 00:00:00 2001 From: Britta Weber Date: Fri, 13 May 2016 12:09:30 +0200 Subject: [PATCH] [TEST] muste test, we have an issue for it https://github.com/elastic/elasticsearch/issues/18293 --- .../org/elasticsearch/cluster/routing/DelayedAllocationIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/test/java/org/elasticsearch/cluster/routing/DelayedAllocationIT.java b/core/src/test/java/org/elasticsearch/cluster/routing/DelayedAllocationIT.java index 2da75ee1115..eda6bca80f7 100644 --- a/core/src/test/java/org/elasticsearch/cluster/routing/DelayedAllocationIT.java +++ b/core/src/test/java/org/elasticsearch/cluster/routing/DelayedAllocationIT.java @@ -108,6 +108,7 @@ public class DelayedAllocationIT extends ESIntegTestCase { * allocation to a very small value, it kicks the allocation of the unassigned shard * even though the node it was hosted on will not come back. */ + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/18293") @TestLogging("_root:DEBUG,cluster.routing:TRACE") public void testDelayedAllocationChangeWithSettingTo100ms() throws Exception { internalCluster().startNodesAsync(3).get();