mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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 <tytso@mit.edu> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
d3e4857602
commit
08e57cdc79
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user