parent
f7c131f118
commit
b8fb83d7a4
|
@ -288,6 +288,7 @@ public class ClusterDisruptionIT extends AbstractDisruptionTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
// simulate handling of sending shard failure during an isolation
|
// simulate handling of sending shard failure during an isolation
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33704")
|
||||||
public void testSendingShardFailure() throws Exception {
|
public void testSendingShardFailure() throws Exception {
|
||||||
List<String> nodes = startCluster(3, 2);
|
List<String> nodes = startCluster(3, 2);
|
||||||
String masterNode = internalCluster().getMasterName();
|
String masterNode = internalCluster().getMasterName();
|
||||||
|
|
Loading…
Reference in New Issue