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

Move some dask_cuda.utils pieces to their own modules #1263

Merged
merged 8 commits into from
Oct 26, 2023

Conversation

pentschev
Copy link
Member

Move some functions and classes into their own modules:

  • Move plugins to new dask_cuda.plugins module;
  • Move test utils to dask_cuda.utils_test module;
  • Move IncreasedCloseTimeoutNanny to dask_cuda.utils_test module, not anymore as a default to LocalCUDACluster.

Additionally, pass worker_class=IncreasedCloseTimeoutNanny to tests that have failed in the past due to Nanny's close timeout.

Move `IncreasedCloseTimeoutNanny` to `utils_test` and do not use it by
default in `LocalCUDACluster`. Tests should specify
`worker_class=IncreasedCloseTimeoutNanny` where appropriate.
@pentschev pentschev requested a review from a team as a code owner October 23, 2023 11:41
@github-actions github-actions bot added the python python code needed label Oct 23, 2023
@pentschev pentschev added bug Something isn't working 3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function non-breaking Non-breaking change and removed python python code needed bug Something isn't working labels Oct 23, 2023
@github-actions github-actions bot added the python python code needed label Oct 23, 2023
Copy link
Member

@madsbk madsbk 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, thanks @pentschev

@pentschev
Copy link
Member Author

Thanks @madsbk !

@pentschev
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit 84bfc14 into rapidsai:branch-23.12 Oct 26, 2023
20 checks passed
@pentschev pentschev deleted the restructure-utils branch October 26, 2023 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function non-breaking Non-breaking change python python code needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants