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 aeros, asvetlov, ncoghlan, terry.reedy, vstinner, yselivanov
Date 2021-06-21.12:23:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624278227.88.0.0859107565054.issue41682@roundup.psfhosted.org>
In-reply-to
Content
This bug still occurs time to time on GitHub Actions.

https://github.com/python/cpython/pull/26826/checks?check_run_id=2874631119

======================================================================
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 457, in test_sendfile_close_peer_in_the_middle_of_receiving
    with self.assertRaises(ConnectionError):
AssertionError: ConnectionError not raised
History
Date User Action Args
2021-06-21 12:23:47vstinnersetrecipients: + vstinner, terry.reedy, ncoghlan, asvetlov, yselivanov, aeros
2021-06-21 12:23:47vstinnersetmessageid: <1624278227.88.0.0859107565054.issue41682@roundup.psfhosted.org>
2021-06-21 12:23:47vstinnerlinkissue41682 messages
2021-06-21 12:23:47vstinnercreate