mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
clickhouse-test: enable ZooKeeper tests by default
This commit is contained in:
parent
c6bb4ae575
commit
158332f61d
@ -1759,7 +1759,7 @@ def main(args):
|
||||
stop_time = time() + args.global_time_limit
|
||||
|
||||
if args.zookeeper is None:
|
||||
args.zookeeper = True
|
||||
args.zookeeper = True
|
||||
|
||||
if args.shard is None:
|
||||
args.shard = bool(extract_key(' --key listen_host | grep -E "127.0.0.2|::"'))
|
||||
|
Loading…
Reference in New Issue
Block a user