Tests: revert shard auto disabling

This commit is contained in:
proller 2017-11-05 23:17:43 +03:00
parent f2b473896e
commit f8032c47cb

View File

@ -83,7 +83,8 @@ def main(args):
check_call(['grep', '-qE', '"127.0.0.2|<listen_host>::</listen_host>"', '/etc/clickhouse-server/config-preprocessed.xml'])
args.shard = True
except CalledProcessError:
args.shard = False
# TODO: false here after setting <listen_host>::1</listen_host>
args.shard = True
base_dir = os.path.abspath(args.queries)