Skip to content

Commit

Permalink
757 - Integration test for Hot Reload of nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Chandler committed Nov 19, 2024
1 parent c2521c3 commit f9e3974
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void testAdditionalNodesAddedToCluster() throws InterruptedException, IOE
composeContainer.start();
LOG.info("Waiting for the new nodes to finish starting up.");
waitForNodesToBeUp("cassandra-seed-dc1-rack1-node1",4,50000);

assertEquals( 4, getNodeCountViaNodetool("cassandra-node-dc1-rack1-node2"));

verify(listener, times(3)).onAdd(any());
Expand Down

0 comments on commit f9e3974

Please sign in to comment.