]> granicus.if.org Git - zfs/commitdiff
Disable racy snapshot_008_pos
authorGeorge Melikov <mail@gmelikov.ru>
Mon, 13 Feb 2017 20:02:22 +0000 (23:02 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 13 Feb 2017 20:02:22 +0000 (12:02 -0800)
Sometimes zfstests check freed space just after
`zfs destroy snapshot` and get wrong output, because the
space being freed asynchronously in the background.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Issue #5740
Issue #5784
Closes #5785

tests/runfiles/linux.run

index 79ad242ea57b2803c51661bccc8220bdafe8daf2..06bd8b6a421ff656193222118bf2e67827f25c04 100644 (file)
@@ -590,11 +590,12 @@ tests = ['slog_001_pos', 'slog_002_pos', 'slog_003_pos', 'slog_004_pos',
 # clone_001_pos - https://github.com/zfsonlinux/zfs/issues/3484
 # rollback_003_pos - Hangs in unmount and spins.
 # snapshot_016_pos - Problem with automount
+# snapshot_008_pos - https://github.com/zfsonlinux/zfs/issues/5784
 [tests/functional/snapshot]
 tests = ['rollback_001_pos', 'rollback_002_pos',
     'snapshot_001_pos', 'snapshot_002_pos',
     'snapshot_003_pos', 'snapshot_004_pos', 'snapshot_005_pos',
-    'snapshot_006_pos', 'snapshot_007_pos', 'snapshot_008_pos',
+    'snapshot_006_pos', 'snapshot_007_pos',
     'snapshot_009_pos', 'snapshot_010_pos', 'snapshot_011_pos',
     'snapshot_012_pos', 'snapshot_013_pos', 'snapshot_014_pos',
     'snapshot_015_pos', 'snapshot_017_pos']