Update ci-runner.py

This commit is contained in:
Alexey Milovidov 2024-03-22 04:17:24 +03:00 committed by GitHub
parent b91d478c93
commit 09c252f438
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -773,7 +773,7 @@ class ClickhouseIntegrationTestsRunner:
final_retry += 1
logging.info("Running tests for the %s time", i)
counters, tests_times, log_paths = self.try_run_test_group(
repo_path, "bugfix" if should_fail else "flaky", tests_to_run, 1, 1, []
repo_path, "bugfix" if should_fail else "flaky", tests_to_run, 1, 1
)
logs += log_paths
if counters["FAILED"]: