[issue19285] test_asyncio failures on FreeBSD

2013-10-19 Thread Stefan Krah
Stefan Krah added the comment: Ok, the timings have been adjusted, so I'm making #19293 a superseder for the hanging issue. -- resolution: -> duplicate status: open -> closed superseder: -> test_asyncio failures on AIX ___ Python tracker

[issue19285] test_asyncio failures on FreeBSD

2013-10-18 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue19285] test_asyncio failures on FreeBSD

2013-10-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset e042deeeb703 by Guido van Rossum in branch 'default': Relax some asyncio test timeouts (http://bugs.python.org/issue19285). http://hg.python.org/cpython/rev/e042deeeb703 -- nosy: +python-dev ___ Python tr

[issue19285] test_asyncio failures on FreeBSD

2013-10-18 Thread Guido van Rossum
Guido van Rossum added the comment: Lgtm. Check it in if you can, otherwise I'll take care of it later. --Guido van Rossum (sent from Android phone) On Oct 18, 2013 11:51 AM, "Stefan Krah" wrote: > > Changes by Stefan Krah : > > > -- > keywords: +patch > Added file: http://bugs.python.

[issue19285] test_asyncio failures on FreeBSD

2013-10-18 Thread Stefan Krah
Changes by Stefan Krah : -- keywords: +patch Added file: http://bugs.python.org/file32209/issue19285.patch ___ Python tracker ___ ___

[issue19285] test_asyncio failures on FreeBSD

2013-10-18 Thread Stefan Krah
Stefan Krah added the comment: If the FreeBSD-9.0 bot is heavily loaded, some tests have to be relaxed (see patch). I can make them conditional on FreeBSD if you prefer. The hanging still occurs sporadically. -- ___ Python tracker

[issue19285] test_asyncio failures on FreeBSD

2013-10-18 Thread Stefan Krah
New submission from Stefan Krah: I'm splitting this off of #19262, since certain failures (hanging for one hour) remind me of #15599, which is an issue of epic proportions. Also it should not be a release blocker, since threading failures under FreeBSD-9 (running under KVM!) aren't uncommon. --