mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Crank up fsstress a whole lot, enable unwritten extents everywhere, remove need for special getpagesize program
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user