Author: asomers Date: Mon Oct 7 20:19:05 2019 New Revision: 353288 URL: https://svnweb.freebsd.org/changeset/base/353288
Log: ZFS: mark hotspare_scrub_002_pos as an expected failure "zpool scrub" doesn't detect all errors on active spares in raidz arrays PR: 241069 MFC after: 2 weeks Sponsored by: Axcient Modified: head/tests/sys/cddl/zfs/tests/hotspare/hotspare_test.sh Modified: head/tests/sys/cddl/zfs/tests/hotspare/hotspare_test.sh ============================================================================== --- head/tests/sys/cddl/zfs/tests/hotspare/hotspare_test.sh Mon Oct 7 20:13:49 2019 (r353287) +++ head/tests/sys/cddl/zfs/tests/hotspare/hotspare_test.sh Mon Oct 7 20:19:05 2019 (r353288) @@ -635,6 +635,7 @@ hotspare_scrub_002_pos_body() . $(atf_get_srcdir)/hotspare.kshlib . $(atf_get_srcdir)/hotspare.cfg + atf_expect_fail "PR 241069 scrub does not detect all errors on active spares" ksh93 $(atf_get_srcdir)/setup.ksh || atf_fail "Setup failed" ksh93 $(atf_get_srcdir)/hotspare_scrub_002_pos.ksh || atf_fail "Testcase failed" } _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"