Skip to content

Commit

Permalink
fabtests/fi_poll: remove test (deprecated feature)
Browse files Browse the repository at this point in the history
fi_poll is deprecated in 2.0

Signed-off-by: Alexia Ingerson <alexia.ingerson@intel.com>
  • Loading branch information
aingerson authored and j-xiong committed Sep 13, 2024
1 parent caa8026 commit 513dba0
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 321 deletions.
7 changes: 0 additions & 7 deletions fabtests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ bin_PROGRAMS = \
functional/fi_mcast \
functional/fi_rdm_tagged_peek \
functional/fi_cq_data \
functional/fi_poll \
functional/fi_scalable_ep \
functional/fi_shared_ctx \
functional/fi_msg_epoll \
Expand Down Expand Up @@ -160,7 +159,6 @@ nobase_dist_config_DATA = \
pytest/default/test_msg.py \
pytest/default/test_multinode.py \
pytest/default/test_multi_recv.py \
pytest/default/test_poll.py \
pytest/default/test_rdm.py \
pytest/default/test_recv_cancel.py \
pytest/default/test_rma_bw.py \
Expand Down Expand Up @@ -316,10 +314,6 @@ functional_fi_shared_ctx_SOURCES = \
functional/shared_ctx.c
functional_fi_shared_ctx_LDADD = libfabtests.la

functional_fi_poll_SOURCES = \
functional/poll.c
functional_fi_poll_LDADD = libfabtests.la

functional_fi_multi_ep_SOURCES = \
functional/multi_ep.c
functional_fi_multi_ep_LDADD = libfabtests.la
Expand Down Expand Up @@ -626,7 +620,6 @@ dummy_man_pages = \
man/man1/fi_msg_sockets.1 \
man/man1/fi_multi_ep.1 \
man/man1/fi_multi_mr.1 \
man/man1/fi_poll.1 \
man/man1/fi_rdm.1 \
man/man1/fi_rdm_atomic.1 \
man/man1/fi_rdm_deferred_wq.1 \
Expand Down
4 changes: 1 addition & 3 deletions fabtests/Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ benchmarks: $(outdir)\dgram_pingpong.exe $(outdir)\msg_bw.exe \
functional: $(outdir)\av_xfer.exe $(outdir)\bw.exe $(outdir)\cm_data.exe $(outdir)\cq_data.exe \
$(outdir)\dgram.exe $(outdir)\msg.exe $(outdir)\msg_epoll.exe \
$(outdir)\inject_test.exe $(outdir)\msg_sockets.exe $(outdir)\multi_mr.exe \
$(outdir)\multi_ep.exe $(outdir)\multi_recv.exe $(outdir)\poll.exe $(outdir)\rdm.exe \
$(outdir)\multi_ep.exe $(outdir)\multi_recv.exe $(outdir)\rdm.exe \
$(outdir)\rdm_atomic.exe $(outdir)\rdm_multi_client.exe $(outdir)\rdm_rma_event.exe \
$(outdir)\rdm_rma_trigger.exe $(outdir)\rdm_shared_av.exe $(outdir)\rdm_tagged_peek.exe \
$(outdir)\recv_cancel.exe $(outdir)\scalable_ep.exe $(outdir)\shared_ctx.exe \
Expand Down Expand Up @@ -142,8 +142,6 @@ $(outdir)\multi_ep.exe: {functional}multi_ep.c $(basedeps)

$(outdir)\multi_recv.exe: {functional}multi_recv.c $(basedeps)

$(outdir)\poll.exe: {functional}poll.c $(basedeps)

$(outdir)\rdm.exe: {functional}rdm.c $(basedeps)

$(outdir)\rdm_atomic.exe: {functional}rdm_atomic.c $(basedeps)
Expand Down
1 change: 0 additions & 1 deletion fabtests/fabtests.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@
<ClCompile Include="functional\msg_epoll.c" />
<ClCompile Include="functional\msg_netdir.c" />
<ClCompile Include="functional\msg_sockets.c" />
<ClCompile Include="functional\poll.c" />
<ClCompile Include="functional\rdm.c" />
<ClCompile Include="functional\rdm_rma_event.c" />
<ClCompile Include="functional\rdm_rma_trigger.c" />
Expand Down
3 changes: 0 additions & 3 deletions fabtests/fabtests.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@
<ClCompile Include="functional\msg_sockets.c">
<Filter>Source Files\functional</Filter>
</ClCompile>
<ClCompile Include="functional\poll.c">
<Filter>Source Files\functional</Filter>
</ClCompile>
<ClCompile Include="functional\rdm.c">
<Filter>Source Files\functional</Filter>
</ClCompile>
Expand Down
290 changes: 0 additions & 290 deletions fabtests/functional/poll.c

This file was deleted.

4 changes: 0 additions & 4 deletions fabtests/man/fabtests.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ features of libfabric.
completion counters of inbound writes as the notification
mechanism.

*fi_poll*
: Exchanges data over RDM endpoints using poll sets to drive
completion notifications.

*fi_rdm*
: A basic RDM endpoint example.

Expand Down
9 changes: 0 additions & 9 deletions fabtests/pytest/default/test_poll.py

This file was deleted.

2 changes: 0 additions & 2 deletions fabtests/scripts/runfabtests.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ set functional_tests=^
"msg"^
"msg_epoll"^
"msg_sockets"^
"poll -t queue"^
"poll -t counter"^
"rdm"^
"rdm -U"^
"rdm_tagged_peek"^
Expand Down
Loading

0 comments on commit 513dba0

Please sign in to comment.