-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Support macOS defaulting to spawn as the default multiprocessing method #57028
Merged
garethgreenaway
merged 21 commits into
saltstack:master
from
s0undt3ch:features/multiprocessing-method
May 20, 2022
Merged
Support macOS defaulting to spawn as the default multiprocessing method #57028
garethgreenaway
merged 21 commits into
saltstack:master
from
s0undt3ch:features/multiprocessing-method
May 20, 2022
Conversation
This file contains 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
s0undt3ch
force-pushed
the
features/multiprocessing-method
branch
9 times, most recently
from
May 8, 2020 12:09
538c315
to
afb60db
Compare
dwoz
added
Needs-Testcase
PR needs test cases written, or the issue is about a bug/feature that needs test cases
has-failing-test
labels
May 12, 2020
s0undt3ch
force-pushed
the
features/multiprocessing-method
branch
from
May 18, 2020 10:47
afb60db
to
45b5f1e
Compare
s0undt3ch
added
ZRelease-Sodium
retired label
and removed
Needs-Testcase
PR needs test cases written, or the issue is about a bug/feature that needs test cases
has-failing-test
labels
May 18, 2020
s0undt3ch
force-pushed
the
features/multiprocessing-method
branch
from
May 19, 2020 09:54
05a9e92
to
7aff97d
Compare
fixes #55847 |
s0undt3ch
force-pushed
the
features/multiprocessing-method
branch
from
May 21, 2020 14:49
7aff97d
to
489658c
Compare
on behalf of the macOS folks thank you, thank you, thank you! |
this looks great. I know you mentioned that this isn't likely to hit Sodium but it would be awesome if it could. |
Signed-off-by: Pedro Algarvio <[email protected]>
Signed-off-by: Pedro Algarvio <[email protected]>
Signed-off-by: Pedro Algarvio <[email protected]>
Signed-off-by: Pedro Algarvio <[email protected]>
…to avoid ``NameError`` issues Signed-off-by: Pedro Algarvio <[email protected]>
Signed-off-by: Pedro Algarvio <[email protected]>
Signed-off-by: Pedro Algarvio <[email protected]>
Signed-off-by: Pedro Algarvio <[email protected]>
Signed-off-by: Pedro Algarvio <[email protected]>
Signed-off-by: Pedro Algarvio <[email protected]>
Signed-off-by: Pedro Algarvio <[email protected]>
…ues. Signed-off-by: Pedro Algarvio <[email protected]>
Signed-off-by: Pedro Algarvio <[email protected]>
…onal tests. Fixes saltstack#60819 Signed-off-by: Pedro Algarvio <[email protected]>
Fixes saltstack#57742 Signed-off-by: Pedro Algarvio <[email protected]>
Fixes saltstack#55847 Signed-off-by: Pedro Algarvio <[email protected]>
s0undt3ch
force-pushed
the
features/multiprocessing-method
branch
from
May 5, 2022 16:38
f17f6f0
to
0c67fb6
Compare
re-run full all |
twangboy
approved these changes
May 17, 2022
Ch3LL
approved these changes
May 20, 2022
garethgreenaway
approved these changes
May 20, 2022
🎆 |
You are all heroes <3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
has-failing-test
MacOS
pertains to the OS of fruit
Phosphorus v3005.0
Release code name and version
python3
regarding Python 3 support
severity-critical
top severity, seen by most users, serious issues
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Support macOS defaulting to spawn as the default multiprocessing method
What issues does this PR fix or reference?
We were previously forcing macOS to use fork instead of the the default spawn method, we fix that in this PR
Fixes #55847
Fixes #57742
Refs #61045
Previous Behavior
We used the "fork" method for macOS
New Behavior
We use the default spawn method for macOS
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
Yes