[New-bugs-announce] [issue19371] timing test too tight

Antoine Pitrou report at bugs.python.org
Thu Oct 24 00:20:01 CEST 2013


New submission from Antoine Pitrou:

Looks like test_asyncio still has rather tight timing expectations:

http://buildbot.python.org/all/builders/x86%20Windows%20Server%202008%20%5BSB%5D%203.x/builds/1495/steps/test/logs/stdio

======================================================================
FAIL: test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\home\cpython\buildslave\x86\3.x.snakebite-win2k8r2sp1-x86\build\lib\test\test_asyncio\test_base_events.py", line 182, in test__run_once
    self.assertTrue(9.99 < t < 10.1, t)
AssertionError: False is not true : 9.98499999998603

----------
components: Library (Lib), Tests
messages: 201077
nosy: pitrou
priority: normal
severity: normal
status: open
title: timing test too tight
type: behavior
versions: Python 3.4

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


More information about the New-bugs-announce mailing list