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 gvanrossum, neologix, python-dev, vstinner
Date 2014-02-10.10:40:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392028847.17.0.566390032919.issue20505@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I have to reopen this topic again, a buildbot failed :-( Builds 10136, 10134 and 10131 failed on "failure x86 XP-4 3.x" buildbot. It's sporadic probably because the test fails sometimes depending how the timing is rounded.

http://buildbot.python.org/all/builders/x86%20XP-4%203.x/builds/10136/steps/test/logs/stdio

======================================================================
FAIL: test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_asyncio\test_events.py", line 1185, in test_timeout_rounding
    self.assertLessEqual(self.loop._run_once_counter, 8)
AssertionError: 114 not less than or equal to 8

http://buildbot.python.org/all/builders/x86%20XP-4%203.x/builds/10134/steps/test/logs/stdio

======================================================================
FAIL: test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_asyncio\test_events.py", line 1185, in test_timeout_rounding
    self.assertLessEqual(self.loop._run_once_counter, 8)
AssertionError: 181 not less than or equal to 8

http://buildbot.python.org/all/builders/x86%20XP-4%203.x/builds/10131/steps/test/logs/stdio

======================================================================
FAIL: test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_asyncio\test_events.py", line 1185, in test_timeout_rounding
    self.assertLessEqual(self.loop._run_once_counter, 8)
AssertionError: 158 not less than or equal to 8
History
Date User Action Args
2014-02-10 10:40:47vstinnersetrecipients: + vstinner, gvanrossum, neologix, python-dev
2014-02-10 10:40:47vstinnersetmessageid: <1392028847.17.0.566390032919.issue20505@psf.upfronthosting.co.za>
2014-02-10 10:40:47vstinnerlinkissue20505 messages
2014-02-10 10:40:46vstinnercreate