From owner-svn-src-all@FreeBSD.ORG Sun Oct 26 04:21:15 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E52FDC9; Sun, 26 Oct 2014 04:21:14 +0000 (UTC) Received: from smtp1.multiplay.co.uk (smtp1.multiplay.co.uk [85.236.96.35]) by mx1.freebsd.org (Postfix) with ESMTP id ACB1974F; Sun, 26 Oct 2014 04:21:14 +0000 (UTC) Received: by smtp1.multiplay.co.uk (Postfix, from userid 65534) id 35AD320E7088C; Sun, 26 Oct 2014 04:21:07 +0000 (UTC) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk [82.69.141.170]) by smtp1.multiplay.co.uk (Postfix) with ESMTP id 1DB5A20E70886; Sun, 26 Oct 2014 04:21:06 +0000 (UTC) Message-ID: <544C7722.1080201@freebsd.org> Date: Sun, 26 Oct 2014 04:22:58 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Garrett Cooper , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r273630 - head/tools/regression/zfs/zpool/add References: <201410250610.s9P6A2GP001878@svn.freebsd.org> In-Reply-To: <201410250610.s9P6A2GP001878@svn.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2014 04:21:15 -0000 Its not clear from this why you elected to disable the test and hide the issue instead of fixing the panic cause, could you clarify please? On 25/10/2014 07:10, Garrett Cooper wrote: > Author: ngie > Date: Sat Oct 25 06:10:01 2014 > New Revision: 273630 > URL: https://svnweb.freebsd.org/changeset/base/273630 > > Log: > Bail out of the script on FreeBSD due to deterministic panic issue > > PR: 191573 > Sponsored by: EMC / Isilon Storage Division > > Modified: > head/tools/regression/zfs/zpool/add/files.t > > Modified: head/tools/regression/zfs/zpool/add/files.t > ============================================================================== > --- head/tools/regression/zfs/zpool/add/files.t Sat Oct 25 05:56:21 2014 (r273629) > +++ head/tools/regression/zfs/zpool/add/files.t Sat Oct 25 06:10:01 2014 (r273630) > @@ -4,6 +4,8 @@ > dir=`dirname $0` > . ${dir}/../../misc.sh > > +[ "${os}" = "FreeBSD" ] && die "panics FreeBSD; see bug # 191573" > + > echo "1..54" > > files_create 8 > > >