Skip to content

Commit 975501f

Browse files
author
Tianli Feng
committed
Rename initialMasterNodes in test method name
Signed-off-by: Tianli Feng <ftianli@amazon.com>
1 parent 82ec6a0 commit 975501f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/test/java/org/opensearch/cluster/coordination/ClusterBootstrapServiceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ public void testDoesNotBootstrapsOnNonMasterNode() {
422422
deterministicTaskQueue.runAllTasks();
423423
}
424424

425-
public void testDoesNotBootstrapsIfLocalNodeNotInInitialMasterNodes() {
425+
public void testDoesNotBootstrapsIfLocalNodeNotInInitialClusterManagerNodes() {
426426
ClusterBootstrapService clusterBootstrapService = new ClusterBootstrapService(
427427
Settings.builder().putList(INITIAL_CLUSTER_MANAGER_NODES_SETTING.getKey(), otherNode1.getName(), otherNode2.getName()).build(),
428428
transportService,

0 commit comments

Comments
 (0)