Skip to content

Commit

Permalink
TEST: Don't run ucp_hello_world on shared memory
Browse files Browse the repository at this point in the history
Shared memory keepalive has a bug that error handler is called from
ep_check function. Removing it for now, will add in next PR.
  • Loading branch information
yosefe committed Aug 12, 2021
1 parent 7ff8a89 commit ab2409c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contrib/test_jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -505,9 +505,8 @@ run_ucp_hello() {
export UCX_KEEPALIVE_INTERVAL=1s
export UCX_KEEPALIVE_NUM_EPS=10
export UCX_LOG_LEVEL=info
export UCX_MM_ERROR_HANDLING=y

for tls in all tcp shm
for tls in all tcp
do
export UCX_TLS=${tls}
for test_mode in -w -f -b -erecv -esend -ekeepalive
Expand All @@ -525,7 +524,6 @@ run_ucp_hello() {
unset UCX_KEEPALIVE_NUM_EPS
unset UCX_LOG_LEVEL
unset UCX_TLS
unset UCX_MM_ERROR_HANDLING
}

#
Expand Down

0 comments on commit ab2409c

Please sign in to comment.