mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Merge pull request #47625 from ClickHouse/evillique-patch-2
Fix exception message in clickhouse-test
This commit is contained in:
commit
a05f48d4b2
@ -437,7 +437,7 @@ class FailureReason(enum.Enum):
|
||||
SERVER_DIED = "server died"
|
||||
EXIT_CODE = "return code: "
|
||||
STDERR = "having stderror: "
|
||||
EXCEPTION = "having having exception in stdout: "
|
||||
EXCEPTION = "having exception in stdout: "
|
||||
RESULT_DIFF = "result differs with reference: "
|
||||
TOO_LONG = "Test runs too long (> 60s). Make it faster."
|
||||
INTERNAL_QUERY_FAIL = "Internal query (CREATE/DROP DATABASE) failed:"
|
||||
|
Loading…
Reference in New Issue
Block a user