From f26abb02476d0abe7e2f3182921f6a79b96b2f46 Mon Sep 17 00:00:00 2001 From: tianzy Date: Thu, 9 Aug 2007 06:32:57 +0000 Subject: [PATCH] Branch b1_6 fix a bug in test_13 in sanity-quota.sh b=13171 i=green, wangdi --- lustre/ChangeLog | 6 ++++++ lustre/tests/sanity-quota.sh | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index e07edc9..3e4e810 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -141,6 +141,12 @@ Frequency : Only for test_10 in sanity-quota.sh Description: a bug in quota test code Details : checking a test flag in a wrong place +Severity : normal +Bugzilla : 13171 +Frequency : Only for test_13 in sanity-quota.sh +Description: a bug in quota test script +Details : shouldn't check overfull allocated quota + -------------------------------------------------------------------------------- 2007-07-30 Cluster File Systems, Inc. diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index afb0907..1805bb2 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -1053,8 +1053,6 @@ test_13() { $SHOW_QUOTA_USER [ $((fz + fz2)) -lt $((BUNIT_SZ * BLK_SZ * 10)) ] && \ error "files too small $fz + $fz < $((BUNIT_SZ * BLK_SZ * 10))" - [ $((fz + fz2)) -gt $((BUNIT_SZ * BLK_SZ * 11)) ] && \ - error "files too large $fz + $fz > $((BUNIT_SZ * BLK_SZ * 11))" rm -f $TESTFILE $TESTFILE.2 -- 1.8.3.1