From: Theodore Ts'o Date: Wed, 24 Dec 2014 03:53:10 +0000 (+1100) Subject: ext4/004: limit the amount of data written so test runs faster X-Git-Tag: v2022.05.01~2978 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=08e57cdc79d17ff815001ce888f599b298398d6e;p=users%2Fhch%2Fxfstests-dev.git ext4/004: limit the amount of data written so test runs faster Previously this test was taking 6-7 minutes, and writing half a gigabyte of data in the dump/restore test directory. Change this to be about 60 megs, and to take ~20 seconds. Signed-off-by: Theodore Ts'o Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/tests/ext4/004 b/tests/ext4/004 index b24b627f0..68f02b6e4 100755 --- a/tests/ext4/004 +++ b/tests/ext4/004 @@ -49,7 +49,7 @@ restore_dir=$TEST_DIR/dump_restore_dir workout() { echo "Run fsstress" >> $seqres.full - args=`_scale_fsstress_args -z -f creat=5 -f write=20 -f mkdir=5 -n 1000 -p 15 -d $dump_dir` + args=`_scale_fsstress_args -z -f creat=5 -f write=20 -f mkdir=5 -n 100 -p 15 -d $dump_dir` echo "fsstress $args" >> $seqres.full $FSSTRESS_PROG $args >> $seqres.full 2>&1