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

Peter Holm pho at FreeBSD.org
Mon Apr 27 05:25:31 UTC 2020


Author: pho
Date: Mon Apr 27 05:25:30 2020
New Revision: 360366
URL: https://svnweb.freebsd.org/changeset/base/360366

Log:
  Tune test a bit to avoid false positives.

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

Modified: user/pho/stress2/misc/swap6.sh
==============================================================================
--- user/pho/stress2/misc/swap6.sh	Mon Apr 27 05:24:40 2020	(r360365)
+++ user/pho/stress2/misc/swap6.sh	Mon Apr 27 05:25:30 2020	(r360366)
@@ -35,7 +35,7 @@
 
 [ `sysctl -n vm.swap_total` -eq 0 ] && exit 0
 min=5	# percent swap usage
-(cd ../testcases/swap; ./swap -t 10m -i 40 -l 100 -h > /dev/null) &
+(cd ../testcases/swap; ./swap -t 10m -i 100 -l 100 -h > /dev/null) &
 mx=0
 while pgrep -q swap; do
 	n=`swapinfo | tail -1 | sed 's/.* //; s/%//'`


More information about the svn-src-user mailing list