svn commit: r292303 - in projects/zfsd/head/tests/sys/cddl/zfs/tests: cli_root/zfs_get zvol/zvol_misc

Alan Somers asomers at FreeBSD.org
Wed Dec 16 00:20:21 UTC 2015


Author: asomers
Date: Wed Dec 16 00:20:20 2015
New Revision: 292303
URL: https://svnweb.freebsd.org/changeset/base/292303

Log:
  tests/sys/cddl/zfs/tests/cli_root/zfs_get/zfs_get_test.sh
  tests/sys/cddl/zfs/tests/zvol/zvol_misc/zvol_misc_test.sh
  	Extend the timeout for some tests so they pass on debug builds.  A
  	separate effort needs to be made to investigate whether the tests
  	can be made faster without reducing coverage.
  
  Submitted by:	Will
  Sponsored by:	Spectra Logic Corp

Modified:
  projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zfs_get/zfs_get_test.sh
  projects/zfsd/head/tests/sys/cddl/zfs/tests/zvol/zvol_misc/zvol_misc_test.sh

Modified: projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zfs_get/zfs_get_test.sh
==============================================================================
--- projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zfs_get/zfs_get_test.sh	Wed Dec 16 00:19:20 2015	(r292302)
+++ projects/zfsd/head/tests/sys/cddl/zfs/tests/cli_root/zfs_get/zfs_get_test.sh	Wed Dec 16 00:20:20 2015	(r292303)
@@ -262,6 +262,7 @@ zfs_get_009_pos_head()
 {
 	atf_set "descr" "'zfs get -d <n>' should get expected output."
 	atf_set "require.progs"  zfs
+	atf_set "timeout" 1200
 }
 zfs_get_009_pos_body()
 {

Modified: projects/zfsd/head/tests/sys/cddl/zfs/tests/zvol/zvol_misc/zvol_misc_test.sh
==============================================================================
--- projects/zfsd/head/tests/sys/cddl/zfs/tests/zvol/zvol_misc/zvol_misc_test.sh	Wed Dec 16 00:19:20 2015	(r292302)
+++ projects/zfsd/head/tests/sys/cddl/zfs/tests/zvol/zvol_misc/zvol_misc_test.sh	Wed Dec 16 00:20:20 2015	(r292303)
@@ -186,6 +186,7 @@ zvol_misc_007_pos_head()
 	atf_set "descr" "zfs volume device nodes are modified appropriately"
 	atf_set "require.config"  disks_are_physical
 	atf_set "require.progs"  zfs
+	atf_set "timeout" 1200
 }
 zvol_misc_007_pos_body()
 {
@@ -212,6 +213,7 @@ zvol_misc_008_pos_head()
 	atf_set "descr" "zfs volume device nodes are modified appropriately"
 	atf_set "require.config"  disks_are_physical
 	atf_set "require.progs"  zfs
+	atf_set "timeout" 1200
 }
 zvol_misc_008_pos_body()
 {
@@ -238,6 +240,7 @@ zvol_misc_009_pos_head()
 	atf_set "descr" "zfs volume device nodes are modified appropriately"
 	atf_set "require.config"  disks_are_physical
 	atf_set "require.progs"  zfs
+	atf_set "timeout" 1200
 }
 zvol_misc_009_pos_body()
 {


More information about the svn-src-projects mailing list