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

test_force_requests does not complete with UCP protov2 in UCX 1.16+ #1039

Open
pentschev opened this issue Apr 15, 2024 · 0 comments
Open

test_force_requests does not complete with UCP protov2 in UCX 1.16+ #1039

pentschev opened this issue Apr 15, 2024 · 0 comments

Comments

@pentschev
Copy link
Member

The RMA test test_force_requests does not complete as the loop

while self_mem.put_nb(send_msg, _):
pass
always evaluate to True, thus causing ucp_put_nb to be called forever. This only occurs with UCP protov2 (UCX_PROTO_ENABLE=y) in UCX 1.16 and above.

cc @MattBBaker for awareness.

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

No branches or pull requests

1 participant