Jim Fulton added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27392>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to