mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Fix test
This commit is contained in:
parent
c011cc9324
commit
eed4b34e7d
@ -196,7 +196,7 @@ class KeeperClient(object):
|
|||||||
)
|
)
|
||||||
|
|
||||||
return self.execute_query(
|
return self.execute_query(
|
||||||
f"reconfig {operation} {joining or leaving or new_members}", timeout
|
f"reconfig '{operation}' {joining or leaving or new_members}", timeout
|
||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user