svn commit: r329290 - in projects/zfsd/head: etc/mtree tests/sys/cddl/zfs/tests tests/sys/cddl/zfs/tests/remote

Alan Somers asomers at FreeBSD.org
Thu Feb 15 00:18:29 UTC 2018


Author: asomers
Date: Thu Feb 15 00:18:28 2018
New Revision: 329290
URL: https://svnweb.freebsd.org/changeset/base/329290

Log:
  Delete the ZFS "remote" tests.
  
  These tests all rely on a specifically configured remote system.  As such,
  they're unlikely to ever be sufficiently well automated to be included in
  FreeBSD's builtin test suite.  Plus, some of them are really tests for NFS,
  not ZFS.  And some test cross-endian import support, which can be done more
  simply with canned disk images.
  
  Sponsored by:	Spectra Logic Corp

Deleted:
  projects/zfsd/head/tests/sys/cddl/zfs/tests/remote/
Modified:
  projects/zfsd/head/etc/mtree/BSD.tests.dist
  projects/zfsd/head/tests/sys/cddl/zfs/tests/Makefile

Modified: projects/zfsd/head/etc/mtree/BSD.tests.dist
==============================================================================
--- projects/zfsd/head/etc/mtree/BSD.tests.dist	Thu Feb 15 00:13:41 2018	(r329289)
+++ projects/zfsd/head/etc/mtree/BSD.tests.dist	Thu Feb 15 00:18:28 2018	(r329290)
@@ -619,14 +619,6 @@
                     ..
                     refreserv
                     ..
-                    remote
-                        cross_endian
-                        ..
-                        rebooting
-                        ..
-                        sharing
-                        ..
-                    ..
                     rename_dirs
                     ..
                     replacement

Modified: projects/zfsd/head/tests/sys/cddl/zfs/tests/Makefile
==============================================================================
--- projects/zfsd/head/tests/sys/cddl/zfs/tests/Makefile	Thu Feb 15 00:13:41 2018	(r329289)
+++ projects/zfsd/head/tests/sys/cddl/zfs/tests/Makefile	Thu Feb 15 00:18:28 2018	(r329290)
@@ -50,8 +50,6 @@ TESTS_SUBDIRS+=	quota
 TESTS_SUBDIRS+=	redundancy
 TESTS_SUBDIRS+=	refquota
 TESTS_SUBDIRS+=	refreserv
-# Not yet ported to FreeBSD
-# TESTS_SUBDIRS+=	remote
 # Broken on every OS
 # TESTS_SUBDIRS+=	rename_dirs
 TESTS_SUBDIRS+=	replacement


More information about the svn-src-projects mailing list