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:34:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385001249.47.0.911842887928.issue19599@psf.upfronthosting.co.za>
In-reply-to
Content
koobs-freebsd10 (2.7) is also seeing identical test failures since the change (slightly more intermittent than freebsd9)

Is the increased sleep period now bumping against a test timing threshold (0.2) ? 

======================================================================
FAIL: test_terminate (test.test_multiprocessing.WithThreadsTestPool)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/koobs-freebsd10/2.7.koobs-freebsd10/build/Lib/test/test_multiprocessing.py", line 1194, in test_terminate
    self.assertTrue(join.elapsed < 0.2)
AssertionError: False is not true

----------------------------------------------------------------------

Full build log of #236 attached

Adding 3.3 and 2.7 to versions since changes were backported
History
Date User Action Args
2013-11-21 02:34:11koobssetrecipients: + koobs, vstinner, python-dev, sbt
2013-11-21 02:34:09koobssetmessageid: <1385001249.47.0.911842887928.issue19599@psf.upfronthosting.co.za>
2013-11-21 02:34:09koobslinkissue19599 messages
2013-11-21 02:34:09koobscreate