From eb9daa98d7548b99d3e8a7052bb454e284ce5a6d Mon Sep 17 00:00:00 2001 From: Landen Date: Fri, 6 Aug 2010 06:33:07 +0400 Subject: [PATCH] b=20877 disable test_12 of sanity-quota.sh i=johann --- lustre/tests/sanity-quota.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index a77fb1a..45c830c 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -19,7 +19,9 @@ export PATH=$PWD/$SRCDIR:$SRCDIR:$PWD/$SRCDIR/../utils:$PATH:/sbin ONLY=${ONLY:-"$*"} # test_11 has been used to protect a kernel bug(bz10912), now it isn't # useful any more. Then add it to ALWAYS_EXCEPT. b=19835 -ALWAYS_EXCEPT="10 $SANITY_QUOTA_EXCEPT" +# We have changed the mechanism of quota, test_12 is meanless now. +# b=20877 +ALWAYS_EXCEPT="10 12 $SANITY_QUOTA_EXCEPT" # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT! case `uname -r` in -- 1.8.3.1