diff options
author | George Melikov <[email protected]> | 2017-02-13 23:02:22 +0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-02-13 12:02:22 -0800 |
commit | 501558ee6e7465533cb6740fd643c0ec362f28d9 (patch) | |
tree | 220192e89a6757f6f2cb327e2d01e4f98844364f /tests | |
parent | 0dc8347c30475c9b50061343e15bab428a2005ee (diff) |
Disable racy snapshot_008_pos
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 <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: George Melikov <[email protected]>
Issue #5740
Issue #5784
Closes #5785
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runfiles/linux.run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 79ad242ea..06bd8b6a4 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -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'] |