mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Update clickhouse-test
This commit is contained in:
parent
f7aed5aab8
commit
1c9778603f
@ -609,7 +609,7 @@ class TestCase:
|
|||||||
if skip_reason is not None:
|
if skip_reason is not None:
|
||||||
return TestResult(self.name, TestStatus.SKIPPED, skip_reason, 0., "")
|
return TestResult(self.name, TestStatus.SKIPPED, skip_reason, 0., "")
|
||||||
|
|
||||||
if args.testname and self.send_test_name_failed(suite, self.case):
|
if args.testname and self.send_test_name_failed(suite.suite, self.case):
|
||||||
description = "\nServer does not respond to health check\n"
|
description = "\nServer does not respond to health check\n"
|
||||||
return TestResult(self.name, TestStatus.FAIL, FailureReason.SERVER_DIED, 0., description)
|
return TestResult(self.name, TestStatus.FAIL, FailureReason.SERVER_DIED, 0., description)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user