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 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:56vstinnersetrecipients: + vstinner, terry.reedy, giampaolo.rodola, christian.heimes, ned.deily, asvetlov, yselivanov
2018-05-28 09:14:56vstinnersetmessageid: <1527498896.21.0.682650639539.issue32458@psf.upfronthosting.co.za>
2018-05-28 09:14:56vstinnerlinkissue32458 messages
2018-05-28 09:14:56vstinnercreate