[New-bugs-announce] [issue36870] test_asyncio: test_drain_raises() fails randomly on Windows

STINNER Victor report at bugs.python.org
Thu May 9 20:57:51 EDT 2019


New submission from STINNER Victor <vstinner at redhat.com>:

https://ci.appveyor.com/project/python/cpython/builds/24376676

ERROR: test_drain_raises (test.test_asyncio.test_streams.StreamTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\projects\cpython\lib\test\test_asyncio\test_streams.py", line 820, in test_drain_raises
    self.loop.run_until_complete(client(*addr))
  File "C:\projects\cpython\lib\asyncio\base_events.py", line 584, in run_until_complete
    return future.result()
  File "C:\projects\cpython\lib\test\test_asyncio\test_streams.py", line 810, in client
    await writer.drain()
  File "C:\projects\cpython\lib\asyncio\streams.py", line 351, in drain
    await fut
  File "C:\projects\cpython\lib\asyncio\selector_events.py", line 860, in write
    n = self._sock.send(data)
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine

----------
components: Tests
messages: 342023
nosy: pablogsal, vstinner
priority: normal
severity: normal
status: open
title: test_asyncio: test_drain_raises() fails randomly on Windows
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36870>
_______________________________________


More information about the New-bugs-announce mailing list