[Python-buildbots] Fwd: [Python-Dev] Windows buildbots may be broken

2021-09-02 Thread Jason R. Coombs
This issue is still affecting<https://bugs.python.org/issue45078> build bot 405: https://buildbot.python.org/all/#/builders/405 Can the owner of that buildbot please run the command indicated below? Begin forwarded message: From: "Jason R. Coombs" mailto:[email protected]

[Python-buildbots] How to detect running under a buildbot?

2025-08-25 Thread Jason R. Coombs
In https://github.com/python/cpython/issues/132947, I'm struggling with an elusive issue where ResourceWarnings are emitted but only on a handful of buildbots. I'm unable to replicate the issue in GitHub CI or locally. So for a temporary workaround, I want to disable the test that surfaces the w

[Python-buildbots] Re: How to detect running under a buildbot?

2025-08-26 Thread Jason R. Coombs
I agree in general. But if you dig into the issue I've encountered, the cause of the failure is elusive, the tests that are implicated in triggering the failure are unrelated the the actual cause, and those tests are still providing value where they're succeeding. I don't want to disable them u