From 5213b0e75d235ba3da269a04acc54a974a619ca4 Mon Sep 17 00:00:00 2001 From: panda Date: Tue, 8 Dec 2009 21:19:07 +0000 Subject: [PATCH] b=20953 debug patch for sanity-quota test_30 --- lustre/tests/sanity-quota.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 84f6679..021107f 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -2078,6 +2078,7 @@ test_30() cancel_lru_locks osc sleep 5 $LFS setquota -u $TSTUSR -B 0 $DIR + $SHOW_QUOTA_USER output=`$SHOW_QUOTA_USER | grep $MOUNT | awk '{ print $5 }' | tr -d s` [ "$output" -le "$((GRACE - 5))" ] || error "grace times were reset or unexpectedly high latency" rm -f $TESTFILE -- 1.8.3.1