From: nathan Date: Thu, 22 Jun 2006 22:44:09 +0000 (+0000) Subject: Branch b1_5 X-Git-Tag: v1_7_100~1^90~8^2~75 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=35fb63fb288854c13054297aec55996a179f3d10;p=fs%2Flustre-release.git Branch b1_5 b=9858 remove all special mountconf test exceptions --- diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index e18a99c..e893c43 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -5,11 +5,6 @@ set -e # bug 2986 5494 7288 ALWAYS_EXCEPT="20b 24 27 $RECOVERY_SMALL_EXCEPT" -# Tests that always fail with mountconf -- FIXME -# 16 fails with 1, not evicted -EXCEPT="$EXCEPT 16 18a 18b" - - LUSTRE=${LUSTRE:-`dirname $0`/..} . $LUSTRE/tests/test-framework.sh init_test_env $@ diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index 4e17acd..95247d8 100644 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -334,12 +334,12 @@ replay_barrier_nodf() { } mds_evict_client() { - UUID=`cat /proc/fs/lustre/mdc/*_MNT_*/uuid` + UUID=`cat /proc/fs/lustre/mdc/*-mdc-*/uuid` do_facet mds "echo $UUID > /proc/fs/lustre/mds/${mds_svc}/evict_client" } ost_evict_client() { - UUID=`cat /proc/fs/lustre/osc/*_MNT_*/uuid | head -n 1` + UUID=`cat /proc/fs/lustre/osc/${ost1_svc}-osc-*/uuid` do_facet ost1 "echo $UUID > /proc/fs/lustre/obdfilter/${ost1_svc}/evict_client" }