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 4e0978e commit debbf90Copy full SHA for debbf90
server/src/internalClusterTest/java/org/elasticsearch/reservedstate/service/FileSettingsServiceIT.java
@@ -504,6 +504,7 @@ public void testSettingsAppliedOnMasterReElection() throws Exception {
504
}
505
506
public void testHealthIndicatorWithSingleNode() throws Exception {
507
+ internalCluster().setBootstrapMasterNodeIndex(0);
508
logger.info("--> start the node");
509
String nodeName = internalCluster().startNode();
510
FileSettingsService masterFileSettingsService = internalCluster().getInstance(FileSettingsService.class, nodeName);
0 commit comments