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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"