Update ci-runner.py

This commit is contained in:
Anton Popov 2021-04-09 03:58:22 +03:00 committed by GitHub
parent add4497502
commit 00172f97da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -455,7 +455,6 @@ class ClickhouseIntegrationTestsRunner:
self._install_clickhouse(build_path)
logging.info("Dump iptables before run %s", subprocess.check_output("iptables -L", shell=True))
all_tests = self._get_all_tests(repo_path)
all_tests = all_tests[:4] # TODO: remove
logging.info("Found %s tests first 3 %s", len(all_tests), ' '.join(all_tests[:3]))
grouped_tests = self.group_test_by_file(all_tests)
logging.info("Found %s tests groups", len(grouped_tests))