svn commit: r329066 - projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount

Alan Somers asomers at FreeBSD.org
Fri Feb 9 15:58:34 UTC 2018


Author: asomers
Date: Fri Feb  9 15:58:33 2018
New Revision: 329066
URL: https://svnweb.freebsd.org/changeset/base/329066

Log:
  Clear an incorrect expected failure added in r273994.
  
  The test probably failed only because the tester was booting from ZFS and
  didn't set the keep_pools variable.  It would be nice for the test suite to
  handle this automatically, but right now it doesn't.
  
  Sponsored by:	Spectra Logic Corp

Modified:
  projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/zfs_unmount_test.sh

Modified: projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/zfs_unmount_test.sh
==============================================================================
--- projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/zfs_unmount_test.sh	Fri Feb  9 15:54:24 2018	(r329065)
+++ projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/zfs_unmount_test.sh	Fri Feb  9 15:58:33 2018	(r329066)
@@ -240,7 +240,6 @@ zfs_unmount_009_pos_head()
 }
 zfs_unmount_009_pos_body()
 {
-	atf_fail "This test causes a panic on FreeBSD"
 	. $(atf_get_srcdir)/../../../include/default.cfg
 	. $(atf_get_srcdir)/zfs_unmount.kshlib
 	. $(atf_get_srcdir)/zfs_unmount.cfg


More information about the svn-src-projects mailing list