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, erlendaasland, ncoghlan, terry.reedy, vstinner, yselivanov
Date 2021-08-17.17:01:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629219710.63.0.772707678241.issue41682@roundup.psfhosted.org>
In-reply-to
Content
Recent failure on GHA Windows x64:

https://github.com/python/cpython/runs/3342514542

2021-08-16T17:19:58.4338049Z ======================================================================
2021-08-16T17:19:58.4339129Z FAIL: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests)
2021-08-16T17:19:58.4340315Z ----------------------------------------------------------------------
2021-08-16T17:19:58.4340937Z Traceback (most recent call last):
2021-08-16T17:19:58.4341846Z   File "D:\a\cpython\cpython\lib\test\test_asyncio\test_sendfile.py", line 457, in test_sendfile_close_peer_in_the_middle_of_receiving
2021-08-16T17:19:58.4342849Z     with self.assertRaises(ConnectionError):
2021-08-16T17:19:58.4343398Z     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2021-08-16T17:19:58.4343982Z AssertionError: ConnectionError not raised
History
Date User Action Args
2021-08-17 17:01:50vstinnersetrecipients: + vstinner, terry.reedy, ncoghlan, asvetlov, yselivanov, aeros, erlendaasland
2021-08-17 17:01:50vstinnersetmessageid: <1629219710.63.0.772707678241.issue41682@roundup.psfhosted.org>
2021-08-17 17:01:50vstinnerlinkissue41682 messages
2021-08-17 17:01:50vstinnercreate