mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update tests/ci/fast_test_check.py
Co-authored-by: Mikhail f. Shiryaev <felixoid@clickhouse.com>
This commit is contained in:
parent
fcb8ab9b63
commit
b9b6e7584e
@ -72,7 +72,7 @@ def process_results(result_directory: Path) -> Tuple[str, str, TestResults]:
|
||||
status = []
|
||||
status_path = result_directory / "check_status.tsv"
|
||||
if status_path.exists():
|
||||
logging.info("Found check_status.tsv")
|
||||
logging.info("Found %s", status_path.name)
|
||||
with open(status_path, "r", encoding="utf-8") as status_file:
|
||||
status = list(csv.reader(status_file, delimiter="\t"))
|
||||
if len(status) != 1 or len(status[0]) != 2:
|
||||
|
Loading…
Reference in New Issue
Block a user