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

Terry J. Reedy report at bugs.python.org
Sat Jan 27 00:18:36 EST 2018


Terry J. Reedy <tjreedy at udel.edu> 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 <_SelectorSocketTransport fd=620>
  source=self)
F:\dev\3x\lib\asyncio\selector_events.py:648: ResourceWarning: unclosed transport <_SelectorSocketTransport fd=896>
  source=self)
F:\dev\3x\lib\asyncio\sslproto.py:318: ResourceWarning: unclosed transport <asyncio.sslproto._SSLProtocolTransport object at 0x05841EE0>
  source=self)
All 5 tests OK.
(1 test also gave resource warnings.)

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32645>
_______________________________________


More information about the Python-bugs-list mailing list