[issue20336] test_asyncio: relax timings even more

2014-06-06 Thread STINNER Victor
STINNER Victor added the comment: > Let's open a new issue for system load detection. This one is not asyncio > specific. I opened issues #20910 and #20964 for example. -- ___ Python tracker _

[issue20336] test_asyncio: relax timings even more

2014-06-06 Thread Stefan Krah
Stefan Krah added the comment: Let's open a new issue for system load detection. This one is not asyncio specific. -- resolution: -> not a bug stage: needs patch -> status: open -> closed ___ Python tracker

[issue20336] test_asyncio: relax timings even more

2014-06-06 Thread STINNER Victor
Changes by STINNER Victor : -- components: +Asyncio nosy: +gvanrossum, yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing

[issue20336] test_asyncio: relax timings even more

2014-01-23 Thread Nick Coghlan
Nick Coghlan added the comment: I have a draft PEP for the Zuul idea, and yes, it notes the increased consequences of declaring a buildbot stable when it sometimes isn't. There's a reason OpenStack treats third party test results as advisory only rather than as gating criteria :P --

[issue20336] test_asyncio: relax timings even more

2014-01-23 Thread Stefan Krah
Stefan Krah added the comment: +1 for doing something about timing failures. Perhaps also a decorator @skip_if_load_higher_than(x). [Nick, I'm adding you because our current test suite could lead to "commit impossible" situations with Zuul.] -- nosy: +ncoghlan

[issue20336] test_asyncio: relax timings even more

2014-01-23 Thread STINNER Victor
STINNER Victor added the comment: Tests failing because of timings is really annoying. It would be nice to add something in test.support to configure timings. A function can maybe wait until the system load is lower than a threshold, or we should add a parameter to configure a tolerance betwee

[issue20336] test_asyncio: relax timings even more

2014-01-23 Thread Stefan Krah
Stefan Krah added the comment: I see. That's astonishing, because usually the builds are ultra-fast on those machines. -- nosy: -gvanrossum ___ Python tracker ___ __

[issue20336] test_asyncio: relax timings even more

2014-01-23 Thread STINNER Victor
STINNER Victor added the comment: > I'm seeing other unrelated timeouts on the OpenIndiana machines. I read somewhere that the host of these virtual machines is *highly* loaded (load > 6). It's more a buildbot configuration issue than a test_asyncio issue. -- nosy: +haypo

[issue20336] test_asyncio: relax timings even more

2014-01-23 Thread Stefan Krah
Stefan Krah added the comment: I'm seeing other unrelated timeouts on the OpenIndiana machines. Jesús, are the machines perhaps operating under an unusually high load? -- nosy: +jcea ___ Python tracker

[issue20336] test_asyncio: relax timings even more

2014-01-21 Thread Guido van Rossum
Guido van Rossum added the comment: I won't have time to fix this (and bardly to even review a fix) but this seems a straightforward fix and you can go ahead without me -- maybe you can get someone else with some asyncio experience to review your patch (e.g. Antoine or Victor). -- __

[issue20336] test_asyncio: relax timings even more

2014-01-21 Thread Stefan Krah
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_a