stress2: No need to run tests for 30 minutes
This commit is contained in:
parent
d525abd277
commit
6e36cfadbc
@ -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
|
||||
|
@ -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
|
||||
|
@ -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' &
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user