mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update test.py
This commit is contained in:
parent
861776b8fe
commit
5d3237c680
@ -113,7 +113,7 @@ def test_sequential_nodes(started_cluster):
|
||||
fake_throw = True
|
||||
|
||||
assert genuine_throw == True
|
||||
assert genuine_throw == fake_throw
|
||||
assert fake_throw == True
|
||||
|
||||
genuine_childs_1 = list(sorted(genuine_zk.get_children("/test_sequential_nodes_1")))
|
||||
fake_childs_1 = list(sorted(fake_zk.get_children("/test_sequential_nodes_1")))
|
||||
|
Loading…
Reference in New Issue
Block a user