Skip to content

Commit

Permalink
Disable zpool_upgrade_002_pos test case
Browse files Browse the repository at this point in the history
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
  • Loading branch information
behlendorf authored Oct 24, 2016
1 parent aed0e9f commit 66392d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/runfiles/linux.run
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 66392d8

Please sign in to comment.