mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Use ZooKeeper in a single test
This commit is contained in:
parent
125501b36a
commit
878dee40b1
@ -11,11 +11,13 @@ node1 = cluster.add_instance(
|
||||
"node1",
|
||||
main_configs=["configs/zookeeper_config.xml", "configs/remote_servers.xml"],
|
||||
with_zookeeper=True,
|
||||
use_keeper=False,
|
||||
)
|
||||
node2 = cluster.add_instance(
|
||||
"node2",
|
||||
main_configs=["configs/zookeeper_config.xml", "configs/remote_servers.xml"],
|
||||
with_zookeeper=True,
|
||||
use_keeper=False,
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user