aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2023-12-04 15:45:10 +0000
committerZorro Lang <zlang@kernel.org>2023-12-09 12:51:34 +0800
commitfac81f816d7c9e565f47c67fd6fc946052e0bb88 (patch)
tree8afff044d8aa6dce53793fd9d731f1adcaf3862a
parent95a41c18dd45e6fdb8492d33413403cce365b573 (diff)
downloadxfstests-dev-fac81f816d7c9e565f47c67fd6fc946052e0bb88.tar.gz
btrfs: add some tests to the 'compress' group
There are several btrfs test that exercise compression in one way or another but are not listed as part of the 'compress' group, so add them to that group. Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/btrfs/0042
-rwxr-xr-xtests/btrfs/0052
-rwxr-xr-xtests/btrfs/0482
-rwxr-xr-xtests/btrfs/0522
-rwxr-xr-xtests/btrfs/0562
-rwxr-xr-xtests/btrfs/0592
-rwxr-xr-xtests/btrfs/0942
-rwxr-xr-xtests/btrfs/1122
-rwxr-xr-xtests/btrfs/1502
-rwxr-xr-xtests/btrfs/1672
-rwxr-xr-xtests/btrfs/1732
-rwxr-xr-xtests/btrfs/1742
-rwxr-xr-xtests/btrfs/2592
13 files changed, 13 insertions, 13 deletions
diff --git a/tests/btrfs/004 b/tests/btrfs/004
index 78df6a3af6..381ad072fd 100755
--- a/tests/btrfs/004
+++ b/tests/btrfs/004
@@ -10,7 +10,7 @@
# We check to end up back at the original file with the correct offset.
#
. ./common/preamble
-_begin_fstest auto rw metadata fiemap logical_resolve
+_begin_fstest auto rw metadata fiemap logical_resolve compress
noise_pid=0
diff --git a/tests/btrfs/005 b/tests/btrfs/005
index 878a8c7c0e..8463477081 100755
--- a/tests/btrfs/005
+++ b/tests/btrfs/005
@@ -7,7 +7,7 @@
# Btrfs Online defragmentation tests
#
. ./common/preamble
-_begin_fstest auto defrag
+_begin_fstest auto defrag compress
cnt=119
filesize=48000
diff --git a/tests/btrfs/048 b/tests/btrfs/048
index 93d4a17164..7816a9975c 100755
--- a/tests/btrfs/048
+++ b/tests/btrfs/048
@@ -11,7 +11,7 @@
# btrfs: fix zstd compression parameter
#
. ./common/preamble
-_begin_fstest auto quick
+_begin_fstest auto quick compress
# Override the default cleanup function.
_cleanup()
diff --git a/tests/btrfs/052 b/tests/btrfs/052
index 4408de21b8..0d60d41325 100755
--- a/tests/btrfs/052
+++ b/tests/btrfs/052
@@ -9,7 +9,7 @@
# file.
#
. ./common/preamble
-_begin_fstest auto quick clone
+_begin_fstest auto quick clone compress
# Override the default cleanup function.
_cleanup()
diff --git a/tests/btrfs/056 b/tests/btrfs/056
index e5ac516d77..e126398327 100755
--- a/tests/btrfs/056
+++ b/tests/btrfs/056
@@ -15,7 +15,7 @@
# Btrfs: make fsync work after cloning into a file
#
. ./common/preamble
-_begin_fstest auto quick clone log
+_begin_fstest auto quick clone log compress
# Override the default cleanup function.
_cleanup()
diff --git a/tests/btrfs/059 b/tests/btrfs/059
index d2ced0ae4d..76a1e76e76 100755
--- a/tests/btrfs/059
+++ b/tests/btrfs/059
@@ -11,7 +11,7 @@
# Btrfs: add missing compression property remove in btrfs_ioctl_setflags
#
. ./common/preamble
-_begin_fstest auto quick
+_begin_fstest auto quick compress
# Override the default cleanup function.
_cleanup()
diff --git a/tests/btrfs/094 b/tests/btrfs/094
index e94cf17b7e..75804465d0 100755
--- a/tests/btrfs/094
+++ b/tests/btrfs/094
@@ -18,7 +18,7 @@
# Btrfs: incremental send, fix clone operations for compressed extents
#
. ./common/preamble
-_begin_fstest auto quick send
+_begin_fstest auto quick send compress
# Override the default cleanup function.
_cleanup()
diff --git a/tests/btrfs/112 b/tests/btrfs/112
index c3f7fe5c52..fd7aaad41f 100755
--- a/tests/btrfs/112
+++ b/tests/btrfs/112
@@ -8,7 +8,7 @@
# corruption or data loss.
#
. ./common/preamble
-_begin_fstest auto quick clone prealloc
+_begin_fstest auto quick clone prealloc compress
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/150 b/tests/btrfs/150
index a7d7d9cc8c..c21e0a66b1 100755
--- a/tests/btrfs/150
+++ b/tests/btrfs/150
@@ -11,7 +11,7 @@
# Btrfs: fix kernel oops while reading compressed data
#
. ./common/preamble
-_begin_fstest auto quick dangerous read_repair
+_begin_fstest auto quick dangerous read_repair compress
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/167 b/tests/btrfs/167
index 99c984f433..7ab2fdbaa6 100755
--- a/tests/btrfs/167
+++ b/tests/btrfs/167
@@ -11,7 +11,7 @@
# ac0b4145d662 ("btrfs: scrub: Don't use inode pages for device replace")
#
. ./common/preamble
-_begin_fstest auto quick replace volume remount
+_begin_fstest auto quick replace volume remount compress
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/173 b/tests/btrfs/173
index 4972a5a705..6e78a82647 100755
--- a/tests/btrfs/173
+++ b/tests/btrfs/173
@@ -8,7 +8,7 @@
# CoW file nor compressed file.
#
. ./common/preamble
-_begin_fstest auto quick swap
+_begin_fstest auto quick swap compress
. ./common/filter
diff --git a/tests/btrfs/174 b/tests/btrfs/174
index 0acd65f0e3..16305c1874 100755
--- a/tests/btrfs/174
+++ b/tests/btrfs/174
@@ -8,7 +8,7 @@
# specific to Btrfs.
#
. ./common/preamble
-_begin_fstest auto quick swap
+_begin_fstest auto quick swap compress
. ./common/filter
diff --git a/tests/btrfs/259 b/tests/btrfs/259
index 358a455068..7f053ac938 100755
--- a/tests/btrfs/259
+++ b/tests/btrfs/259
@@ -8,7 +8,7 @@
# at their max capacity.
#
. ./common/preamble
-_begin_fstest auto quick defrag fiemap
+_begin_fstest auto quick defrag fiemap compress
# Import common functions.
. ./common/filter