◐ Shell
clean mode source ↗

bpo-37142: Make stream tests more robust again. by asvetlov · Pull Request #13804 · python/cpython

Conversation

 Make test_stream_server_close() implementation following test_stream_server_abort().
 Add explicit timeout for tests that can hang.

@asvetlov

Sorry, I forgot apply changes done by #13790 to test_stream_server_close itself.

Also, the PR adds the explicit 1min timeout for tests to fail fast

@vstinner

@asvetlov

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020
Make test_stream_server_close() implementation following test_stream_server_abort().
 Add explicit timeout for tests that can hang.

Labels