Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 06:50:20 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r366927 - user/pho/stress2/misc
Message-ID:  <202010220650.09M6oKvw040038@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010220650.09M6oKvw040038>