-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
test_asyncio failed: flaky test_sendfile_close_peer_in_the_middle_of_receiving
#110325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please, provide more information: os name and version, test output, how python was built and executed. |
OS name: Windows 10 OS version: 19045.3516 Test output(only test_asyncio):
How python was built: |
It has a big history: https://github.com/search?q=repo%3Apython%2Fcpython+test_sendfile_close_peer_in_the_middle_of_receiving&type=issues Thanks for the details, this test is known to be problematic. You can just ignore it for now. |
There is one more interesting information. This test passes sucessfully on my another Windows 10 19045.3516 computer. So I think maybe OS is not the reason. |
test_sendfile_close_peer_in_the_middle_of_receiving
Wasn't this fixed? |
Yes, at least this problem is fixed in 3.11.7, but I find another issue in 3.11.7 which has been reported in #113026. |
Well, because of some reasons, I need to build a python3.8.19. And it also has this kind of errors. But it seems that python 3.8 will be eol by the end of this year. So, anyway. |
I built 3.11.5 on my own Windows computer, and found it passed this test on one computer, but didn't pass on another computer. I think that this issue may not be fixed completely, or I can provide needed information of the computer which this test didn't pass to find out the reason why it didn't pass.
(Originally posted in #85848 (comment))
The text was updated successfully, but these errors were encountered: