From 79650397e1d1884a981de33464bddd055d7c1143 Mon Sep 17 00:00:00 2001 From: Anand Jain Date: Tue, 29 Aug 2023 20:32:40 +0800 Subject: [PATCH] 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 Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- tests/btrfs/011 | 2 +- tests/btrfs/027 | 2 +- tests/btrfs/060 | 2 +- tests/btrfs/062 | 2 +- tests/btrfs/063 | 2 +- tests/btrfs/064 | 2 +- tests/btrfs/065 | 2 +- tests/btrfs/067 | 2 +- tests/btrfs/068 | 2 +- tests/btrfs/070 | 2 +- tests/btrfs/071 | 2 +- tests/btrfs/074 | 2 +- tests/btrfs/148 | 2 +- tests/btrfs/195 | 2 +- tests/btrfs/261 | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/tests/btrfs/011 b/tests/btrfs/011 index 852742ee8..ff52ada94 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 46c14b9c1..dbf12c26d 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 26db8a9be..7dd4d2af7 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 47b0b9373..10f95111f 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 c96390b93..cef80771d 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 741161889..f29e68ba9 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 4ebf93267..b6c9dbadf 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 44803f9fa..970a23c47 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 e03a4891e..e0bcc2ac4 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 dcf978b36..f2e61ad39 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 cd1de2642..40230b112 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 dc26d8c02..92e25c7cc 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 510e46dc0..65a262922 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 747345973..96cc41343 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 26aed2c20..50173de35 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 -- 2.49.0