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 asvetlov, vstinner, yselivanov
Date 2021-03-18.08:27:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616056043.89.0.64862359152.issue43539@roundup.psfhosted.org>
In-reply-to
Content
Seen on the Windows x64 job of GitHub Actions:
https://github.com/python/cpython/pull/24913/checks?check_run_id=2137800313


======================================================================
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 458, in test_sendfile_close_peer_in_the_middle_of_receiving
    self.run_loop(
AssertionError: ConnectionError not raised

(...)
0:12:31 load avg: 0.39 Re-running test_asyncio in verbose mode
(...)

======================================================================
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 458, in test_sendfile_close_peer_in_the_middle_of_receiving
    self.run_loop(
AssertionError: ConnectionError not raised
History
Date User Action Args
2021-03-18 08:27:23vstinnersetrecipients: + vstinner, asvetlov, yselivanov
2021-03-18 08:27:23vstinnersetmessageid: <1616056043.89.0.64862359152.issue43539@roundup.psfhosted.org>
2021-03-18 08:27:23vstinnerlinkissue43539 messages
2021-03-18 08:27:23vstinnercreate