[issue36732] test_asyncio: test_huge_content_recvinto() fails randomly

2019-08-14 Thread STINNER Victor
STINNER Victor added the comment: > ResourceWarning? That's a small bug in the test, but the main issue is that test_huge_content_recvinto() has a race condition. -- ___ Python tracker

[issue36732] test_asyncio: test_huge_content_recvinto() fails randomly

2019-08-14 Thread Andrew Svetlov
Change by Andrew Svetlov : -- assignee: -> asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36732] test_asyncio: test_huge_content_recvinto() fails randomly

2019-08-14 Thread Andrew Svetlov
Andrew Svetlov added the comment: ResourceWarning? I'll take a look -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue36732] test_asyncio: test_huge_content_recvinto() fails randomly

2019-08-14 Thread STINNER Victor
STINNER Victor added the comment: Recent failure on AMD64 Windows7 SP1 3.8: https://buildbot.python.org/all/#/builders/208/builds/268 test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.ProactorEventLoopTests) ...

[issue36732] test_asyncio: test_huge_content_recvinto() fails randomly

2019-06-24 Thread STINNER Victor
STINNER Victor added the comment: The failing test was added by: commit 74387926072abf338a4c1cec1bf0501fc65bbee5 Author: Andrew Svetlov Date: Mon Nov 12 19:00:22 2018 +0200 bpo-30064: Refactor sock_* asyncio API (#10419) -- ___ Python

[issue36732] test_asyncio: test_huge_content_recvinto() fails randomly

2019-06-24 Thread STINNER Victor
STINNER Victor added the comment: We get a ConnectionResetError exception thanks to IocpProactor.recv() callback: def finish_recv(trans, key, ov): try: return ov.getresult() except OSError as exc: if exc.winerror in

[issue36732] test_asyncio: test_huge_content_recvinto() fails randomly

2019-06-24 Thread Andrew Svetlov
Andrew Svetlov added the comment: There is an interesting discussion: https://stackoverflow.com/questions/14499593/can-the-infamous-error-netname-deleted-error-be-considered-an-error-at-all "[WinError 64] The specified network name is no longer available" is raised on pending reads from

[issue36732] test_asyncio: test_huge_content_recvinto() fails randomly

2019-06-17 Thread STINNER Victor
STINNER Victor added the comment: New failure on AMD64 Windows7 SP1 3.8: https://buildbot.python.org/all/#/builders/208/builds/75 == ERROR: test_huge_content_recvinto

[issue36732] test_asyncio: test_huge_content_recvinto() fails randomly

2019-06-04 Thread STINNER Victor
STINNER Victor added the comment: I didn't see this issue recently. I close it. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue36732] test_asyncio: test_huge_content_recvinto() fails randomly

2019-04-26 Thread STINNER Victor
New submission from STINNER Victor : Failure on AMD64 Windows7 SP1 3.x: https://buildbot.python.org/all/#/builders/40/builds/2053 ... test_start_unix_server_1 (test.test_asyncio.test_server.SelectorStartServerTests) ... skipped 'no Unix sockets' test_create_connection_sock