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 koobs
Recipients koobs, python-dev, sbt, vstinner
Date 2013-11-21.02:22:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385000568.66.0.788700882902.issue19599@psf.upfronthosting.co.za>
In-reply-to
Content
2.7 builds are failing on koobs-freebsd9 buildbot since ba7d53b5f3de

------------------------
test_multiprocessing
[74777 refs]
test test_multiprocessing failed -- Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd9/build/Lib/test/test_multiprocessing.py", line 1194, in test_terminate
    self.assertTrue(join.elapsed < 0.2)
AssertionError: False is not true
<snip>
1 test failed:
    test_multiprocessing
------------------------

Full log of build #116 attached.
History
Date User Action Args
2013-11-21 02:22:48koobssetrecipients: + koobs, vstinner, python-dev, sbt
2013-11-21 02:22:48koobssetmessageid: <1385000568.66.0.788700882902.issue19599@psf.upfronthosting.co.za>
2013-11-21 02:22:48koobslinkissue19599 messages
2013-11-21 02:22:48koobscreate