From 43275f22c376d5cbe8bf9b07c3bf3ae20b822406 Mon Sep 17 00:00:00 2001 From: anserper Date: Fri, 2 Oct 2009 16:21:45 +0000 Subject: [PATCH] b=20953 i=Elena Gryaznova additional debug for 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 b316864..f79356d 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -2239,6 +2239,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