Message 317833 - Python tracker
Message317833
| Author | vstinner |
|---|---|
| Recipients | asvetlov, christian.heimes, giampaolo.rodola, ned.deily, terry.reedy, vstinner, yselivanov |
| Date | 2018-05-28.09:14:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1527498896.21.0.682650639539.issue32458@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I just reproduced the issue on Linux. Open 3 terminals and run the commands in parallel: (1) ./python -m test test_asyncio -m test_start_tls_server_1 -F (2) ./python -m test -j16 -r (3) ./python -m test -j16 -r It's a race condition which doesn't depend on the OS, but on the system load. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-28 09:14:56 | vstinner | set | recipients: + vstinner, terry.reedy, giampaolo.rodola, christian.heimes, ned.deily, asvetlov, yselivanov |
| 2018-05-28 09:14:56 | vstinner | set | messageid: <1527498896.21.0.682650639539.issue32458@psf.upfronthosting.co.za> |
| 2018-05-28 09:14:56 | vstinner | link | issue32458 messages |
| 2018-05-28 09:14:56 | vstinner | create | |