From owner-svn-src-user@FreeBSD.ORG Tue May 26 09:34:56 2015 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85C31DFA; Tue, 26 May 2015 09:34:56 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 755D036F; Tue, 26 May 2015 09:34:56 +0000 (UTC) (envelope-from pho@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4Q9YuSL035393; Tue, 26 May 2015 09:34:56 GMT (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4Q9YuL3035391; Tue, 26 May 2015 09:34:56 GMT (envelope-from pho@FreeBSD.org) Message-Id: <201505260934.t4Q9YuL3035391@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pho set sender to pho@FreeBSD.org using -f From: Peter Holm Date: Tue, 26 May 2015 09:34:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r283558 - 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.20 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: Tue, 26 May 2015 09:34:56 -0000 Author: pho Date: Tue May 26 09:34:55 2015 New Revision: 283558 URL: https://svnweb.freebsd.org/changeset/base/283558 Log: Cleanup and added a comment. Sponsored by: EMC / Isilon storage division Modified: user/pho/stress2/misc/gjournal.sh user/pho/stress2/misc/gjournal3.sh Modified: user/pho/stress2/misc/gjournal.sh ============================================================================== --- user/pho/stress2/misc/gjournal.sh Tue May 26 09:33:47 2015 (r283557) +++ user/pho/stress2/misc/gjournal.sh Tue May 26 09:34:55 2015 (r283558) @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD: projects/stress2/misc/sendfile.sh 199142 2009-11-10 16:47:48Z pho $ +# $FreeBSD$ # # Deadlock scenario based on kern/154228, fixed in r217880. Modified: user/pho/stress2/misc/gjournal3.sh ============================================================================== --- user/pho/stress2/misc/gjournal3.sh Tue May 26 09:33:47 2015 (r283557) +++ user/pho/stress2/misc/gjournal3.sh Tue May 26 09:34:55 2015 (r283558) @@ -31,6 +31,13 @@ # Deadlock seen: http://people.freebsd.org/~pho/stress/log/gjournal3.txt # Fixed in r244925 +# kib@ wrote: +# gjournal is good for exposing the suspension problems. The frequency +# of the suspensions called from the gjournal is not achievable by other +# methods, so the tests allow to uncover the problems. More, the gjournal +# only establishes the suspension, without snapshotting, which also +# makes it easier to see the issues. + [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1 . ../default.cfg