[TEST] muste test, we have an issue for it
https://github.com/elastic/elasticsearch/issues/18293
This commit is contained in:
parent
6e566cdf6c
commit
0d5a2f25d3
|
@ -108,6 +108,7 @@ public class DelayedAllocationIT extends ESIntegTestCase {
|
||||||
* allocation to a very small value, it kicks the allocation of the unassigned shard
|
* 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.
|
* 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")
|
@TestLogging("_root:DEBUG,cluster.routing:TRACE")
|
||||||
public void testDelayedAllocationChangeWithSettingTo100ms() throws Exception {
|
public void testDelayedAllocationChangeWithSettingTo100ms() throws Exception {
|
||||||
internalCluster().startNodesAsync(3).get();
|
internalCluster().startNodesAsync(3).get();
|
||||||
|
|
Loading…
Reference in New Issue