[issue32645] test_asyncio: TLS tests fail on "x86 Windows7" buildbot

2018-01-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks, Victor! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue32645] test_asyncio: TLS tests fail on "x86 Windows7" buildbot

2018-01-29 Thread STINNER Victor
STINNER Victor added the comment: Oh sorry, I was reading old issues. I checked the latest status of buildbot workers for which I reported failures: * x86 Ubuntu Shared 3.x: FIXED * x86-64 El Capitan 3.x: FIXED * x86 Windows7 3.x: FIXED * x86 Tiger 3.x: compilation doesn't work anymore, see h

[issue32645] test_asyncio: TLS tests fail on "x86 Windows7" buildbot

2018-01-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: Should be fixed by https://github.com/python/cpython/commit/0f54e00e963 -- ___ Python tracker ___

[issue32645] test_asyncio: TLS tests fail on "x86 Windows7" buildbot

2018-01-29 Thread STINNER Victor
STINNER Victor added the comment: Oh wait, sendfile test errors come from bpo-32622, loop.sendfile(). -- ___ Python tracker ___ ___

[issue32645] test_asyncio: TLS tests fail on "x86 Windows7" buildbot

2018-01-29 Thread STINNER Victor
STINNER Victor added the comment: And x86 Ubuntu Shared 3.x: http://buildbot.python.org/all/#/builders/88/builds/603 Example: == ERROR: test_sendfile_ssl_partial (test.test_asyncio.test_events.SelectEventLoopTests) -

[issue32645] test_asyncio: TLS tests fail on "x86 Windows7" buildbot

2018-01-29 Thread STINNER Victor
STINNER Victor added the comment: Similar errors on more recent macOS version, x86-64 El Capitan 3.x: http://buildbot.python.org/all/#/builders/93/builds/234 One example: == ERROR: test_sendfile_ssl_partial (test.test_asynci

[issue32645] test_asyncio: TLS tests fail on "x86 Windows7" buildbot

2018-01-29 Thread STINNER Victor
STINNER Victor added the comment: Different failure on x86 Tiger 3.x: http://buildbot.python.org/all/#/builders/30/builds/562 == ERROR: test_sendfile_ssl (test.test_asyncio.test_events.KqueueEventLoopTests) ---

[issue32645] test_asyncio: TLS tests fail on "x86 Windows7" buildbot

2018-01-26 Thread Terry J. Reedy
Terry J. Reedy added the comment: I ran f:\dev\3x>python -m test -j5 test_asyncio test_asyncio test_asyncio test_asyncio test_asyncio on fresh Win10 build and got ... 0:01:02 [5/5] test_asyncio passed (62 sec) F:\dev\3x\lib\asyncio\selector_events.py:648: ResourceWarning: unclosed transport <

[issue32645] test_asyncio: TLS tests fail on "x86 Windows7" buildbot

2018-01-25 Thread STINNER Victor
STINNER Victor added the comment: Build 537 of x86 Tiger 3.x failed, whereas the previous build was a success. Hum, maybe these asyncio failures are "just" race conditions, trigger if the system load is too high? I recall that the Windows 7 buildbot is usually slow/busy. http://buildbot.pyth

[issue32645] test_asyncio: TLS tests fail on "x86 Windows7" buildbot

2018-01-24 Thread Yury Selivanov
Yury Selivanov added the comment: I now have a Win7 VM, I'll take a look at this later. -- ___ Python tracker ___ ___ Python-bugs-li

[issue32645] test_asyncio: TLS tests fail on "x86 Windows7" buildbot

2018-01-24 Thread STINNER Victor
New submission from STINNER Victor : test_asyncio started to fail after the implementation of STARTTLS in asyncio, bpo-23749: commit f111b3dcb414093a4efb9d74b69925e535ddc470. http://buildbot.python.org/all/#/builders/58/builds/502 Extract of test.pythoninfo: ssl.HAS_SNI: True ssl.OPENSSL_