Message 269492 - Python tracker
Message269492
| 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:10 | j1m | set | recipients: + j1m, gvanrossum, vstinner, yselivanov |
| 2016-06-29 13:40:10 | j1m | set | messageid: <1467207610.84.0.0371376607699.issue27392@psf.upfronthosting.co.za> |
| 2016-06-29 13:40:10 | j1m | link | issue27392 messages |
| 2016-06-29 13:40:10 | j1m | create | |