We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb68ea commit 74d1cfbCopy full SHA for 74d1cfb
server/src/test/java/org/elasticsearch/discovery/DiscoveryDisruptionIT.java
@@ -95,6 +95,7 @@ public void testIsolatedUnicastNodes() throws Exception {
95
* The temporal unicast responses is empty. When partition is solved the one ping response contains a master node.
96
* The rejoining node should take this master node and connect.
97
*/
98
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37687")
99
public void testUnicastSinglePingResponseContainsMaster() throws Exception {
100
internalCluster().setHostsListContainsOnlyFirstNode(true);
101
List<String> nodes = startCluster(4);
0 commit comments