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 ned.deily, ronaldoussoren, steve.dower, vstinner
Date 2019-09-04.16:59:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567616358.25.0.369436421591.issue37245@roundup.psfhosted.org>
In-reply-to
Content
> Maybe macOS on Azure is running slower and we should just increase the timeout?

(Aside, why don't the macOS buildbots have a tag saying that? Took me ages to find them...)

I doubt it's running 6-7x slower. More likely something is causing one of the workers to crash at a point where the lock remains held instead of being released (I saw this at work the other week in a slightly different context, but same symptoms).

Could os._exit() at the wrong time cause it?

It also looks like Azure is running tests with 4 processes, but the buildbot (at least the one I'm looking at) is only using 2. So perhaps there are more conflicts from that?
History
Date User Action Args
2019-09-04 16:59:18steve.dowersetrecipients: + steve.dower, ronaldoussoren, vstinner, ned.deily
2019-09-04 16:59:18steve.dowersetmessageid: <1567616358.25.0.369436421591.issue37245@roundup.psfhosted.org>
2019-09-04 16:59:18steve.dowerlinkissue37245 messages
2019-09-04 16:59:17steve.dowercreate