From: nathan Date: Wed, 16 May 2007 20:27:13 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_8_0_110~1618 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=2dc6eac9dfe55be5160e724eb28cb5b1fe942518;p=fs%2Flustre-release.git Branch b1_6 b=12465 i=adilger skip test 76 if no deathrow/iget --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index e1aec5c..0d71a90 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2982,6 +2982,8 @@ num_inodes() { } test_76() { # bug 1443 + DETH=$(grep deathrow /proc/kallsyms /proc/ksyms 2> /dev/null | wc -l) + [ $DETH -eq 0 ] && echo "No _iget, skipping" && return 0 BEFORE_INODES=`num_inodes` echo "before inodes: $BEFORE_INODES" for i in `seq 1000`; do