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 steve.dower
Recipients christian.heimes, pablogsal, steve.dower
Date 2021-05-25.20:33:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621974835.25.0.148052365762.issue43921@roundup.psfhosted.org>
In-reply-to
Content
I can't reproduce these on my own (Windows) machine either.

Looking at the output, I think the tests are just going to be inherently flakey. It's not testing the specific scenario directly enough, and relying heavily on implicit synchronization.

We probably just need a different approach to testing these. I think at the very least starting the server on the main test thread and using a helper to send the request is going to be easier to keep things in sync. 

But that's not going to be done in time to unblock. Skipping the test seems like an okay compromise.
History
Date User Action Args
2021-05-25 20:33:55steve.dowersetrecipients: + steve.dower, christian.heimes, pablogsal
2021-05-25 20:33:55steve.dowersetmessageid: <1621974835.25.0.148052365762.issue43921@roundup.psfhosted.org>
2021-05-25 20:33:55steve.dowerlinkissue43921 messages
2021-05-25 20:33:55steve.dowercreate