mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix test
This commit is contained in:
parent
39c88c74e8
commit
42e391a019
@ -611,6 +611,6 @@ def test_cmd_snapshot(started_cluster):
|
||||
assert create == "Snapshot creation scheduled."
|
||||
|
||||
check = send_4lw_cmd(cmd="snpd")
|
||||
assert (check == "Yes" or check == "No")
|
||||
assert check == "Yes" or check == "No"
|
||||
finally:
|
||||
destroy_zk_client(zk)
|
||||
|
Loading…
Reference in New Issue
Block a user