We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715e581 commit 5ee7232Copy full SHA for 5ee7232
server/src/test/java/org/elasticsearch/cluster/SpecificMasterNodesIT.java
@@ -84,6 +84,7 @@ public void testSimpleOnlyMasterNodeElection() throws IOException {
84
.execute().actionGet().getState().nodes().getMasterNode().getName(), equalTo(nextMasterEligibleNodeName));
85
}
86
87
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/38331")
88
public void testElectOnlyBetweenMasterNodes() throws Exception {
89
internalCluster().setBootstrapMasterNodeIndex(0);
90
logger.info("--> start data node / non master node");
0 commit comments