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

Require dask_client if not requested. #76

Merged
merged 1 commit into from
Apr 27, 2023
Merged

Conversation

delucchi-cmu
Copy link
Contributor

When running a single test case, they can fail because no dask_client is instantiated, if there's no dask_client requested, but is implicity required for dask dataframe operations.

This requires a dask client fixture for all dask tests, even if dask_client is not among requested fixtures for the test case.

Also ups the default timeout, since 3 was pushing it for github workflows.

@codecov
Copy link

codecov bot commented Apr 27, 2023

Codecov Report

Merging #76 (0027fdc) into main (f1a940a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #76   +/-   ##
=======================================
  Coverage   99.32%   99.32%           
=======================================
  Files          15       15           
  Lines         594      594           
=======================================
  Hits          590      590           
  Misses          4        4           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@delucchi-cmu delucchi-cmu requested review from a team and dougbrn and removed request for a team April 27, 2023 14:53
Copy link

@dougbrn dougbrn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me!

@delucchi-cmu delucchi-cmu merged commit dcb225b into main Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants