stress2: No need to run tests for 30 minutes

This commit is contained in:
Peter Holm 2022-12-06 10:32:49 +01:00
parent d525abd277
commit 6e36cfadbc
7 changed files with 7 additions and 7 deletions

View File

@ -39,6 +39,6 @@ edquota -g -f /tmp -e /tmp:1500000:1400000:200000:180000 $testuser
quotaon /tmp
su $testuser -c "export runRUNTIME=60m; cd ../testcases/mkdir; \
./mkdir -t 30m -i 200 -v -v"
./mkdir -t 10m -i 200 -v -v"
quotaoff /tmp

View File

@ -42,7 +42,7 @@ newfs -j md$mdstart > /dev/null
mount /dev/md$mdstart $mntpoint
chmod 777 $mntpoint
export runRUNTIME=30m
export runRUNTIME=10m
export RUNDIR=$mntpoint/stressX
su $testuser -c 'cd ..; ./run.sh marcus.cfg' > /dev/null 2>&1

View File

@ -48,7 +48,7 @@ newfs -j md$mdstart > /dev/null
mount /dev/md$mdstart $mntpoint
chmod 777 $mntpoint
export runRUNTIME=30m
export runRUNTIME=10m
export RUNDIR=$mntpoint/stressX
su $testuser -c 'cd ..; ./run.sh jeff.cfg > /dev/null' &

View File

@ -46,7 +46,7 @@ newfs -j md$mdstart > /dev/null 2>&1
mount /dev/md$mdstart $mntpoint
chmod 777 $mntpoint
export runRUNTIME=30m
export runRUNTIME=10m
export RUNDIR=$mntpoint/stressX
export creatINCARNATIONS=2

View File

@ -45,7 +45,7 @@ newfs $opt md$mdstart > /dev/null 2>&1
mount /dev/md$mdstart $mntpoint
chmod 777 $mntpoint
export runRUNTIME=30m
export runRUNTIME=10m
export RUNDIR=$mntpoint/stressX
export creatINCARNATIONS=2

View File

@ -45,7 +45,7 @@ newfs $opt md$mdstart > /dev/null 2>&1
mount /dev/md$mdstart $mntpoint
chmod 777 $mntpoint
export runRUNTIME=30m
export runRUNTIME=10m
export RUNDIR=$mntpoint/stressX
export creatINCARNATIONS=2

View File

@ -40,7 +40,7 @@ mount /dev/md$mdstart $mntpoint
chmod 777 $mntpoint
export RUNDIR=$mntpoint/stressX
export runRUNTIME=30m
export runRUNTIME=10m
set `df -ik $mntpoint | tail -1 | awk '{print $4,$7}'`
export KBLOCKS=$(($1 / 2))
export INODES=$(($2 / 2))