[issue23713] intermittent failure of multiprocessing unit test test_imap_unordered_handle_iterable_exception

Berker Peksag report at bugs.python.org
Wed Apr 22 15:36:38 CEST 2015


Berker Peksag added the comment:

Just saw this on x86 Tiger 3.x:

======================================================================
FAIL: test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.WithProcessesTestPool)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/_test_multiprocessing.py", line 1805, in test_imap_unordered_handle_iterable_exception
    self.assertEqual(next(it), i*i)
AssertionError: 1 != 0

http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/9559/steps/test/logs/stdio

The patch looks good to me. I'm not familiar with the test code, but Serhiy's suggestion also looks good to me.

----------
nosy: +berker.peksag

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


More information about the Python-bugs-list mailing list