Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2020 20:04:35 +0000 (UTC)
From:      Ryan Moeller <freqlabs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r364783 - head/tests/sys/cddl/zfs/tests/cli_root/zpool_clear
Message-ID:  <202008252004.07PK4ZBM006077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: freqlabs
Date: Tue Aug 25 20:04:35 2020
New Revision: 364783
URL: https://svnweb.freebsd.org/changeset/base/364783

Log:
  Skip zpool_clear_005_pos test until bug fixed
  
  Messing with gnop devices under a zpool fails in this test, causing
  the pool to be suspended and eventually the system to deadlock.
  
  Skip the test for now until the issue is resolved.
  
  PR:		tests/248910
  Discussed with:	lwhsu
  Sponsored by:	iXsystems, Inc.

Modified:
  head/tests/sys/cddl/zfs/tests/cli_root/zpool_clear/zpool_clear_test.sh

Modified: head/tests/sys/cddl/zfs/tests/cli_root/zpool_clear/zpool_clear_test.sh
==============================================================================
--- head/tests/sys/cddl/zfs/tests/cli_root/zpool_clear/zpool_clear_test.sh	Tue Aug 25 19:57:11 2020	(r364782)
+++ head/tests/sys/cddl/zfs/tests/cli_root/zpool_clear/zpool_clear_test.sh	Tue Aug 25 20:04:35 2020	(r364783)
@@ -124,6 +124,7 @@ zpool_clear_005_pos_head()
 }
 zpool_clear_005_pos_body()
 {
+	atf_skip "Fails on OpenZFS, causing eventual deadlock. PR tests/248910"
 	. $(atf_get_srcdir)/../../../include/default.cfg
 	. $(atf_get_srcdir)/zpool_clear.cfg
 



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