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 distributed downstream tests #518

Merged
merged 3 commits into from
Oct 11, 2023

Conversation

jrbourbeau
Copy link
Member

Adding pytest-cov as a testing dependency unblocks the distributed CI tests. Now let's see if they actually pass...

@jrbourbeau jrbourbeau added the ci distributed Signal the CI to run the test suite of distributed (downstream project of cloudpickle) label Oct 10, 2023
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (ab32ba5) 83.44% compared to head (bc5189a) 83.44%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #518   +/-   ##
=======================================
  Coverage   83.44%   83.44%           
=======================================
  Files           4        4           
  Lines         725      725           
  Branches      157      157           
=======================================
  Hits          605      605           
  Misses         95       95           
  Partials       25       25           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jrbourbeau
Copy link
Member Author

Okay, so the only failure is distributed/tests/test_scheduler.py::test_decide_worker_coschedule_order_neighbors which is a known issue being resolved upstream (xref dask/distributed#8255)

@jrbourbeau jrbourbeau changed the title [WIP] Unblock distributed downstream tests Fix distributed downstream tests Oct 10, 2023
@jrbourbeau jrbourbeau mentioned this pull request Oct 11, 2023
@ogrisel
Copy link
Contributor

ogrisel commented Oct 11, 2023

Thanks for the fix!

@ogrisel ogrisel merged commit 604122c into cloudpipe:master Oct 11, 2023
18 of 19 checks passed
@jrbourbeau jrbourbeau deleted the distributed-fixup branch October 11, 2023 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci distributed Signal the CI to run the test suite of distributed (downstream project of cloudpickle)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants