-
Notifications
You must be signed in to change notification settings - Fork 530
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: Remove asynchronous chdir callback #3060
Conversation
I know this is being discussed in #3047, but I wanted to get CI running on this change to see if it catches anything (my local tests did not). |
Codecov Report
@@ Coverage Diff @@
## master #3060 +/- ##
==========================================
+ Coverage 64.07% 67.27% +3.19%
==========================================
Files 342 344 +2
Lines 44022 44086 +64
Branches 5550 5554 +4
==========================================
+ Hits 28209 29660 +1451
+ Misses 14664 13603 -1061
+ Partials 1149 823 -326
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this.
The problem that led to this, though, was something calling |
It should be. Virtually any |
Okay. I'll defer to your memory on that one. |
@oesteban I was assuming you were going to merge this. Is there a hold-up, or were you waiting for a second approval? |
Sorry for the delay |
Summary
Remove the asynchronous chdir callback in the multiproc plugin
Acknowledgment