Update clickhouse-test

This commit is contained in:
tavplubix 2021-09-27 11:43:00 +03:00 committed by GitHub
parent f7aed5aab8
commit 1c9778603f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -609,7 +609,7 @@ class TestCase:
if skip_reason is not None:
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"
return TestResult(self.name, TestStatus.FAIL, FailureReason.SERVER_DIED, 0., description)