[issue19305] sporadic test_asyncio failure under FreeBSD

2013-10-19 Thread koobs
koobs added the comment: You rock Antoine. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue19305] sporadic test_asyncio failure under FreeBSD

2013-10-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Looks ok on the buildbot. -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list m

[issue19305] sporadic test_asyncio failure under FreeBSD

2013-10-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, I called it run_until. Hopefully this will manage to appease the buildbot. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> pending ___ Python tracker

[issue19305] sporadic test_asyncio failure under FreeBSD

2013-10-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset f1447c152fb7 by Antoine Pitrou in branch 'default': Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0 http://hg.python.org/cpython/rev/f1447c152fb7 -- nosy: +python-dev ___ Python tra

[issue19305] sporadic test_asyncio failure under FreeBSD

2013-10-19 Thread Guido van Rossum
Guido van Rossum added the comment: That patch looks good except please don't call it wait_for(), since there's already tasks.wait_for(). You can call it run_until(). Having to pass the loop to sleep() is only really required in the tests -- there was a movement a while ago (started by Alex G

[issue19305] sporadic test_asyncio failure under FreeBSD

2013-10-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: How about the following? I was a bit annoyed I had to pass the loop explicitly to task.sleep(). -- assignee: gvanrossum -> keywords: +patch Added file: http://bugs.python.org/file32233/asyncio_wait_for.patch ___ Pyth

[issue19305] sporadic test_asyncio failure under FreeBSD

2013-10-19 Thread Guido van Rossum
Changes by Guido van Rossum : -- assignee: -> gvanrossum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue19305] sporadic test_asyncio failure under FreeBSD

2013-10-19 Thread Guido van Rossum
Guido van Rossum added the comment: I'm guessing there's a whole lot of tests calling run_briefly() that really need to be fixed along these lines: http://code.google.com/p/tulip/source/detail?r=44e4c8257a9d I'd like to add a new method to test_utils.py for that purpose. But if at all possibl

[issue19305] sporadic test_asyncio failure under FreeBSD

2013-10-19 Thread Antoine Pitrou
New submission from Antoine Pitrou: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/626/steps/test/logs/stdio == FAIL: test_create_server (test.test_asyncio.test_events.SelectEventLoopTests) -