Merge pull request #46663 from ClickHouse/tavplubix-patch-5

Break Stress tests
This commit is contained in:
Alexander Tokmakov 2023-02-21 19:18:16 +03:00 committed by GitHub
commit 9e2126fc1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ def run_func_test(
pipes = []
for i in range(0, len(output_paths)):
f = open(output_paths[i], "w")
full_command = "{} {} {} {} {} --stress".format(
full_command = "{} {} {} {} {}".format(
cmd,
get_options(i, backward_compatibility_check),
global_time_limit_option,