]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Disable zpool_import_missing_003_pos
authorGeorge Melikov <mail@gmelikov.ru>
Tue, 7 Nov 2017 18:32:04 +0000 (21:32 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 7 Nov 2017 18:32:04 +0000 (10:32 -0800)
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 <behlendorf1@llnl.gov>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Issue #6839
Closes #6840

tests/runfiles/linux.run

index 76e8a58692c11808bae8a719c1907681edaa9e0d..e67bec0c51d2a6afd1aeabf29f6360e497eb3da8 100644 (file)
@@ -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']