This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, sbt
Date 2012-04-25.16:16:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335370611.47.0.977907847024.issue14669@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-04-25 16:16:51pitrousetrecipients: + pitrou, sbt
2012-04-25 16:16:51pitrousetmessageid: <1335370611.47.0.977907847024.issue14669@psf.upfronthosting.co.za>
2012-04-25 16:16:50pitroulinkissue14669 messages
2012-04-25 16:16:50pitroucreate