[issue32458] test_asyncio failures on Windows

2018-03-09 Thread Ned Deily
Ned Deily added the comment: Note, I think this failure is still happening occasionally on the windows7 buildbot; for example: http://buildbot.python.org/all/#/builders/111/builds/68/steps/3/logs/stdio http://buildbot.python.org/all/#/builders/111/builds/85/steps/3/logs/stdio -- nosy:

[issue32458] test_asyncio failures on Windows

2018-01-22 Thread Andrew Svetlov
Andrew Svetlov added the comment: Hmm, the scheduled call was executed sooner than expected. Actually we had 0.1 sec delay, checked for at least 0.08 but actual call time was 0.078 BTW I recall an issue with Windows when call_later() was executed sooner already. -- _

[issue32458] test_asyncio failures on Windows

2018-01-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: After fresh update and debug rebuild on master(3.7), with Win10 patched last night, I got == FAIL: test_call_later (test.test_asyncio.test_events.ProactorEventLoopTests) ---

[issue32458] test_asyncio failures on Windows

2017-12-30 Thread Yury Selivanov
Yury Selivanov added the comment: Please keep this issue open. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue32458] test_asyncio failures on Windows

2017-12-30 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset 0c36bed1c46d07ef91d3e02e69e974e4f3ecd31a by Yury Selivanov in branch 'master': bpo-32458: Temporarily mask start-tls proactor test on Windows (#5054) https://github.com/python/cpython/commit/0c36bed1c46d07ef91d3e02e69e974e4f3ecd31a --

[issue32458] test_asyncio failures on Windows

2017-12-30 Thread Yury Selivanov
Yury Selivanov added the comment: I'm leaving on a two-weeks vacation today. To avoid risking breaking the workflow, I'll mask this tests on AppVeyor. I'll investigate this when I get back. -- assignee: -> yselivanov components: +asyncio -Library (Lib), Tests priority: normal -> hi

[issue32458] test_asyncio failures on Windows

2017-12-30 Thread Yury Selivanov
Change by Yury Selivanov : -- keywords: +patch pull_requests: +4935 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue32458] test_asyncio failures on Windows

2017-12-30 Thread Antoine Pitrou
New submission from Antoine Pitrou : It seems test_asyncio fails sporadically on AppVeyor: https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.10081#L2650 == ERROR: test_start_tls_server_1 (test.test_asyncio.test_sslpr