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

[2018.3] Fixes to multiprocessing queue when using MacOS #52754

Merged

Conversation

garethgreenaway
Copy link
Contributor

What does this PR do?

The maximum for the multiprocessing queue on MacOS is 32767, so if we running on MacOS then we use that maximum.

What issues does this PR fix or reference?

N/A

Previous Behavior

Tests do not run currently on MacOS

New Behavior

Allows tests to run

Tests written?

No. Fixes to existing tests.

Commits signed with GPG?

Yes

Please review Salt's Contributing Guide for best practices.

See GitHub's page on GPG signing for more information about signing commits with GPG.

Copy link
Collaborator

@s0undt3ch s0undt3ch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Darn, I though that was the max value when leaving the queue size empty...

@s0undt3ch s0undt3ch merged commit 898508f into saltstack:2018.3 Apr 30, 2019
@waynew waynew added the bugfix-bckport will be be back-ported to an older release branch by creating a PR against that branch label May 9, 2019
@waynew
Copy link
Contributor

waynew commented May 9, 2019

@garethgreenaway not 100% sure if we should backport this to 2017.7 for that final release, but currently it looks like this is what's preventing that branch from building. 2018.3 is running into some other issues that I'm looking into.

@s0undt3ch
Copy link
Collaborator

We should also bring this to 2019.2.1?

@Ch3LL Ch3LL added ZZZ[Done]-back-ported-bf RETIRED The pull request has been back-ported to an older branch. and removed bugfix-bckport will be be back-ported to an older release branch by creating a PR against that branch labels May 16, 2019
twangboy added a commit that referenced this pull request May 16, 2019
garethgreenaway added a commit to garethgreenaway/salt that referenced this pull request May 21, 2019
Ch3LL added a commit that referenced this pull request May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ZZZ[Done]-back-ported-bf RETIRED The pull request has been back-ported to an older branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants