Open
Description
Bug report
While running on macos 14.5 m2 locally with --with-pydebug
and ./python.exe -m test
this happened:
0:00:29 load avg: 3.87 [ 20/491] test.test_asyncio.test_ssl
test test.test_asyncio.test_ssl failed -- Traceback (most recent call last):
File "/Users/sobolev/Desktop/cpython/Lib/test/test_asyncio/test_ssl.py", line 1743, in test_shutdown_timeout_handler_not_set
loop.run_until_complete(client(srv.addr))
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/Users/sobolev/Desktop/cpython/Lib/asyncio/base_events.py", line 719, in run_until_complete
return future.result()
~~~~~~~~~~~~~^^
File "/Users/sobolev/Desktop/cpython/Lib/test/test_asyncio/test_ssl.py", line 1738, in client
await pr.fut
File "/Users/sobolev/Desktop/cpython/Lib/asyncio/selector_events.py", line 984, in _read_ready__get_buffer
nbytes = self._sock.recv_into(buf)
ConnectionResetError: [Errno 54] Connection reset by peer
This the first time it happens. The second run was successful. So, this test is flaky.
Metadata
Metadata
Assignees
Projects
Status
Todo