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 07b2d8b commit ce015e7Copy full SHA for ce015e7
server/src/internalClusterTest/java/org/elasticsearch/reservedstate/service/FileSettingsServiceIT.java
@@ -504,9 +504,8 @@ 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((dataNode()));
+ String nodeName = internalCluster().startNode();
510
FileSettingsService masterFileSettingsService = internalCluster().getInstance(FileSettingsService.class, nodeName);
511
assertBusy(() -> assertTrue(masterFileSettingsService.watching()));
512
0 commit comments