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 vstinner
Recipients sbt, vstinner
Date 2013-11-16.00:15:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384560919.13.0.505505477071.issue19599@psf.upfronthosting.co.za>
In-reply-to
Content
Seen on another buildbot.

http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/6809/steps/test/logs/stdio

======================================================================
FAIL: test_async_timeout (test.test_multiprocessing_fork.WithProcessesTestPool)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/_test_multiprocessing.py", line 1726, in test_async_timeout
    self.assertRaises(multiprocessing.TimeoutError, get, timeout=TIMEOUT2)
AssertionError: TimeoutError not raised by <test._test_multiprocessing.TimingWrapper object at 0xffffdd7ffda3be90>
History
Date User Action Args
2013-11-16 00:15:19vstinnersetrecipients: + vstinner, sbt
2013-11-16 00:15:19vstinnersetmessageid: <1384560919.13.0.505505477071.issue19599@psf.upfronthosting.co.za>
2013-11-16 00:15:19vstinnerlinkissue19599 messages
2013-11-16 00:15:18vstinnercreate