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

[Windows] Fix race between process creation and job object process limits. #188

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

jschwartzentruber
Copy link
Collaborator

If creationflags=CREATE_SUSPENDED, is commented out in the test, wait() returns 0 (ie. memory limit is not enforced).

@jschwartzentruber jschwartzentruber self-assigned this Feb 23, 2024
@jschwartzentruber jschwartzentruber requested a review from a team as a code owner February 23, 2024 15:08
Copy link

codecov bot commented Feb 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (55677d7) to head (a15d890).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #188   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines         1521      1543   +22     
=========================================
+ Hits          1521      1543   +22     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tysmith tysmith merged commit 73a4cfe into master Feb 23, 2024
6 checks passed
@tysmith tysmith deleted the fix-job-create branch February 23, 2024 17:13
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.

2 participants