diff mbox series

[07/12] misc: fix misclassification of xfs_scrub + xfs_repair fuzz tests

Message ID 173992587533.4078254.9647021431489098153.stgit@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [01/12] misc: drop the dangerous label from xfs_scrub fsstress tests | expand

Commit Message

Darrick J. Wong Feb. 19, 2025, 12:52 a.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

All the tests in the "fuzzers_bothrepair" group actually test xfs_scrub
and xfs_repair.  Therefore, we should put them in the 'repair' group.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
---
 tests/xfs/743 |    2 +-
 tests/xfs/744 |    2 +-
 tests/xfs/783 |    2 +-
 tests/xfs/784 |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Comments

Christoph Hellwig Feb. 19, 2025, 5:59 a.m. UTC | #1
On Tue, Feb 18, 2025 at 04:52:09PM -0800, Darrick J. Wong wrote:
> From: Darrick J. Wong <djwong@kernel.org>
> 
> All the tests in the "fuzzers_bothrepair" group actually test xfs_scrub
> and xfs_repair.  Therefore, we should put them in the 'repair' group.

Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>
diff mbox series

Patch

diff --git a/tests/xfs/743 b/tests/xfs/743
index 90b3872440cb07..1dcb79bc46fe48 100755
--- a/tests/xfs/743
+++ b/tests/xfs/743
@@ -9,7 +9,7 @@ 
 # to test the most likely usage pattern.
 
 . ./common/preamble
-_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair realtime
+_begin_fstest dangerous_fuzzers dangerous_scrub repair fuzzers_bothrepair realtime
 
 _register_cleanup "_cleanup" BUS
 
diff --git a/tests/xfs/744 b/tests/xfs/744
index e7778417b53ff4..7b554e977b20d2 100755
--- a/tests/xfs/744
+++ b/tests/xfs/744
@@ -9,7 +9,7 @@ 
 # to test the most likely usage pattern.
 
 . ./common/preamble
-_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair realtime
+_begin_fstest dangerous_fuzzers dangerous_scrub repair fuzzers_bothrepair realtime
 
 _register_cleanup "_cleanup" BUS
 
diff --git a/tests/xfs/783 b/tests/xfs/783
index dcb1292217d37d..79bf34c1b2bd12 100755
--- a/tests/xfs/783
+++ b/tests/xfs/783
@@ -9,7 +9,7 @@ 
 # to test the most likely usage pattern.
 #
 . ./common/preamble
-_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair
+_begin_fstest dangerous_fuzzers dangerous_scrub repair fuzzers_bothrepair
 
 _register_cleanup "_cleanup" BUS
 
diff --git a/tests/xfs/784 b/tests/xfs/784
index 286797257e025e..99d84545c90e79 100755
--- a/tests/xfs/784
+++ b/tests/xfs/784
@@ -9,7 +9,7 @@ 
 # to test the most likely usage pattern.
 #
 . ./common/preamble
-_begin_fstest dangerous_fuzzers dangerous_scrub fuzzers_bothrepair
+_begin_fstest dangerous_fuzzers dangerous_scrub repair fuzzers_bothrepair
 
 _register_cleanup "_cleanup" BUS