clickhouse-test: enable ZooKeeper tests by default

This commit is contained in:
Alexey Milovidov 2022-08-14 00:45:59 +02:00
parent 29bf411835
commit c6bb4ae575

View File

@ -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|::"'))