File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/integration/test_system_clusters_actual_information Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212node = cluster .add_instance (
1313 "node" , with_zookeeper = True , main_configs = ["configs/remote_servers.xml" ]
1414)
15- node_1 = cluster .add_instance ("node_1" , with_zookeeper = True )
15+ node_1 = cluster .add_instance ("node_1" , with_zookeeper = True , stay_alive = True )
1616
1717
1818@pytest .fixture (scope = "module" )
@@ -37,7 +37,7 @@ def started_cluster():
3737
3838
3939def test (started_cluster ):
40- cluster . pause_container ( "node_1" )
40+ node_1 . stop_clickhouse ( )
4141
4242 node .query ("SYSTEM RELOAD CONFIG" )
4343 error = node .query_and_get_error (
@@ -68,4 +68,4 @@ def test(started_cluster):
6868 assert recovery_time == 0
6969 assert errors_count == 0
7070
71- cluster . unpause_container ( "node_1" )
71+ node_1 . start_clickhouse ( )
You can’t perform that action at this time.
0 commit comments