mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fix test_distributed_respect_user_timeouts expected
This commit is contained in:
parent
838408ff0a
commit
30c33aa1a7
@ -80,6 +80,7 @@ def _check_exception(exception, expected_tries=3):
|
|||||||
for i, line in enumerate(lines[3 : 3 + expected_tries]):
|
for i, line in enumerate(lines[3 : 3 + expected_tries]):
|
||||||
expected_lines = (
|
expected_lines = (
|
||||||
"Code: 209. " + EXCEPTION_NETWORK + EXCEPTION_TIMEOUT,
|
"Code: 209. " + EXCEPTION_NETWORK + EXCEPTION_TIMEOUT,
|
||||||
|
"Code: 209. " + EXCEPTION_NETWORK + "Timeout: connect timed out",
|
||||||
EXCEPTION_CONNECT_TIMEOUT,
|
EXCEPTION_CONNECT_TIMEOUT,
|
||||||
EXCEPTION_TIMEOUT,
|
EXCEPTION_TIMEOUT,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user