mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Black
This commit is contained in:
parent
84ef2c9a1f
commit
179d04518a
@ -197,7 +197,9 @@ def compare_states(zk1, zk2, path="/", exclude_paths=[]):
|
|||||||
if path == "/":
|
if path == "/":
|
||||||
assert set(first_children) ^ set(second_children) == set(["keeper"])
|
assert set(first_children) ^ set(second_children) == set(["keeper"])
|
||||||
else:
|
else:
|
||||||
assert first_children == second_children, "Childrens are not equal on path " + path
|
assert first_children == second_children, (
|
||||||
|
"Childrens are not equal on path " + path
|
||||||
|
)
|
||||||
|
|
||||||
for children in first_children:
|
for children in first_children:
|
||||||
if path != "/" or children != "keeper":
|
if path != "/" or children != "keeper":
|
||||||
|
Loading…
Reference in New Issue
Block a user