-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
GH-121723: Skip test_config_queue_handler_multiprocessing_context
in emulated JIT CI
#122969
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
Merged
brandtbucher
merged 3 commits into
python:main
from
picnixz:fix-jit-aarch64-unknown-linux
Aug 13, 2024
Merged
GH-121723: Skip test_config_queue_handler_multiprocessing_context
in emulated JIT CI
#122969
brandtbucher
merged 3 commits into
python:main
from
picnixz:fix-jit-aarch64-unknown-linux
Aug 13, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vsajip
approved these changes
Aug 13, 2024
aarch64-unknown-linux-gnu
logging teststest_config_queue_handler_multiprocessing_context
in emulated JIT CI
brandtbucher
approved these changes
Aug 13, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! Doesn't need to be backported to 3.12, there's no JIT there.
test_config_queue_handler_multiprocessing_context
in emulated JIT CItest_config_queue_handler_multiprocessing_context
in emulated JIT CI
Thanks @picnixz for the PR, and @brandtbucher for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
test_config_queue_handler_multiprocessing_context
in emulated JIT CItest_config_queue_handler_multiprocessing_context
in emulated JIT CI
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Aug 13, 2024
…xt in emulated JIT CI (pythonGH-122969) (cherry picked from commit 7b8328b) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
GH-122991 is a backport of this pull request to the 3.13 branch. |
blhsing
pushed a commit
to blhsing/cpython
that referenced
this pull request
Aug 22, 2024
…xt in emulated JIT CI (python#122969)
The test in question requires multiprocessing managers but the test failed since then:
https://github.com/python/cpython/actions/workflows/jit.yml
example logs: https://github.com/python/cpython/actions/runs/10358273944/job/28672370717
I don't know the exact reason but I assume it's because it's on emulated linux. Other tests that use multiprocessing queues were already disabled for (probably) the same reasons:
NB: I took the liberty of fixing a whitespace that I forgot.
NB2: the original issue is #121723 but I'm not sure whether I should put it in the title or not.