Skip to content

Commit

Permalink
fix(test): use verifcation node to check status
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksbykov committed Dec 13, 2024
1 parent 2411ffa commit 36db4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_new_dc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def replace_cluster_node(self, verification_node: BaseNode,
self.log.warning("Node will not be terminated. Please terminate manually!!!")
raise

self.db_cluster.wait_for_nodes_up_and_normal(nodes=[new_node])
self.db_cluster.wait_for_nodes_up_and_normal(nodes=[new_node], verification_node=verification_node)
new_node.wait_node_fully_start()
with new_node.remote_scylla_yaml() as scylla_yaml:
scylla_yaml.ignore_dead_nodes_for_replace = ""
Expand Down

0 comments on commit 36db4ec

Please sign in to comment.