[issue6661] Transient test_multiprocessing failure

Antoine Pitrou report at bugs.python.org
Thu Aug 6 22:10:48 CEST 2009


New submission from Antoine Pitrou <pitrou at free.fr>:

I just got the following test_multiprocessing error (cannot reproduce,
though):

test test_multiprocessing failed -- Traceback (most recent call last):
  File
"/home/antoine/cpython/seek-6629/Lib/test/test_multiprocessing.py", line
232, in test_active_children
    self.assertTrue(p in self.active_children())
AssertionError: False is not True

----------
assignee: jnoller
components: Library (Lib), Tests
messages: 91383
nosy: jnoller, pitrou
priority: normal
severity: normal
status: open
title: Transient test_multiprocessing failure
type: behavior
versions: Python 2.7

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


More information about the Python-bugs-list mailing list