Skip to content

Commit

Permalink
prov/tcp: enable all tests for io uring
Browse files Browse the repository at this point in the history
  • Loading branch information
ooststep committed Aug 20, 2024
1 parent 9eed0c0 commit 2a04e17
Showing 1 changed file with 0 additions and 76 deletions.
76 changes: 0 additions & 76 deletions fabtests/test_configs/tcp/io_uring.exclude
Original file line number Diff line number Diff line change
Expand Up @@ -37,79 +37,3 @@ multi_recv -e msg

# collective offload not supported
fi_multinode_coll

# IO URING related tests

# fi_eq_test failes fi_eq_read of empty EQ with -4
fi_eq_test

# fi_cm_data fails with fi_eq_sread(): functional/cm_data.c:134,
# ret=-4 (Interrupted system call)
fi_cm_data

# fi_cq_data -e msg -o senddata fails with
# fi_eq_sread(): common/shared.c:1165, ret=-4 (Interrupted system call)
fi_cq_data -e msg -o senddata

# fi_cq_data -e msg -o writedata fails with
# fi_eq_sread(): common/shared.c:1165, ret=-4 (Interrupted system call)
fi_cq_data -e msg -o writedata

# fi_msg fails with
# fi_eq_sread(): common/shared.c:1165, ret=-4 (Interrupted system call)
fi_msg

# fi_msg_epoll fails with
# fi_eq_sread(): common/shared.c:1165, ret=-4 (Interrupted system call)
fi_eq_spread

# fi_msg_sockets fails with
# fi_eq_sread(): functional/msg_sockets.c:183, ret=-4 (Interrupted system call)
fi_msg_sockets

# fi_unexpected_msg -e rdm fails with no message
fi_unexpected_msg -e rdm

# fi_bw -e msg fails with
# fi_eq_sread(): common/shared.c:1165, ret=-4 (Interrupted system call)
fi_bw -e msg

# fi_bw fails by hanging
# This is a suspected race condition
fi_bw

# fi_msg_pingpong fails with
# fi_eq_sread(): common/shared.c:1127, ret=-4 (Interrupted system call)
fi_msg_pingpong

# fi_rdm_cntr_pingpong passes but reports errors of
# fi_cntr_wait(): common/shared.c:2708, ret=-4 (Interrupted system call)
fi_rdm_cntr_pingpong

# fi_msg_bw fails with
# fi_eq_sread(): common/shared.c:1127, ret=-4 (Interrupted system call)
fi_msg_bw

# fi_rma_bw -e msg -o write fails with
# fi_eq_sread(): common/shared.c:1127, ret=-4 (Interrupted system call)
fi_rma_bw -e msg -o write

# fi_rma_bw -e msg -o read fails with
# fi_eq_sread(): common/shared.c:1127, ret=-4 (Interrupted system call)
fi_rma_bw -e msg -o read

# fi_rma_bw -e msg -o writedata fails with
# fi_eq_sread(): common/shared.c:1127, ret=-4 (Interrupted system call)
fi_rma_bw -e msg -o writedata

# fi_ubertest fails many tests with
# ubertest/test_ctrl.c:602, ret=-125 (Operation canceled)
# fabtests:common/shared.c:2891: cq_readerr 125 (Operation canceled), provider errno: 107 (Transport endpoint is not connected)
# ft_sock_recv(): ubertest/uber.c:356, ret=-107 (Transport endpoint is not connected)
fi_ubertest

# fi_multinode -x msg fails with no output
fi_multinode -x msg

# fi_multinode -x rma fails with no output
fi_multinode -x rma

0 comments on commit 2a04e17

Please sign in to comment.