Merged
Conversation
Contributor
Author
|
Hopefully this will fix errors such as: observed in: https://github.com/cloudpipe/cloudpickle/actions/runs/6485430661/job/17611486887?pr=519 |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1514 +/- ##
==========================================
+ Coverage 95.00% 95.02% +0.01%
==========================================
Files 45 45
Lines 7550 7553 +3
==========================================
+ Hits 7173 7177 +4
+ Misses 377 376 -1
☔ View full report in Codecov by Sentry. |
Contributor
Author
|
The 2 distributed runs pass. I will merge without waiting for the scikit-learn tests to be able to iterate faster on the cloudpickle CI. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On my laptop, running the latest version of dask and distributed, with tests that run in a random order for some reason,
cleanuppytest fixture dask/dask#9137),test_joblib_warning_inside_dask_daemonic_workerwould either fail or error at teardown because of non-collected subprocess workers from that test.