This commit is contained in:
Yatsishin Ilya 2021-03-04 12:07:59 +03:00
parent 34609445f7
commit 8b6a64e8b8

View File

@ -1320,7 +1320,7 @@ class ClickHouseInstance:
wait_duration = time.time() - start_time
logging.debug('{} log line matching "{}" appeared in a {} seconds'.format(repetitions, regexp, wait_duration))
return wait_duratio
return wait_duration
def file_exists(self, path):
return self.exec_in_container(