8000 GH-121723: Skip `test_config_queue_handler_multiprocessing_context` in emulated JIT CI by picnixz · Pull Request #122969 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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
merged 3 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/test/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -4000,7 +4000,7 @@ def test_config_queue_handler_invalid_config_does_not_create_multiprocessing_man
@skip_if_tsan_fork
@support.requires_subprocess()
@unittest.skipUnless(support.Py_DEBUG, "requires a debug build for testing"
"assertions in multiprocessing")
" assertions in multiprocessing")
def test_config_queue_handler_multiprocessing_context(self):
# regression test for gh-121723
if support.MS_WINDOWS:
Expand Down
1 change: 1 addition & 0 deletions Tools/jit/ignore-tests-emulated-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ test.test_init.ProcessPoolForkFailingInitializerTest.test_initializer
test.test_logging.ConfigDictTest.test_111615
test.test_logging.ConfigDictTest.test_config_queue_handler
test.test_logging.ConfigDictTest.test_multiprocessing_queues
test.test_logging.ConfigDictTest.test_config_queue_handler_multiprocessing_context
test.test_os.ForkTests.test_fork_warns_when_non_python_thread_exists
test.test_os.TimerfdTests.test_timerfd_initval
test.test_os.TimerfdTests.test_timerfd_interval
Expand Down
Loading
0