Skip to content

Commit 724edb8

Browse files
committed
IGNITE-26717 [ducktests] Update control.sh instance for new IgniteService
1 parent f857556 commit 724edb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/ducktests/tests/ignitetest/tests/rolling_upgrade/add_remove_node_upgrade_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ def _upgrade_ignite_cluster(self, ignites, upgrade_version, force, with_persiste
6060

6161
new_node.start()
6262

63+
control_sh = ControlUtility(new_node)
64+
6365
if with_persistence:
6466
control_sh.add_to_baseline(new_node.nodes)
6567

0 commit comments

Comments
 (0)