]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
fstests: btrfs add more tests into the scrub group
authorAnand Jain <anand.jain@oracle.com>
Tue, 29 Aug 2023 12:32:40 +0000 (20:32 +0800)
committerZorro Lang <zlang@kernel.org>
Wed, 20 Sep 2023 07:49:54 +0000 (15:49 +0800)
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>
15 files changed:
tests/btrfs/011
tests/btrfs/027
tests/btrfs/060
tests/btrfs/062
tests/btrfs/063
tests/btrfs/064
tests/btrfs/065
tests/btrfs/067
tests/btrfs/068
tests/btrfs/070
tests/btrfs/071
tests/btrfs/074
tests/btrfs/148
tests/btrfs/195
tests/btrfs/261

index 852742ee8396f54f7c33ad45c9ed2c7de2bfb4c0..ff52ada94a17d032087cb9819e567bb36337217b 100755 (executable)
@@ -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
 
index 46c14b9c1c1f5a9b9aecd18bbb2ee7c43c2097fb..dbf12c26d0cdd8f38c2793ea069f232c92ebf033 100755 (executable)
@@ -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
index 26db8a9bee20c2ad22a5820c22cdd6de7c16dedd..7dd4d2af74cd7b81b2420e7b0fbd9df00490a90c 100755 (executable)
@@ -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
index 47b0b9373f33926234fa23ad872cd202fc454975..10f95111f8ffe582e51ced89b3a69b9fd04a2713 100755 (executable)
@@ -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
index c96390b9315c08fb475f4c9510b511262ac48769..cef80771d457ea1ce65162fc9c7426776d22b150 100755 (executable)
@@ -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
index 74116188915005fb1e9ce2b890385ff346bb9718..f29e68ba96afbcf4a7d4e0a119025affe3639908 100755 (executable)
@@ -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
index 4ebf93267a59b667162ef59b94f2f54d30631c3c..b6c9dbadfd324a8d5d0ab603644daa8c0dd32c6d 100755 (executable)
@@ -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
index 44803f9faf7f83f681501c9fcf288b8580d29818..970a23c470fb583e553c719a4515f79a4596b0f6 100755 (executable)
@@ -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
index e03a4891ec890b9748b013ddefcf1588d3fc8933..e0bcc2ac4930a30064b1364a4ebc96f2392a8399 100755 (executable)
@@ -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
index dcf978b36b0c15d41c664446759cd0645fd005e1..f2e61ad392cd8ccbd85f39dbcbe51bbe23afcd66 100755 (executable)
@@ -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
index cd1de2642a96020b462a302791fac9845fdde875..40230b112cbc03d74a90a655ff961821f8dc0bf6 100755 (executable)
@@ -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
index dc26d8c024976aaaa375d4035098543e1474b6b6..92e25c7cc24afe5271ed093c9e20c7e5d8e8fd72 100755 (executable)
@@ -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
index 510e46dc082618277a8201d5ab869c6a081848a5..65a262922569bcda7effb5e67cebd8602e7ac989 100755 (executable)
@@ -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
index 747345973244711443af343966f310792897ef83..96cc41343925927405b542c17e3792c7ccbed06d 100755 (executable)
@@ -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
index 26aed2c20769e192a83db88eaafecd8feb2bebdf..50173de351f3829c9504f4550021ece9ff0d99e4 100755 (executable)
@@ -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