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

UCP test is broken #202

Closed
shamisp opened this issue Apr 3, 2015 · 4 comments
Closed

UCP test is broken #202

shamisp opened this issue Apr 3, 2015 · 4 comments
Assignees
Milestone

Comments

@shamisp
Copy link
Contributor

shamisp commented Apr 3, 2015

The test should skip if AM is not supported

^[[0;32m[----------] ^[[m2 tests from test_ucp_tag, where TypeParam = 
  ^[[0;32m[ RUN      ] ^[[mtest_ucp_tag.send_recv_exp
  [1428068387.139626] [nid02451:475  :0]            ucp.c:361  UCX  ERROR No valid transport interfaces
  /ccs/home/pavel/work/ucx/test/gtest/ucp/ucp_test.cc:25: Failure
  Error: No such device
  ^[[0;31m[  FAILED  ] ^[[mtest_ucp_tag.send_recv_exp, where TypeParam =  and GetParam() =  (271 ms)
  ^[[0;32m[ RUN      ] ^[[mtest_ucp_tag.send_recv_unexp
  [1428068387.415558] [nid02451:475  :0]            ucp.c:361  UCX  ERROR No valid transport interfaces
  /ccs/home/pavel/work/ucx/test/gtest/ucp/ucp_test.cc:25: Failure
  Error: No such device
  ^[[0;31m[  FAILED  ] ^[[mtest_ucp_tag.send_recv_unexp, where TypeParam =  and GetParam() =  (276 ms)
  ^[[0;32m[----------] ^[[m2 tests from test_ucp_tag (547 ms total)

  ^[[0;32m[----------] ^[[m1 test from test_ucp_basic, where TypeParam = 
  ^[[0;32m[ RUN      ] ^[[mtest_ucp_basic.entity
  [1428068387.689274] [nid02451:475  :0]            ucp.c:361  UCX  ERROR No valid transport interfaces
  /ccs/home/pavel/work/ucx/test/gtest/ucp/ucp_test.cc:25: Failure
  Error: No such device
  ^[[0;31m[  FAILED  ] ^[[mtest_ucp_basic.entity, where TypeParam =  and GetParam() =  (274 ms)
  ^[[0;32m[----------] ^[[m1 test from test_ucp_basic (274 ms total)
@yosefe
Copy link
Contributor

yosefe commented Apr 3, 2015

The problem is that there is not a single transport which supports AM.
Since UCP has to support/emulate all operations, it assumes at least AM exists.

@shamisp
Copy link
Contributor Author

shamisp commented Apr 7, 2015

For now I would suggest to report skip if the transport does not support AM.

@mike-dubman mike-dubman modified the milestone: unscheduled Jun 10, 2015
@yosefe yosefe modified the milestones: v1.1, unscheduled Jun 18, 2015
@shamisp
Copy link
Contributor Author

shamisp commented Jul 31, 2015

@yosefe I think it was fixed ?

@yosefe
Copy link
Contributor

yosefe commented Aug 1, 2015

yes

@yosefe yosefe closed this as completed Aug 1, 2015
hoopoepg pushed a commit to hoopoepg/ucx that referenced this issue Sep 7, 2021
…sg_int3

APPS/IO_DEMO: Don't validate msg if connection failed
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

3 participants