Update protocol name for UCX-Py tests#2743
Merged
rapids-bot[bot] merged 1 commit intorapidsai:branch-25.08from Jul 23, 2025
Merged
Update protocol name for UCX-Py tests#2743rapids-bot[bot] merged 1 commit intorapidsai:branch-25.08from
rapids-bot[bot] merged 1 commit intorapidsai:branch-25.08from
Conversation
Member
Author
|
Tests are failing waiting for rapidsai/ucxx#463 to be merged. |
4106a40 to
fb75070
Compare
Member
Author
|
rapidsai/ucxx#463 is merged and tests pass. This should be now ready for review/merge. |
cjnolet
approved these changes
Jul 22, 2025
bdice
approved these changes
Jul 23, 2025
Contributor
|
/merge |
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.
rapidsai/rapids-dask-dependency#116 changes the meaning of
protocol="ucx". To restore the old behavior, we use"ucx-old".UCX-Py, which the protocol
"ucx-old"uses, is being deprecated in favor of UCXX (rapidsai/ucx-py#1151) and is scheduled for removal in 25.10, allowing us to then remove UCX-Py tests entirely.