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

Assertion in udrcx/test_ucp_tag_xfer.iov_exp_truncated/1 #1538

Closed
brminich opened this issue May 23, 2017 · 1 comment
Closed

Assertion in udrcx/test_ucp_tag_xfer.iov_exp_truncated/1 #1538

brminich opened this issue May 23, 2017 · 1 comment
Labels

Comments

@brminich
Copy link
Contributor

brminich commented May 23, 2017

Happens in:
http://hpc-master.lab.mtl.com:8080/job/hpc-ucx-pr/label=hpc-test-node2,worker=2/3655/consoleFull

12:11:22 [ INFO ] 0 1581x10^1 500x10^2 158x10^3 50x10^4 15x10^5 5x10^6 [hpc-test-node2:11583:0] rndv.c:379 Assertion `rreq->recv.length != 0' failed

The problem is related to handling of truncated case. It is possible that RNDV RTS message arrives while receiver waits for 0-byte message. It should be handled ok rather than having an assert.
The problem is most probably a rare case in jenkins testing, because the buffer lengths are random (calculated in test_ucp_tag_xfer::test_xfer).

@yosefe
Copy link
Contributor

yosefe commented May 23, 2017

looks like the assertion should be removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants