From a84dad1a78261fe2784bfc4d81948af41659cecc Mon Sep 17 00:00:00 2001 From: Andrew Perepechko Date: Fri, 24 Feb 2012 15:27:51 +0400 Subject: [PATCH] LU-1133 tests: sanity-quota 33 fixes sanity-quota test 33 must wait for removal completion before verifying quota usage correctness Signed-off-by: Andrew Perepechko Change-Id: Ia9994a41b734a19c0711c201c3b54a38480c33fd Xyratex-bug-id: MRP-378 Reviewed-by: Alexander Zarochentsev Reviewed-on: http://review.whamcloud.com/2186 Tested-by: Hudson Reviewed-by: Alexander Zarochentsev Tested-by: Maloo Reviewed-by: Oleg Drokin --- 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 a169b59..507768a 100644 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -2250,6 +2250,7 @@ test_33() { cleanup_quota_test echo "Verify disk usage after delete" + wait_delete_completed USED=`getquota -u $TSTID global curspace` [ $USED -eq 0 ] || error "Used space for user $TSTID isn't 0. $USED" USED=`getquota -u $TSTID global curinodes` -- 1.8.3.1