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 aeros
Recipients aeros
Date 2020-09-01.01:24:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598923449.65.0.107960415995.issue41682@roundup.psfhosted.org>
In-reply-to
Content
In an unrelated PR to add a new argument to the base Executor class for concurrent.futures, there was a test_asyncio failure in test_sendfile for the ProactorEventLoop tests:

======================================================================
FAIL: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\a\cpython\cpython\lib\test\test_asyncio\test_sendfile.py", line 452, in test_sendfile_close_peer_in_the_middle_of_receiving
    self.run_loop(
AssertionError: ConnectionError not raised

----------------------------------------------------------------------

https://github.com/python/cpython/pull/22023/checks?check_run_id=1049760805#step:5:2373
History
Date User Action Args
2020-09-01 01:24:09aerossetrecipients: + aeros
2020-09-01 01:24:09aerossetmessageid: <1598923449.65.0.107960415995.issue41682@roundup.psfhosted.org>
2020-09-01 01:24:09aeroslinkissue41682 messages
2020-09-01 01:24:09aeroscreate