mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Merge pull request #45588 from ClickHouse/fix-fast-test-report
Fix report sending in case of FastTest failure
This commit is contained in:
commit
da10bd3cec
@ -175,6 +175,7 @@ def main():
|
|||||||
"test_log.txt" in test_output_files or "test_result.txt" in test_output_files
|
"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_result_exists = "test_results.tsv" in test_output_files
|
||||||
|
test_results = [] # type: TestResults
|
||||||
if "submodule_log.txt" not in test_output_files:
|
if "submodule_log.txt" not in test_output_files:
|
||||||
description = "Cannot clone repository"
|
description = "Cannot clone repository"
|
||||||
state = "failure"
|
state = "failure"
|
||||||
|
Loading…
Reference in New Issue
Block a user