aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnand Jain <anand.jain@oracle.com>2023-08-29 20:32:40 +0800
committerZorro Lang <zlang@kernel.org>2023-09-20 15:49:54 +0800
commit79650397e1d1884a981de33464bddd055d7c1143 (patch)
treeaadaa78770d599ad636bfb81b464c6a43511642e
parent566fc79138eff6bc4bda5d63962bbcb1e366e684 (diff)
downloadxfstests-dev-79650397e1d1884a981de33464bddd055d7c1143.tar.gz
fstests: btrfs add more tests into the scrub group
I wanted to verify tests using the command "btrfs scrub start" and found that there are many more test cases using "btrfs scrub start" than what is listed in the group.list file. So, get them to the scrub group. Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rwxr-xr-xtests/btrfs/0112
-rwxr-xr-xtests/btrfs/0272
-rwxr-xr-xtests/btrfs/0602
-rwxr-xr-xtests/btrfs/0622
-rwxr-xr-xtests/btrfs/0632
-rwxr-xr-xtests/btrfs/0642
-rwxr-xr-xtests/btrfs/0652
-rwxr-xr-xtests/btrfs/0672
-rwxr-xr-xtests/btrfs/0682
-rwxr-xr-xtests/btrfs/0702
-rwxr-xr-xtests/btrfs/0712
-rwxr-xr-xtests/btrfs/0742
-rwxr-xr-xtests/btrfs/1482
-rwxr-xr-xtests/btrfs/1952
-rwxr-xr-xtests/btrfs/2612
15 files changed, 15 insertions, 15 deletions
diff --git a/tests/btrfs/011 b/tests/btrfs/011
index 852742ee83..ff52ada94a 100755
--- a/tests/btrfs/011
+++ b/tests/btrfs/011
@@ -20,7 +20,7 @@
# performed, a btrfsck run, and finally the filesystem is remounted.
#
. ./common/preamble
-_begin_fstest auto replace volume
+_begin_fstest auto replace volume scrub
noise_pid=0
diff --git a/tests/btrfs/027 b/tests/btrfs/027
index 46c14b9c1c..dbf12c26d0 100755
--- a/tests/btrfs/027
+++ b/tests/btrfs/027
@@ -7,7 +7,7 @@
# Test replace of a missing device on various data and metadata profiles.
#
. ./common/preamble
-_begin_fstest auto replace volume
+_begin_fstest auto replace volume scrub
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/060 b/tests/btrfs/060
index 26db8a9bee..7dd4d2af74 100755
--- a/tests/btrfs/060
+++ b/tests/btrfs/060
@@ -8,7 +8,7 @@
# with fsstress running in background.
#
. ./common/preamble
-_begin_fstest auto balance subvol
+_begin_fstest auto balance subvol scrub
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/062 b/tests/btrfs/062
index 47b0b9373f..10f95111f8 100755
--- a/tests/btrfs/062
+++ b/tests/btrfs/062
@@ -8,7 +8,7 @@
# running in background.
#
. ./common/preamble
-_begin_fstest auto balance defrag compress
+_begin_fstest auto balance defrag compress scrub
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/063 b/tests/btrfs/063
index c96390b931..cef80771d4 100755
--- a/tests/btrfs/063
+++ b/tests/btrfs/063
@@ -8,7 +8,7 @@
# simultaneously, with fsstress running in background.
#
. ./common/preamble
-_begin_fstest auto balance remount compress
+_begin_fstest auto balance remount compress scrub
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/064 b/tests/btrfs/064
index 7411618891..f29e68ba96 100755
--- a/tests/btrfs/064
+++ b/tests/btrfs/064
@@ -10,7 +10,7 @@
# run simultaneously. One of them is expected to fail when the other is running.
. ./common/preamble
-_begin_fstest auto balance replace volume
+_begin_fstest auto balance replace volume scrub
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/065 b/tests/btrfs/065
index 4ebf93267a..b6c9dbadfd 100755
--- a/tests/btrfs/065
+++ b/tests/btrfs/065
@@ -8,7 +8,7 @@
# operation simultaneously, with fsstress running in background.
#
. ./common/preamble
-_begin_fstest auto subvol replace volume
+_begin_fstest auto subvol replace volume scrub
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/067 b/tests/btrfs/067
index 44803f9faf..970a23c470 100755
--- a/tests/btrfs/067
+++ b/tests/btrfs/067
@@ -8,7 +8,7 @@
# operation simultaneously, with fsstress running in background.
#
. ./common/preamble
-_begin_fstest auto subvol defrag compress
+_begin_fstest auto subvol defrag compress scrub
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/068 b/tests/btrfs/068
index e03a4891ec..e0bcc2ac49 100755
--- a/tests/btrfs/068
+++ b/tests/btrfs/068
@@ -9,7 +9,7 @@
# in background.
#
. ./common/preamble
-_begin_fstest auto subvol remount compress
+_begin_fstest auto subvol remount compress scrub
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/070 b/tests/btrfs/070
index dcf978b36b..f2e61ad392 100755
--- a/tests/btrfs/070
+++ b/tests/btrfs/070
@@ -8,7 +8,7 @@
# running in background.
#
. ./common/preamble
-_begin_fstest auto replace defrag compress volume
+_begin_fstest auto replace defrag compress volume scrub
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/071 b/tests/btrfs/071
index cd1de2642a..40230b112c 100755
--- a/tests/btrfs/071
+++ b/tests/btrfs/071
@@ -8,7 +8,7 @@
# algorithms simultaneously with fsstress running in background.
#
. ./common/preamble
-_begin_fstest auto replace remount compress volume
+_begin_fstest auto replace remount compress volume scrub
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/074 b/tests/btrfs/074
index dc26d8c024..92e25c7cc2 100755
--- a/tests/btrfs/074
+++ b/tests/btrfs/074
@@ -8,7 +8,7 @@
# simultaneously with fsstress running in background.
#
. ./common/preamble
-_begin_fstest auto defrag remount compress
+_begin_fstest auto defrag remount compress scrub
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/148 b/tests/btrfs/148
index 510e46dc08..65a2629225 100755
--- a/tests/btrfs/148
+++ b/tests/btrfs/148
@@ -7,7 +7,7 @@
# Test that direct IO writes work on RAID5 and RAID6 filesystems.
#
. ./common/preamble
-_begin_fstest auto quick rw
+_begin_fstest auto quick rw scrub
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/195 b/tests/btrfs/195
index 7473459732..96cc413439 100755
--- a/tests/btrfs/195
+++ b/tests/btrfs/195
@@ -8,7 +8,7 @@
# source profiles just rely on being able to read the data and metadata.
#
. ./common/preamble
-_begin_fstest auto volume balance
+_begin_fstest auto volume balance scrub
# Import common functions.
. ./common/filter
diff --git a/tests/btrfs/261 b/tests/btrfs/261
index 26aed2c207..50173de351 100755
--- a/tests/btrfs/261
+++ b/tests/btrfs/261
@@ -8,7 +8,7 @@
# without affecting the consistency of the fs.
#
. ./common/preamble
-_begin_fstest auto volume raid
+_begin_fstest auto volume raid scrub
_supported_fs btrfs
_require_scratch_dev_pool 4