From 66392d81f5ba103fc89cd7bb3b99bea76a650d45 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 24 Oct 2016 16:39:47 -0700 Subject: [PATCH] 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 Signed-off-by: Brian Behlendorf Closes #5329 Issue #4034 --- tests/runfiles/linux.run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index f7ca9d5a7..bfda141f5 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -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']