]> granicus.if.org Git - zfs/commitdiff
Disable racy test cases
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 19 Jan 2017 18:24:27 +0000 (10:24 -0800)
committerGitHub <noreply@github.com>
Thu, 19 Jan 2017 18:24:27 +0000 (10:24 -0800)
The following test cases may currently fail for benign reasons.
Disable them until they can be updated to run reliably.

- ro_props_001_pos - only recently enabled in ce43e88
- nopwrite_volume

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #5614

tests/runfiles/linux.run

index 49e6a47d328ec11b1db82d27ddf61e6caa4fb423..1dbe8f88bec6f2d24e4bb59022c462ac128eae73 100644 (file)
@@ -170,6 +170,8 @@ tests = ['zfs_send_001_pos', 'zfs_send_002_pos', 'zfs_send_003_pos',
     'zfs_send_004_neg', 'zfs_send_005_pos', 'zfs_send_006_pos',
     'zfs_send_007_pos']
 
+# DISABLED:
+# ro_props_001_pos - https://github.com/zfsonlinux/zfs/issues/5511
 [tests/functional/cli_root/zfs_set]
 tests = ['cache_001_pos', 'cache_002_neg', 'canmount_001_pos',
     'canmount_002_pos', 'canmount_003_pos', 'canmount_004_pos',
@@ -179,7 +181,7 @@ tests = ['cache_001_pos', 'cache_002_neg', 'canmount_001_pos',
     'user_property_001_pos', 'user_property_003_neg', 'readonly_001_pos',
     'user_property_004_pos', 'version_001_neg', 'zfs_set_001_neg',
     'zfs_set_002_neg', 'zfs_set_003_neg', 'property_alias_001_pos',
-    'ro_props_001_pos', 'mountpoint_003_pos']
+    'mountpoint_003_pos']
 
 # DISABLED: Tests need to be updated for Linux share behavior
 # zfs_share_005_pos - needs investigation, probably unsupported NFS share format
@@ -480,11 +482,11 @@ tests = ['nestedfs_001_pos']
 tests = ['enospc_001_pos']
 
 # DISABLED:
+# nopwrite_volume - https://github.com/zfsonlinux/zfs/issues/5510
 # nopwrite_varying_compression - needs investigation
 [tests/functional/nopwrite]
 tests = ['nopwrite_copies', 'nopwrite_mtime', 'nopwrite_negative',
-    'nopwrite_promoted_clone', 'nopwrite_recsize', 'nopwrite_sync',
-    'nopwrite_volume']
+    'nopwrite_promoted_clone', 'nopwrite_recsize', 'nopwrite_sync']
 
 # DISABLED: needs investigation
 #[tests/functional/online_offline]