[issue19740] test_asyncio problems on 32-bit Windows

Tim Peters report at bugs.python.org
Sun Nov 24 18:21:37 CET 2013


Tim Peters added the comment:

Possibly related:  the successful test runs occurred running test_asyncio in isolation on a quiet machine.  Then I fired off a full run of the test suite and used the machine for other things too.  Then it failed:

[ 23/387] test_asyncio
... various unclosed socket warnings ...

test test_asyncio failed -- Traceback (most recent call last):
  File "C:\Code\Python\lib\test\test_asyncio\test_events.py", line 323, in test_reader_callback
    self.assertEqual(b''.join(bytes_read), b'abcdef')
AssertionError: b'' != b'abcdef'

...
343 tests OK.
1 test failed:
    test_asyncio

Unfortunately, this time it's hard to provoke :-(

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19740>
_______________________________________


More information about the Python-bugs-list mailing list