mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
fix flaky check results processing
This commit is contained in:
parent
82eae9f09f
commit
c6b2d81af7
@ -833,11 +833,11 @@ class ClickhouseIntegrationTestsRunner:
|
||||
)
|
||||
break
|
||||
|
||||
if group_counters["FAILED"]:
|
||||
if counters["FAILED"]:
|
||||
logging.info("Found failed tests: %s", " ".join(counters["FAILED"]))
|
||||
description_prefix = "Failed tests found: "
|
||||
result_state = "failure"
|
||||
if group_counters["ERROR"]:
|
||||
if counters["ERROR"]:
|
||||
description_prefix = "Failed tests found: "
|
||||
logging.info("Found error tests: %s", " ".join(counters["ERROR"]))
|
||||
# NOTE "error" result state will restart the whole test task,
|
||||
|
Loading…
Reference in New Issue
Block a user