Skip to content

Commit

Permalink
tests: disable test 0101
Browse files Browse the repository at this point in the history
Modern versions of portmapper/mount daemon no longer respond to
broadcast rpc so nfs server discovery no longer works.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  • Loading branch information
sahlberg committed Jun 9, 2020
1 parent c5d022b commit 17f882f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
File renamed without changes.
4 changes: 0 additions & 4 deletions tests/test_9900_valgrind_leak_check_full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ for IDX in `seq 1 100`; do
done
success

echo -n "Testing server discovery for memory leaks ... "
libtool --mode=execute valgrind --leak-check=full --error-exitcode=1 ../utils/nfs-ls -D nfs:// > "${TESTDIR}/output?version=${VERS}" 2>/dev/null || failure
success

echo -n "Testing share enumeration for memory leaks ... "
libtool --mode=execute valgrind --leak-check=full --error-exitcode=1 ../utils/nfs-ls -D nfs://127.0.0.1 > "${TESTDIR}/output?version=${VERS}" 2>/dev/null || failure
success
Expand Down

0 comments on commit 17f882f

Please sign in to comment.