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 brian.curtin, jnoller, pitrou, python-dev, sbt, tim.golden
Date 2012-03-09.21:23:56
SpamBayes Score 0.00051966077
Marked as misclassified No
Message-id <1331328237.46.0.987925891426.issue12328@psf.upfronthosting.co.za>
In-reply-to
Content
One of our buildbots seems to have recurring issues with the timeout issues. I don't know if the machine is very loaded:


======================================================================
FAIL: test_wait_integer (test.test_multiprocessing.TestWait)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_multiprocessing.py", line 2617, in test_wait_integer
    self.assertLess(delta, expected + 2)
AssertionError: 8.592355012893677 not less than 7

======================================================================
FAIL: test_wait_timeout (test.test_multiprocessing.TestWait)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_multiprocessing.py", line 2590, in test_wait_timeout
    self.assertLess(delta, expected + 0.5)
AssertionError: 1.532202959060669 not less than 1.5


http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x
History
Date User Action Args
2012-03-09 21:23:57pitrousetrecipients: + pitrou, tim.golden, jnoller, brian.curtin, python-dev, sbt
2012-03-09 21:23:57pitrousetmessageid: <1331328237.46.0.987925891426.issue12328@psf.upfronthosting.co.za>
2012-03-09 21:23:56pitroulinkissue12328 messages
2012-03-09 21:23:56pitroucreate