Skip to content

Commit

Permalink
test: rename rqfreeb to rqfree
Browse files Browse the repository at this point in the history
The test is now more than just testing buffered send. The "b" in the
test name was confusing.

Also remove the xfail entry. The issue is fixed in the previous commit.
  • Loading branch information
hzhou committed Jul 14, 2023
1 parent 4713b08 commit d04502e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/mpi/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@
/pt2pt/pt2pt_large
/pt2pt/rcancel
/pt2pt/recv_any
/pt2pt/rqfreeb
/pt2pt/rqfree
/pt2pt/rqstatus
/pt2pt/scancel
/pt2pt/scancel2
Expand Down
3 changes: 0 additions & 3 deletions test/mpi/maint/jenkins/xfail.conf
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@
# freebsd failures
* * debug ch3:tcp freebsd64 /^comm_create_group_threads/ xfail=issue4372 threads/comm/testlist

# currently there is no mechanism in ofi to wait for pending freed request objects
* * debug ch4:ofi * /^rqfreeb/ xfail=issue3469 pt2pt/testlist

# timeout due to lack of passive progress
* * vci ch4:ofi * /^rma_contig.*iter=10000/ xfail=issue5565 rma/testlist

Expand Down
2 changes: 1 addition & 1 deletion test/mpi/pt2pt/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ noinst_PROGRAMS = \
icsend \
icprobe \
rqstatus \
rqfreeb \
rqfree \
greq1 \
scancel \
scancel2 \
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/mpi/pt2pt/testlist.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ icsend 4 arg=-randomize=1
icprobe 4
icprobe 4 arg=-randomize=1
rqstatus 2
rqfreeb 4
rqfree 4
greq1 1
probe_unexp 4
probe_unexp 4 env=MPIR_CVAR_CH4_OFI_EAGER_MAX_MSG_SIZE=16384
Expand Down

0 comments on commit d04502e

Please sign in to comment.