Disable zpool_upgrade_002_pos test case

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
This commit is contained in:
Brian Behlendorf 2016-10-24 16:39:47 -07:00 committed by GitHub
parent aed0e9f3e4
commit 66392d81f5

View 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']