We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c172e commit f217095Copy full SHA for f217095
cluster_tests/testsets/app_telemetry_tests.py
@@ -175,7 +175,7 @@ def disconnect_on_disable_test(self):
175
try:
176
frame = conn.get_next_frame()
177
testlib.assert_eq(frame.opcode, Opcode.CLOSE)
178
- except BrokenPipeError:
+ except ConnectionError:
179
# See MB-65238. The websocket may be closed before receiving
180
# the response to the CLOSE message, which is sent in
181
# WebsocketConnection._get_and_send_data
0 commit comments