[issue19293] test_asyncio hanging for 1 hour (AIX version, hangs in test_subprocess_interactive)

David Edelsohn report at bugs.python.org
Tue Oct 22 04:48:00 CEST 2013


David Edelsohn added the comment:

Other than the skipped tests, test_asyncio now passes on AIX except for:

FAIL: test_write_pipe (test.test_asyncio.test_events.PollEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/src/cpython/Lib/test/test_asyncio/test_events.py", line 875, in test_write_pipe
    self.assertEqual(b'2345', data)
AssertionError: b'2345' != b''

----------

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


More information about the Python-bugs-list mailing list