mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Merge pull request #23078 from kitaisreal/ci-runner-intergation-logs-tar-fix
CI runner intergation tests logs update to tar.gz
This commit is contained in:
commit
c8bcfe89ad
@ -435,7 +435,7 @@ class ClickhouseIntegrationTestsRunner:
|
|||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
|
|
||||||
logging.info("Finally all tests done, going to compress test dir")
|
logging.info("Finally all tests done, going to compress test dir")
|
||||||
test_logs = os.path.join(str(self.path()), "./test_dir.tar")
|
test_logs = os.path.join(str(self.path()), "./test_dir.tar.gz")
|
||||||
self._compress_logs("{}/tests/integration".format(repo_path), test_logs)
|
self._compress_logs("{}/tests/integration".format(repo_path), test_logs)
|
||||||
logging.info("Compression finished")
|
logging.info("Compression finished")
|
||||||
|
|
||||||
@ -500,7 +500,7 @@ class ClickhouseIntegrationTestsRunner:
|
|||||||
break
|
break
|
||||||
|
|
||||||
logging.info("Finally all tests done, going to compress test dir")
|
logging.info("Finally all tests done, going to compress test dir")
|
||||||
test_logs = os.path.join(str(self.path()), "./test_dir.tar")
|
test_logs = os.path.join(str(self.path()), "./test_dir.tar.gz")
|
||||||
self._compress_logs("{}/tests/integration".format(repo_path), test_logs)
|
self._compress_logs("{}/tests/integration".format(repo_path), test_logs)
|
||||||
logging.info("Compression finished")
|
logging.info("Compression finished")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user