]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Disable zpool_upgrade_002_pos test case
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 24 Oct 2016 23:39:47 +0000 (16:39 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Oct 2016 23:39:47 +0000 (16:39 -0700)
This test case frequently triggers issue #4034.  There exists a
fix for this which is in the process of being upstreamed.  Until
that fix is available disable the test case.

Reviewed by: George Wilson <george.wilson@delphix.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #5329
Issue #4034

tests/runfiles/linux.run

index f7ca9d5a7c8db06778121de8ef7fa0ba423668fe..bfda141f541b13c677162fc582f40b8069d55aed 100644 (file)
@@ -324,10 +324,11 @@ post =
 tests = ['zpool_status_001_pos', 'zpool_status_002_pos']
 
 # DISABLED:
+# zpool_upgrade_002_pos - Issue zfsonlinux/zfs#4034
 # zpool_upgrade_004_pos - Issue zfsonlinux/zfs#4034
 # zpool_upgrade_007_pos - needs investigation
 [tests/functional/cli_root/zpool_upgrade]
-tests = ['zpool_upgrade_001_pos', 'zpool_upgrade_002_pos',
+tests = ['zpool_upgrade_001_pos',
     'zpool_upgrade_003_pos', 'zpool_upgrade_005_neg',
     'zpool_upgrade_006_neg', 'zpool_upgrade_008_pos',
     'zpool_upgrade_009_neg']