svn commit: r364783 - head/tests/sys/cddl/zfs/tests/cli_root/zpool_clear
Ryan Moeller
freqlabs at FreeBSD.org
Tue Aug 25 20:04:35 UTC 2020
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
More information about the svn-src-all
mailing list