[New-bugs-announce] [issue20336] test_asyncio: relax timings even more

Stefan Krah report at bugs.python.org
Tue Jan 21 23:29:51 CET 2014


New submission from Stefan Krah:

It seems that the relaxed timings in some tests are still not
sufficient:

http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/7417/steps/test/logs/stdio

======================================================================
FAIL: test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/test_asyncio/test_base_events.py", line 127, in test_time_and_call_at
    self.assertTrue(0.09 <= t1-t0 <= 0.9, t1-t0)
AssertionError: False is not true : 2.06036564335227

----------
components: Tests
keywords: buildbot
messages: 208714
nosy: gvanrossum, skrah
priority: normal
severity: normal
stage: needs patch
status: open
title: test_asyncio: relax timings even more
type: behavior
versions: Python 3.4

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


More information about the New-bugs-announce mailing list