From: Darrick J. Wong Date: Wed, 14 Apr 2021 01:05:26 +0000 (-0700) Subject: xfs/305: make sure that fsstress is still running when we quotaoff X-Git-Tag: v2022.05.01~457 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=08de8433acde5b5c59e079ebe3194b09f417e288;p=xfstests-dev.git xfs/305: make sure that fsstress is still running when we quotaoff Greatly increase the number of fs ops that fsstress is supposed to run in in this test so that we can ensure that it's still running when the quotaoff gets run. 1000 might have been sufficient in 2013, but it isn't now. Signed-off-by: Darrick J. Wong Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/305 b/tests/xfs/305 index fdb48a1d..9a3f0e03 100755 --- a/tests/xfs/305 +++ b/tests/xfs/305 @@ -50,7 +50,7 @@ _exercise() _qmount mkdir -p $QUOTA_DIR - $FSSTRESS_PROG -d $QUOTA_DIR -n 1000 -p 100 $FSSTRESS_AVOID >/dev/null 2>&1 & + $FSSTRESS_PROG -d $QUOTA_DIR -n 1000000 -p 100 $FSSTRESS_AVOID >/dev/null 2>&1 & sleep 10 xfs_quota -x -c "off -$type" $SCRATCH_DEV sleep 5