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.

classification
Title: test_asyncio: test_sendfile_close_peer_in_the_middle_of_receiving fails on Windows x64 and x86
Type: behavior Stage: resolved
Components: asyncio, Tests Versions: Python 3.11
process
Status: closed Resolution: duplicate
Dependencies: Superseder: [Windows] : Proactor test_sendfile_close_peer_in_the_middle_of_receiving failure
View: 41682
Assigned To: Nosy List: asvetlov, erlendaasland, yselivanov
Priority: normal Keywords:

Created on 2021-06-24 16:53 by erlendaasland, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (1)
msg396502 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2021-06-24 16:53
https://github.com/python/cpython/runs/2905621215:
2021-06-24T14:18:23.3772681Z ======================================================================
2021-06-24T14:18:23.3773622Z FAIL: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests)
2021-06-24T14:18:23.3774665Z ----------------------------------------------------------------------
2021-06-24T14:18:23.3775258Z Traceback (most recent call last):
2021-06-24T14:18:23.3776123Z   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-06-24T14:18:23.3777065Z     with self.assertRaises(ConnectionError):
2021-06-24T14:18:23.3777775Z AssertionError: ConnectionError not raised
2021-06-24T14:18:23.3778226Z 
2021-06-24T14:18:23.3778744Z ----------------------------------------------------------------------
2021-06-24T14:18:23.3779161Z 
2021-06-24T14:18:23.3779555Z Ran 2022 tests in 54.341s
2021-06-24T14:18:23.3779870Z 
2021-06-24T14:18:23.3780352Z FAILED (failures=1, skipped=63)
2021-06-24T14:18:23.3780890Z test test_asyncio failed


https://github.com/python/cpython/runs/2906141524:
2021-06-24T15:23:11.7177493Z ======================================================================
2021-06-24T15:23:11.7178338Z FAIL: test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.ProactorEventLoopTests)
2021-06-24T15:23:11.7179234Z ----------------------------------------------------------------------
2021-06-24T15:23:11.7179754Z Traceback (most recent call last):
2021-06-24T15:23:11.7180469Z   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-06-24T15:23:11.7181284Z     with self.assertRaises(ConnectionError):
2021-06-24T15:23:11.7182125Z AssertionError: ConnectionError not raised
2021-06-24T15:23:11.7182560Z 
2021-06-24T15:23:11.7183334Z ----------------------------------------------------------------------
2021-06-24T15:23:11.7183839Z
History
Date User Action Args
2022-04-11 14:59:47adminsetgithub: 88672
2021-06-24 16:55:23erlendaaslandsetstatus: open -> closed
superseder: [Windows] : Proactor test_sendfile_close_peer_in_the_middle_of_receiving failure
resolution: duplicate
stage: resolved
2021-06-24 16:53:10erlendaaslandcreate