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

fix write errors when disowned #1036

Merged
merged 5 commits into from Sep 28, 2020
Merged

fix write errors when disowned #1036

merged 5 commits into from Sep 28, 2020

Conversation

casperdcl
Copy link
Sponsor Member

This mirrors the behaviour of logging.warning(), which doesn't crash the process when disowned/stderr is closed.

@casperdcl casperdcl added p0-bug-critical ☢ Exception rasing to-merge ↰ Imminent c3-small 🕒 Complexity medium labels Sep 18, 2020
@casperdcl casperdcl added this to the Non-breaking milestone Sep 18, 2020
@casperdcl casperdcl self-assigned this Sep 18, 2020
@casperdcl casperdcl changed the title Closed write errors fix write errors when disowned Sep 18, 2020
@casperdcl casperdcl added to-fix ⌛ In progress and removed to-merge ↰ Imminent labels Sep 19, 2020
@casperdcl casperdcl added this to Next Release in Casper Sep 19, 2020
@casperdcl casperdcl mentioned this pull request Sep 27, 2020
@codecov-commenter
Copy link

Codecov Report

Merging #1036 into master will decrease coverage by 0.17%.
The diff coverage is 75.00%.

@@            Coverage Diff             @@
##           master    #1036      +/-   ##
==========================================
- Coverage   87.41%   87.23%   -0.18%     
==========================================
  Files          22       22              
  Lines        1390     1410      +20     
  Branches      236      239       +3     
==========================================
+ Hits         1215     1230      +15     
- Misses        151      154       +3     
- Partials       24       26       +2     

Casper automation moved this from Next Release to Done Sep 28, 2020
@casperdcl casperdcl merged commit e7b531a into master Sep 28, 2020
@casperdcl casperdcl deleted the closed-write-errors branch September 28, 2020 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c3-small 🕒 Complexity medium p0-bug-critical ☢ Exception rasing to-fix ⌛ In progress
Projects
Casper
  
Done
Development

Successfully merging this pull request may close these issues.

causing job died when stderr closed in the middle
2 participants