mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Merge pull request #46520 from ClickHouse/rollout-42891
Rollback unnecessary sync because of checking exit code
This commit is contained in:
commit
937bd6dd4f
@ -380,11 +380,6 @@ class ClickhouseIntegrationTestsRunner:
|
||||
)
|
||||
|
||||
def _compress_logs(self, dir, relpaths, result_path):
|
||||
# We execute sync in advance to have all files written after containers
|
||||
# are finished or killed
|
||||
subprocess.check_call( # STYLE_CHECK_ALLOW_SUBPROCESS_CHECK_CALL
|
||||
"sync", shell=True
|
||||
)
|
||||
retcode = subprocess.call( # STYLE_CHECK_ALLOW_SUBPROCESS_CHECK_CALL
|
||||
"tar czf {} -C {} {}".format(result_path, dir, " ".join(relpaths)),
|
||||
shell=True,
|
||||
|
Loading…
Reference in New Issue
Block a user