mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Try to fix flaky check
This commit is contained in:
parent
587bc80d5b
commit
f9fa4403d8
@ -127,3 +127,9 @@ def test_cluster_groups(started_cluster):
|
||||
main_node_1.query("SYSTEM DROP DATABASE REPLICA '1|2' FROM DATABASE cluster_groups")
|
||||
|
||||
assert_eq_with_retry(main_node_1, cluster_query, "main_node_1\n")
|
||||
|
||||
# 5. Reset to the original state
|
||||
backup_node_2.start_clickhouse()
|
||||
main_node_2.start_clickhouse()
|
||||
for node in all_nodes:
|
||||
node.query("DROP DATABASE cluster_groups SYNC;")
|
||||
|
Loading…
Reference in New Issue
Block a user