This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pablogsal, vstinner
Date 2019-05-10.00:57:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557449871.52.0.351453555458.issue36870@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-05-10 00:57:51vstinnersetrecipients: + vstinner, pablogsal
2019-05-10 00:57:51vstinnersetmessageid: <1557449871.52.0.351453555458.issue36870@roundup.psfhosted.org>
2019-05-10 00:57:51vstinnerlinkissue36870 messages
2019-05-10 00:57:51vstinnercreate