Message354758
| Author | vstinner |
|---|---|
| Recipients | asvetlov, christian.heimes, cstratak, doko, koobs, lukasz.langa, matrixise, miss-islington, ncoghlan, ned.deily, op368, pablogsal, vstinner, xtreak, yselivanov |
| Date | 2019-10-15.23:41:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1571182867.4.0.751201151852.issue35998@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I can reproduce the bug on my laptop with the command: ./python -u -m test test_asyncio -m test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_server_1 -F -j100 It's a race condition in the test itself, not in asyncio. PR 16815 fix it. I also got access to Zachary Ware's Gentoo buildbot worker where I can also easily reproduce the bug using "... -F -j2". |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-10-15 23:41:07 | vstinner | set | recipients: + vstinner, doko, ncoghlan, christian.heimes, ned.deily, asvetlov, lukasz.langa, yselivanov, koobs, matrixise, cstratak, pablogsal, miss-islington, xtreak, op368 |
| 2019-10-15 23:41:07 | vstinner | set | messageid: <1571182867.4.0.751201151852.issue35998@roundup.psfhosted.org> |
| 2019-10-15 23:41:07 | vstinner | link | issue35998 messages |
| 2019-10-15 23:41:07 | vstinner | create | |