]> git.proxmox.com Git - mirror_zfs.git/commit - tests/zfs-tests/include/libtest.shlib
Skip slow tests when kmemleak is enabled
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 14 Dec 2016 17:33:07 +0000 (09:33 -0800)
committerGitHub <noreply@github.com>
Wed, 14 Dec 2016 17:33:07 +0000 (09:33 -0800)
commitc6ced7261c1986aac7ced7f46a960025a4e053a2
treef8d6cd608a2ba1499776b0a4a582e9752d97cf35
parentf974e25dc14e8b611d792839bffabd09b9f74b43
Skip slow tests when kmemleak is enabled

When running the ZFS Test Suite with a kmemleak enabled kernel
the following test cases run far slower than usual and may hit
their timeout threshold.  Skip the following test cases.

Test: cli_root/zfs_get/zfs_get_009_pos (run as root) [55:43]
Test: cli_root/zpool_clear/zpool_clear_001_pos (run as root) [11:32]
Test: cli_root/zpool_create/zpool_create_024_pos (run as root) [11:01]
Test: features/async_destroy/async_destroy_001_pos (run as root) [41:15]
Test: inheritance/inherit_001_pos (run as root) [09:08]

Reviewed-by: Chunwei Chen <david.chen@osnexus.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #5479
Closes #5480
tests/zfs-tests/include/libtest.shlib
tests/zfs-tests/tests/functional/cli_root/zfs_get/zfs_get_009_pos.ksh
tests/zfs-tests/tests/functional/cli_root/zpool_clear/zpool_clear_001_pos.ksh
tests/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_024_pos.ksh
tests/zfs-tests/tests/functional/features/async_destroy/async_destroy_001_pos.ksh
tests/zfs-tests/tests/functional/inheritance/inherit_001_pos.ksh