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

Wait for parent process when no processes are found #174

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Conversation

tysmith
Copy link
Collaborator

@tysmith tysmith commented Sep 15, 2023

This handles a race between when a process's environment can no longer be read and poll() returns an exit code.

This handles a race between when a process's environment
can no longer be read and poll() returns an exit code.
@tysmith tysmith self-assigned this Sep 15, 2023
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #174 (eabdbf9) into master (c3cdcef) will increase coverage by 0.86%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           master      #174      +/-   ##
===========================================
+ Coverage   99.13%   100.00%   +0.86%     
===========================================
  Files          11        13       +2     
  Lines        1389      1499     +110     
===========================================
+ Hits         1377      1499     +122     
+ Misses         12         0      -12     
Files Changed Coverage Δ
src/ffpuppet/core.py 100.00% <100.00%> (+1.21%) ⬆️

... and 3 files with indirect coverage changes

@tysmith tysmith merged commit 45ed0db into master Sep 15, 2023
4 checks passed
@tysmith tysmith deleted the shutdown-race branch September 15, 2023 16:33
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