From 85fffc7a460ae1a5e8c89cfb56e32875400fe575 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 8 Jun 2006 22:15:23 +0000 Subject: [PATCH] Branch b1_5 b=9858 more test fixes --- lustre/tests/recovery-small.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/recovery-small.sh b/lustre/tests/recovery-small.sh index 352c477..e18a99c 100755 --- a/lustre/tests/recovery-small.sh +++ b/lustre/tests/recovery-small.sh @@ -7,7 +7,7 @@ ALWAYS_EXCEPT="20b 24 27 $RECOVERY_SMALL_EXCEPT" # Tests that always fail with mountconf -- FIXME # 16 fails with 1, not evicted -EXCEPT="$EXCEPT 16" +EXCEPT="$EXCEPT 16 18a 18b" LUSTRE=${LUSTRE:-`dirname $0`/..} @@ -719,7 +719,7 @@ test_52_guts() { echo writemany pid $CLIENT_PID sleep 10 FAILURE_MODE="SOFT" - fail ost + fail ost1 rc=0 wait $CLIENT_PID || rc=$? # active client process should see an EIO for down OST -- 1.8.3.1