svn commit: r273630 - head/tools/regression/zfs/zpool/add

Steven Hartland smh at freebsd.org
Sun Oct 26 04:21:15 UTC 2014


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
>
>
>



More information about the svn-src-all mailing list