mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
how many more?
This commit is contained in:
parent
683df2dea5
commit
bb288c1f14
@ -316,7 +316,7 @@ class ClickhouseIntegrationTestsRunner:
|
||||
except subprocess.CalledProcessError as err:
|
||||
logging.info("docker-compose pull failed: " + str(err))
|
||||
return
|
||||
logging.error("Pulling %s failed for 5 attempts. Will fail the worker.", image)
|
||||
logging.error("Pulling images failed for 5 attempts. Will fail the worker.")
|
||||
exit(1)
|
||||
|
||||
def _can_run_with(self, path, opt):
|
||||
|
Loading…
Reference in New Issue
Block a user