[issue14669] test_multiprocessing failure on OS X Tiger

Antoine Pitrou report at bugs.python.org
Wed Apr 25 18:16:51 CEST 2012


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

The OS X Tiger fails more or less intermittently on one of the new multiprocessing tests:

======================================================================
FAIL: test_pickling (test.test_multiprocessing.WithProcessesTestPicklingConnections)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_multiprocessing.py", line 2032, in test_pickling
    self.assertEqual(new_conn.recv(100), msg.upper())
AssertionError: b'' != b'THIS CONNECTION USES A NORMAL SOCKET'

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

----------
components: Library (Lib), Tests
messages: 159312
nosy: pitrou, sbt
priority: normal
severity: normal
status: open
title: test_multiprocessing failure on OS X Tiger
type: behavior
versions: Python 3.3

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


More information about the Python-bugs-list mailing list