mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
clickhouse-test: enable ZooKeeper tests by default
This commit is contained in:
parent
29bf411835
commit
c6bb4ae575
@ -1759,10 +1759,7 @@ def main(args):
|
||||
stop_time = time() + args.global_time_limit
|
||||
|
||||
if args.zookeeper is None:
|
||||
try:
|
||||
args.zookeeper = int(extract_key(" --key zookeeper | grep . | wc -l")) > 0
|
||||
except ValueError:
|
||||
args.zookeeper = False
|
||||
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