-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-128041: Try to fix transiency of test_force_shutdown_workers #130812
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
On some platforms we seem to get 255 instead of -SIGNAL, so instead use mocks to know we called the correct method
🤖 New build scheduled with the buildbot fleet by @picnixz for commit 89c355a 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F130812%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
buildbot/AMD64 RHEL8 FIPS Only Blake2 Builtin Hash PR looks unrelated.. i think? I'll try updating from base to see if it fixes. |
No that's my bad :) I have #130788 to fix the HMAC tests |
In the future, please avoid committing when build bots are running because GitHub doesn't keep the previous build status information. |
Ouch. Sorry about that. |
It's fine, I can look at it on the buildbot page. At least, you know now! |
I'm having trouble reproducing the env change error. I've ran it several times over and over with |
I tried pulling down the runner image but it seems to be huge:
Not sure if i have that type of disk space. I'll go back to trying to configure/build locally on mac to see if it repros. |
@hugovk Could you perhaps check on macOS please? (I think you're on macOS, right?) |
Yes, the changed env is reproducible when running as
Full log
However, I do get one of the warnings on
Full log
|
I can also reproduce.
Commenting out |
@colesbury backed out the original change. (Thanks!). I'm playing with this more and finally got my mac to build. Just in case someone Googles around and needs a similar fix, this worked for me:
re-configuring with:
then running Thanks again folks. |
On some platforms we seem to get 255 instead of -SIGNAL, so instead use mocks to know we called the correct method
terminate_workers
toProcessPoolExecutor
#128041