From d29f13b9042c29321924745ed221bfb9899501e8 Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Tue, 25 Aug 2020 20:04:35 +0000 Subject: [PATCH] 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. --- .../sys/cddl/zfs/tests/cli_root/zpool_clear/zpool_clear_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sys/cddl/zfs/tests/cli_root/zpool_clear/zpool_clear_test.sh b/tests/sys/cddl/zfs/tests/cli_root/zpool_clear/zpool_clear_test.sh index 467d6000a91..faaed5cd27b 100755 --- a/tests/sys/cddl/zfs/tests/cli_root/zpool_clear/zpool_clear_test.sh +++ b/tests/sys/cddl/zfs/tests/cli_root/zpool_clear/zpool_clear_test.sh @@ -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 -- 2.45.0