This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author j1m
Recipients gvanrossum, j1m, vstinner, yselivanov
Date 2016-06-29.13:40:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467207610.84.0.0371376607699.issue27392@psf.upfronthosting.co.za>
In-reply-to
Content
Tests are also unstable with uvloop. (Although uvloop doesn't have http://bugs.python.org/issue27386 at least.)

I was eventually able to wrestle the test into submission using asyncio.Server. I suspect that some of this had to do with issues closing connections at the end of tests.  I made my close logic more paranoid and that *seemed* to help.  Some of the instability was due to test bugs that were activated by the different timing characteristics of using asyncio.Server.
History
Date User Action Args
2016-06-29 13:40:10j1msetrecipients: + j1m, gvanrossum, vstinner, yselivanov
2016-06-29 13:40:10j1msetmessageid: <1467207610.84.0.0371376607699.issue27392@psf.upfronthosting.co.za>
2016-06-29 13:40:10j1mlinkissue27392 messages
2016-06-29 13:40:10j1mcreate