parent
4fb68ea195
commit
74d1cfbf7e
|
@ -95,6 +95,7 @@ public class DiscoveryDisruptionIT extends AbstractDisruptionTestCase {
|
||||||
* The temporal unicast responses is empty. When partition is solved the one ping response contains a master node.
|
* The temporal unicast responses is empty. When partition is solved the one ping response contains a master node.
|
||||||
* The rejoining node should take this master node and connect.
|
* The rejoining node should take this master node and connect.
|
||||||
*/
|
*/
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37687")
|
||||||
public void testUnicastSinglePingResponseContainsMaster() throws Exception {
|
public void testUnicastSinglePingResponseContainsMaster() throws Exception {
|
||||||
internalCluster().setHostsListContainsOnlyFirstNode(true);
|
internalCluster().setHostsListContainsOnlyFirstNode(true);
|
||||||
List<String> nodes = startCluster(4);
|
List<String> nodes = startCluster(4);
|
||||||
|
|
Loading…
Reference in New Issue