Skip to content

Commit

Permalink
Disable zpool_upgrade_004_pos test case
Browse files Browse the repository at this point in the history
This test cause frequently triggers issue #4034.  Disable this
test case until the root cause of this issue has been addressed.

Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #4034 
Closes #5120
  • Loading branch information
behlendorf committed Sep 16, 2016
1 parent 87f9371 commit f448f8c
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 @@ -333,10 +333,11 @@ post =
tests = ['zpool_status_001_pos', 'zpool_status_002_pos']

# DISABLED:
# 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',
'zpool_upgrade_003_pos', 'zpool_upgrade_004_pos', 'zpool_upgrade_005_neg',
'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 f448f8c

Please sign in to comment.