Message155265
| 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\buildarea3円.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\buildarea3円.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 |
|