Whamcloud - gitweb
Branch b1_6
authortianzy <tianzy>
Thu, 9 Aug 2007 06:32:57 +0000 (06:32 +0000)
committertianzy <tianzy>
Thu, 9 Aug 2007 06:32:57 +0000 (06:32 +0000)
fix a bug in test_13 in sanity-quota.sh
b=13171
i=green, wangdi

lustre/ChangeLog
lustre/tests/sanity-quota.sh

index e07edc9..3e4e810 100644 (file)
@@ -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. <info@clusterfs.com>
index afb0907..1805bb2 100644 (file)
@@ -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