[issue19599] Failure of test_async_timeout() of test_multiprocessing_spawn: TimeoutError not raised

STINNER Victor report at bugs.python.org
Sat Nov 16 01:15:19 CET 2013


STINNER Victor added the comment:

Seen on another buildbot.

http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/6809/steps/test/logs/stdio

======================================================================
FAIL: test_async_timeout (test.test_multiprocessing_fork.WithProcessesTestPool)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/_test_multiprocessing.py", line 1726, in test_async_timeout
    self.assertRaises(multiprocessing.TimeoutError, get, timeout=TIMEOUT2)
AssertionError: TimeoutError not raised by <test._test_multiprocessing.TimingWrapper object at 0xffffdd7ffda3be90>

----------

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


More information about the Python-bugs-list mailing list