[issue37245] Azure Pipeline 3.8 CI: multiple tests hung and timed out on macOS 10.13

Steve Dower report at bugs.python.org
Wed Sep 4 12:59:18 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

> 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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37245>
_______________________________________


More information about the Python-bugs-list mailing list