mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic: honor the FSSTRESS_AVOID environment variable
Make sure all tests which run fsstress, and which do not have a very specific custom profile of which file system operations to run, honor the FSSTRESS_AVOID environment variable. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ PROCS=$((2 * LOAD_FACTOR))
|
||||
load_dir=$SCRATCH_MNT/test
|
||||
|
||||
# let this run for a while
|
||||
$FSSTRESS_PROG -n10000000 -p $PROCS -d $load_dir >> $seqres.full 2>&1 &
|
||||
$FSSTRESS_PROG $FSSTRESS_AVOID -n10000000 -p $PROCS -d $load_dir >> $seqres.full 2>&1 &
|
||||
sleep $SLEEP_TIME
|
||||
$KILLALL_PROG -q $FSSTRESS_PROG
|
||||
wait
|
||||
|
||||
Reference in New Issue
Block a user