From owner-svn-src-user@freebsd.org Fri Feb 3 12:13:56 2017 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 934D7CCC778 for ; Fri, 3 Feb 2017 12:13:56 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 60B5839F; Fri, 3 Feb 2017 12:13:56 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v13CDtId062816; Fri, 3 Feb 2017 12:13:55 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v13CDt0i062815; Fri, 3 Feb 2017 12:13:55 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201702031213.v13CDt0i062815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm Date: Fri, 3 Feb 2017 12:13:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r313149 - user/pho/stress2/misc X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2017 12:13:56 -0000 Author: pho Date: Fri Feb 3 12:13:55 2017 New Revision: 313149 URL: https://svnweb.freebsd.org/changeset/base/313149 Log: Added a "fixed by" and added a style fix while here. Sponsored by: Dell EMC Isilon Modified: user/pho/stress2/misc/full.sh Modified: user/pho/stress2/misc/full.sh ============================================================================== --- user/pho/stress2/misc/full.sh Fri Feb 3 12:03:10 2017 (r313148) +++ user/pho/stress2/misc/full.sh Fri Feb 3 12:13:55 2017 (r313149) @@ -34,6 +34,7 @@ # "panic: SACK scoreboard must not be empty" seen: # https://people.freebsd.org/~pho/stress/log/full.txt +# Fixed by r310547. . ../default.cfg @@ -49,7 +50,8 @@ export LOAD=80 export rwLOAD=80 export runRUNTIME=10m export RUNDIR=$mntpoint/stressX -export TESTPROGS=`cd ..; find testcases/ -perm -1 -type f | egrep -v "/run/|/syscall/"` +export TESTPROGS=`cd ..; find testcases/ -perm -1 -type f | \ + egrep -v "/run/|/syscall/"` su $testuser -c 'cd ..; ./testcases/run/run $TESTPROGS'