-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
gh-143309: fix test_execve_env_concurrent_mutation_with_fspath_posix buildbot failure
#143415
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
gh-143309: fix test_execve_env_concurrent_mutation_with_fspath_posix buildbot failure
#143415
Conversation
…_posix` buildbot failure
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
!buildbot "AMD64 Fedora Stable 3.x" |
|
The regex '"AMD64 Fedora Stable 3.x"' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
|
!buildbot AMD64 |
|
🤖 New build scheduled with the buildbot fleet by @picnixz for commit 2a8a5a2 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F143415%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
This doesn't seem to work =/ I'm not sure if it's because of execve itself though. |
|
!buildbot AMD64 Fedora Stable PR |
|
🤖 New build scheduled with the buildbot fleet by @picnixz for commit 7d741e6 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F143415%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
🤖 New build scheduled with the buildbot fleet by @picnixz for commit 7d741e6 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F143415%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
|
Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…_posix` buildbot failure (pythonGH-143415) (cherry picked from commit c99f766) Co-authored-by: Bénédikt Tran <[email protected]>
|
GH-143419 is a backport of this pull request to the 3.14 branch. |
…_fspath_posix` buildbot failure (python#143415)
…s concurrently mutated (python#143314) (python#143415)
…s concurrently mutated (python#143314) (python#143415) (cherry picked from commit 9609574) (cherry picked from commit c99f766)
It doesn't matter whether I spawn Python itself or another utility. I'm not sure if the issue with builbots is the fact that Python is installed as a shared library (and thus we're lacking some LD* variables in the spawned process) or if it's something else.
parse_envlistvia re-entrantenv.keys()orenv.values()#143309