mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Increased passing for "00614_shard_same_header_for_local_and_remote_node_in_distributed_query" [#CLICKHOUSE-2]
This commit is contained in:
parent
61b8b60f53
commit
18857ed428
@ -163,7 +163,7 @@ def main(args):
|
||||
report_testcase = et.Element("testcase", attrib = {"name": name})
|
||||
|
||||
try:
|
||||
print "{0:70}".format(name + ": "),
|
||||
print "{0:72}".format(name + ": "),
|
||||
sys.stdout.flush()
|
||||
|
||||
if args.skip and any(s in name for s in args.skip):
|
||||
|
Loading…
Reference in New Issue
Block a user