[issue19579] test_asyncio: test__run_once timings should be relaxed

2013-12-12 Thread STINNER Victor
STINNER Victor added the comment: I didn't see the failure recently, thanks. -- components: +Tests resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue19579] test_asyncio: test__run_once timings should be relaxed

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 085091cb6e4c by Guido van Rossum in branch 'default': Relax timing even more, hopefully again fixes issue 19579. http://hg.python.org/cpython/rev/085091cb6e4c -- ___ Python tracker

[issue19579] test_asyncio: test__run_once timings should be relaxed

2013-11-23 Thread STINNER Victor
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 ===

[issue19579] test_asyncio: test__run_once timings should be relaxed

2013-11-14 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue19579] test_asyncio: test__run_once timings should be relaxed

2013-11-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset f91550e7e2b7 by Guido van Rossum in branch 'default': asyncio: Relax timing requirement. Fixes issue 19579. http://hg.python.org/cpython/rev/f91550e7e2b7 -- nosy: +python-dev ___ Python tracker

[issue19579] test_asyncio: test__run_once timings should be relaxed

2013-11-13 Thread Guido van Rossum
Changes by Guido van Rossum : -- nosy: +ezio.melotti, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue19579] test_asyncio: test__run_once timings should be relaxed

2013-11-13 Thread STINNER Victor
New submission from STINNER Victor: On Windows, the monotonic timer has a resolution of 15 ms in the worst case. The timing should accept a greater error. http://buildbot.python.org/all/builders/x86%20XP-4%203.x/builds/9547/steps/test/logs/stdio