Skip to content
Snippets Groups Projects
Commit 1c737bff authored by Nikolay Shirokovskiy's avatar Nikolay Shirokovskiy Committed by Vladimir Davydov
Browse files

test: fix sending_arbitrary_iproto_packets_test hanging shutdown

test_box_iproto_send_errors test adds on disconnect callback handler
which is not cleaned up. So as it writes to channel with capacity 1 and
no one reads from it every new connection will hang on disconnect. And
we make new connection for every test in before each hook. As a result
we fail to shutdown test server in time. Iproto shutdown hangs waiting
for connections to disconnect.

Part of #8423

NO_CHANGELOG=internal
NO_DOC=internal
parent 7b45b9ad
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment