[issue19579] test_asyncio: test__run_once timings should be relaxed

STINNER Victor report at bugs.python.org
Sat Nov 23 18:00:08 CET 2013


STINNER Victor added the comment:

Oh, the problem is now in the opposite direction... Windows clocks don't look to be reliable or the buildbot is very busy :-/

http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/7586/steps/test/logs/stdio

======================================================================
FAIL: test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_asyncio\test_base_events.py", line 184, in test__run_once
    self.assertTrue(9.9 < t < 10.1, t)
AssertionError: False is not true : 9.71900000050664

----------
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19579>
_______________________________________


More information about the Python-bugs-list mailing list