[issue8428] buildbot: test_multiprocessing timeout (test_notify_all? test_pool_worker_lifetime?)

Florent Xicluna report at bugs.python.org
Sun Aug 15 15:42:42 CEST 2010


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

Seen on Windows 7 3.1:

test test_multiprocessing failed -- Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.1.bolen-windows7\build\lib\test\test_multiprocessing.py", line 746, in test_notify_all
    self.assertReturnsIfImplemented(6, get_value, woken)
  File "D:\cygwin\home\db3l\buildarea\3.1.bolen-windows7\build\lib\test\test_multiprocessing.py", line 120, in assertReturnsIfImplemented
    return self.assertEqual(value, res)
AssertionError: 6 != 2


There's a second issue at the end of the log, it seems to be the case 3 of issue #9592 (RuntimeError: maximum recursion depth exceeded while calling a Python object).

http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%203.1/builds/676

----------

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


More information about the Python-bugs-list mailing list