mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 03:08:51 +03:00
Partial revert "Disable slow tests for kmemleak"
Enable zpool_clear_001_pos, zpool_create_024_pos and inherit_001_pos. These are no longer slow. Also disable zfs_destroy_001_pos, zfs_allow_010_pos and snapused_004_pos, as they fail very often. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Chunwei Chen <david.chen@osnexus.com> Closes #5613
This commit is contained in:
committed by
Brian Behlendorf
parent
10a3f88859
commit
1b61fa935c
@@ -51,6 +51,11 @@
|
||||
|
||||
verify_runnable "both"
|
||||
|
||||
# See issue: https://github.com/zfsonlinux/zfs/issues/5479
|
||||
if is_kmemleak; then
|
||||
log_unsupported "Test case often fail when kmemleak is enabled"
|
||||
fi
|
||||
|
||||
function cleanup
|
||||
{
|
||||
log_must $ZFS destroy -rR $USEDTEST
|
||||
|
||||
Reference in New Issue
Block a user