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

STINNER Victor report at bugs.python.org
Fri Nov 15 02:01:20 CET 2013


New submission from STINNER Victor:

http://buildbot.python.org/all/builders/x86%20Windows%20Server%202003%20%5BSB%5D%203.x/builds/1716/steps/test/logs/stdio
and
http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/7529/steps/test/logs/stdio

======================================================================
FAIL: test_async_timeout (test.test_multiprocessing_spawn.WithManagerTestPool)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\Data\buildslave\cpython\3.x.snakebite-win2k3r2sp2-x86\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 0x09FE0930>

----------
components: Tests
messages: 202914
nosy: haypo, sbt
priority: normal
severity: normal
status: open
title: Failure of test_async_timeout() of test_multiprocessing_spawn: TimeoutError not raised
versions: Python 3.4

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


More information about the Python-bugs-list mailing list