Crank up fsstress a whole lot, enable unwritten extents everywhere, remove need for special getpagesize program

This commit is contained in:
fsgqa
2003-07-14 05:12:23 +00:00
parent 8b8b76261c
commit 72f0ade93d
6 changed files with 107 additions and 14 deletions
+6 -4
View File
@@ -1,5 +1,6 @@
#! /bin/sh
# XFS QA Test No. 013
# $Id: 1.1 $
#
# fsstress
#
@@ -85,7 +86,7 @@ _do_test()
echo "fsstress.$_n : $_param"
echo "-----------------------------------------------"
# -v >$tmp.out
if ! $here/ltp/fsstress $_param $FSSTRESS_AVOID -n $_count -d $out >/dev/null 2>&1
if ! $here/src/fsstress $_param $FSSTRESS_AVOID -n $_count -d $out >/dev/null 2>&1
then
echo " fsstress (count=$_count) returned $? - see $seq.full"
@@ -96,7 +97,7 @@ _do_test()
#cat $tmp.out >>$here/$seq.full
status=1
fi
_check_test_fs
}
@@ -106,7 +107,8 @@ _do_test()
rm -f $here/$seq.full
echo "brevity is wit..."
count=1000
count=2000
procs=20
_check_test_fs
@@ -116,7 +118,7 @@ _do_test 1 "-r" $count
# and the default with multiprocess
_do_test 2 "-p 5 -r" $count
_do_test 2 "-p $procs -r" $count
# from Glen's notes