From 30c33aa1a7c5c05097f7f8b32c66950c84a68669 Mon Sep 17 00:00:00 2001 From: lzydmxy <13126752315@163.com> Date: Tue, 12 Nov 2024 10:18:37 +0800 Subject: [PATCH] Fix test_distributed_respect_user_timeouts expected --- tests/integration/test_distributed_respect_user_timeouts/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/test_distributed_respect_user_timeouts/test.py b/tests/integration/test_distributed_respect_user_timeouts/test.py index dd0953c47dd..8ea4efde701 100644 --- a/tests/integration/test_distributed_respect_user_timeouts/test.py +++ b/tests/integration/test_distributed_respect_user_timeouts/test.py @@ -80,6 +80,7 @@ def _check_exception(exception, expected_tries=3): for i, line in enumerate(lines[3 : 3 + expected_tries]): expected_lines = ( "Code: 209. " + EXCEPTION_NETWORK + EXCEPTION_TIMEOUT, + "Code: 209. " + EXCEPTION_NETWORK + "Timeout: connect timed out", EXCEPTION_CONNECT_TIMEOUT, EXCEPTION_TIMEOUT, )