From: George Melikov Date: Tue, 7 Nov 2017 18:32:04 +0000 (+0300) Subject: Disable zpool_import_missing_003_pos X-Git-Tag: zfs-0.8.0~883 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b58b73ce74b032184a089f7084c638f71453bdfa;p=mirror_zfs.git Disable zpool_import_missing_003_pos Rarely observed failure of zpool_import_missing_003_pos during automated testing due to timeout. Disable the test case until it can be improved. Reviewed-by: Brian Behlendorf Reviewed-by: Giuseppe Di Natale Signed-off-by: George Melikov Issue #6839 Closes #6840 --- diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 76e8a5869..e67bec0c5 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -321,6 +321,7 @@ tags = ['functional', 'cli_root', 'zpool_get'] tests = ['zpool_history_001_neg', 'zpool_history_002_pos'] tags = ['functional', 'cli_root', 'zpool_history'] +# zpool_import_missing_003_pos - https://github.com/zfsonlinux/zfs/issues/6839 [tests/functional/cli_root/zpool_import] tests = ['zpool_import_001_pos', 'zpool_import_002_pos', 'zpool_import_003_pos', 'zpool_import_004_pos', 'zpool_import_005_pos', @@ -329,7 +330,7 @@ tests = ['zpool_import_001_pos', 'zpool_import_002_pos', 'zpool_import_012_pos', 'zpool_import_013_neg', 'zpool_import_014_pos', 'zpool_import_features_001_pos', 'zpool_import_features_002_neg', 'zpool_import_features_003_pos','zpool_import_missing_001_pos', - 'zpool_import_missing_002_pos', 'zpool_import_missing_003_pos', + 'zpool_import_missing_002_pos', 'zpool_import_rename_001_pos', 'zpool_import_all_001_pos', 'zpool_import_encrypted', 'zpool_import_encrypted_load'] tags = ['functional', 'cli_root', 'zpool_import']