Merge pull request #45588 from ClickHouse/fix-fast-test-report

Fix report sending in case of FastTest failure
This commit is contained in:
Mikhail f. Shiryaev 2023-01-25 07:25:01 +01:00 committed by GitHub
commit da10bd3cec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,6 +175,7 @@ def main():
"test_log.txt" in test_output_files or "test_result.txt" in test_output_files
)
test_result_exists = "test_results.tsv" in test_output_files
test_results = [] # type: TestResults
if "submodule_log.txt" not in test_output_files:
description = "Cannot clone repository"
state = "failure"