svn commit: r366927 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Thu Oct 22 06:50:21 UTC 2020


Author: pho
Date: Thu Oct 22 06:50:20 2020
New Revision: 366927
URL: https://svnweb.freebsd.org/changeset/base/366927

Log:
  Ensure the test terminates at timeout.

Modified:
  user/pho/stress2/misc/quota6.sh

Modified: user/pho/stress2/misc/quota6.sh
==============================================================================
--- user/pho/stress2/misc/quota6.sh	Thu Oct 22 06:48:03 2020	(r366926)
+++ user/pho/stress2/misc/quota6.sh	Thu Oct 22 06:50:20 2020	(r366927)
@@ -52,7 +52,7 @@ edquota -u -f $mntpoint -e $mntpoint:850000:900000:130
     /dev/null 2>&1
 quotaon $mntpoint
 export RUNDIR=$mntpoint/stressX
-../testcases/rw/rw -t 10m -i 200 -h -n &
+timeout 12m ../testcases/rw/rw -t 10m -i 200 -h -n &
 pid=$!
 for i in `jot 5`; do
 	echo "`date '+%T'` mksnap_ffs $mntpoint $mntpoint/.snap/snap$i"


More information about the svn-src-user mailing list