summaryrefslogtreecommitdiff
path: root/tests/btrfs/137
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2022-10-07 14:53:36 +0100
committerZorro Lang <zlang@kernel.org>2022-10-15 12:39:38 +0800
commit31a16db46b73a974f96523ac71d5e1100fbfa753 (patch)
treef0ec68de5172767b390bb0bd32fcb3ce7c1036e8 /tests/btrfs/137
parentc21c99b4d30ed3731d0b5572891cedd27da13606 (diff)
fstests: add fiemap group
Add a fiemap group for all tests that exercise fiemap, either directly through xfs_io, or more indirectly like through filefrag or helpers in common/* (like _count_extents, _count_holes, etc). This is useful in order to quickly test changes made to the fiemap implementation of a filesystem for example. Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Zorro Lang <zlang@kernel.org>
Diffstat (limited to 'tests/btrfs/137')
-rwxr-xr-xtests/btrfs/1372
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/btrfs/137 b/tests/btrfs/137
index 64ed2450..7d03c260 100755
--- a/tests/btrfs/137
+++ b/tests/btrfs/137
@@ -7,7 +7,7 @@
# Test that both incremental and full send operations preserve file holes.
#
. ./common/preamble
-_begin_fstest auto quick send
+_begin_fstest auto quick send fiemap
# Override the default cleanup function.
_cleanup()