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
Test child raises parent exits cleanly more reliable on macos #1335
Test child raises parent exits cleanly more reliable on macos #1335
Conversation
88dd0a5
to
1e32cbf
Compare
Codecov ReportBase: 93.97% // Head: 94.06% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1335 +/- ##
==========================================
+ Coverage 93.97% 94.06% +0.08%
==========================================
Files 52 52
Lines 7303 7294 -9
==========================================
- Hits 6863 6861 -2
+ Misses 440 433 -7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
|
I reported the test failure on the windows host upstream: joblib/loky#368 |
I opened an joblib/loky#369 upstream for the |
Let's move the test itself to loky. |
This tests tends to fail randomly on the macos CI where
os.path.exists
seems to not be reliable even after 100 attempts spanning 10s.As an alternative, try to write into the temp folder to check for its existence so as to force any FS-level cache invalidation.