Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Oct 2014 04:22:58 +0000
From:      Steven Hartland <smh@freebsd.org>
To:        Garrett Cooper <ngie@FreeBSD.org>, 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
Message-ID:  <544C7722.1080201@freebsd.org>
In-Reply-To: <201410250610.s9P6A2GP001878@svn.freebsd.org>
References:  <201410250610.s9P6A2GP001878@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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
>
>
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?544C7722.1080201>