mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix test style
This commit is contained in:
parent
57ddde47ea
commit
2d48406a82
@ -20,10 +20,13 @@ shard_configs = {
|
|||||||
nodes = {
|
nodes = {
|
||||||
node_name: cluster.add_instance(
|
node_name: cluster.add_instance(
|
||||||
node_name,
|
node_name,
|
||||||
main_configs=shard_config + ["config/config_discovery_path_auxiliary_keeper.xml", "config/config_keepers.xml"],
|
main_configs=shard_config
|
||||||
|
+ [
|
||||||
|
"config/config_discovery_path_auxiliary_keeper.xml",
|
||||||
|
"config/config_keepers.xml",
|
||||||
|
],
|
||||||
stay_alive=True,
|
stay_alive=True,
|
||||||
with_zookeeper=True,
|
with_zookeeper=True,
|
||||||
#use_keeper=False,
|
|
||||||
)
|
)
|
||||||
for node_name, shard_config in shard_configs.items()
|
for node_name, shard_config in shard_configs.items()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user