svn commit: r258917 - user/pho/stress2

Peter Holm pho at FreeBSD.org
Wed Dec 4 09:58:51 UTC 2013


Author: pho
Date: Wed Dec  4 09:58:50 2013
New Revision: 258917
URL: http://svnweb.freebsd.org/changeset/base/258917

Log:
  Try harder to stop the swap test program, no need to have "ulimit -t", fix
  a spelling error and add a new flag for newfs.
  
  Sponsored by:	EMC / Isilon storage division

Modified:
  user/pho/stress2/default.cfg

Modified: user/pho/stress2/default.cfg
==============================================================================
--- user/pho/stress2/default.cfg	Wed Dec  4 09:48:52 2013	(r258916)
+++ user/pho/stress2/default.cfg	Wed Dec  4 09:58:50 2013	(r258917)
@@ -29,6 +29,7 @@ export swapINCARNATIONS=${swapINCARNATIO
 export swapLOAD=80
 
 export syscallKILL=1
+export swapKILL=1	# May takes a long time to stop
 
 export rwLOAD=70
 export mkdirLOAD=80
@@ -50,8 +51,6 @@ testcases/udp/udp
 testcases/tcp/tcp
 "
 
-[ -r default.cfg ] && ulimit -t 200	# Do not run this for the misc sub directory
-
 # 
 # Defaults for ./misc tests
 #
@@ -60,7 +59,8 @@ diskimage=/var/tmp/diskimage	# Location 
 mntpoint=/mnt			# Disk image mount point
 testuser=pho			# Name of non root test user
 mdstart=5			# Start of free md units
-part=a				# partitition to use on a md FS
+part=a				# partition to use on a md FS
+newfs_flags="-U"		# default file system flags
 
 # Wrapper for dd
 dede () {        # file, blocksize, count


More information about the svn-src-user mailing list