Skip to content
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

Remove use of multiprocessing from test_function_concurrency #1194

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

eabatalov
Copy link
Contributor

@eabatalov eabatalov commented Jan 29, 2025

multiprocessing forks the python process without doing exec. Many Python modules crash with fork without exec, see e.g. grpc: https://github.com/grpc/grpc/blob/master/doc/fork_support.md and https://forums.developer.apple.com/forums/thread/737464

This test was flaky recently. Probably because of fork without exec.

multiprocessing forks the python process without doing exec.
Many Python modules crash with fork without exec, see e.g. grpc:
https://github.com/grpc/grpc/blob/master/doc/fork_support.md

This test was flaky recently. Probably because of fork without exec.
@eabatalov eabatalov marked this pull request as ready for review January 29, 2025 00:50
@eabatalov eabatalov merged commit 0eb8284 into main Jan 29, 2025
9 checks passed
@eabatalov eabatalov deleted the fork-with-exec-only branch January 29, 2025 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant