From 7eb17772a71e0a64587002a73e0f55defa796d36 Mon Sep 17 00:00:00 2001 From: grev Date: Thu, 7 Aug 2008 11:03:15 +0000 Subject: [PATCH] b=14797 i=Johann skip test_76 for lustre 1.8 --- lustre/tests/sanity.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 4675109..1da1fc4 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3182,6 +3182,9 @@ num_inodes() { } test_76() { # bug 1443 + do_facet mds $LCTL get_param version | grep -q ^lustre.*1.7 && \ + skip "skipping test for 1.8" && return 0 + DETH=$(grep deathrow /proc/kallsyms /proc/ksyms 2> /dev/null | wc -l) [ $DETH -eq 0 ] && skip "No _iget." && return 0 BEFORE_INODES=`num_inodes` -- 1.8.3.1