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 erlendaasland
Recipients Dennis Sweeney, aeros, asvetlov, erlendaasland, ncoghlan, sobolevn, terry.reedy, vstinner, yselivanov
Date 2021-10-22.20:24:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634934268.58.0.270467765638.issue41682@roundup.psfhosted.org>
In-reply-to
Content
New failure today: https://github.com/python/cpython/runs/3979900415?check_suite_focus=true


test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok

======================================================================
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-10-22 20:24:28erlendaaslandsetrecipients: + erlendaasland, terry.reedy, ncoghlan, vstinner, asvetlov, yselivanov, Dennis Sweeney, aeros, sobolevn
2021-10-22 20:24:28erlendaaslandsetmessageid: <1634934268.58.0.270467765638.issue41682@roundup.psfhosted.org>
2021-10-22 20:24:28erlendaaslandlinkissue41682 messages
2021-10-22 20:24:28erlendaaslandcreate