diff mbox series

[12/12] xfs/349: reclassify this test as not dangerous

Message ID 173992587625.4078254.2974311211127532100.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:53 a.m. UTC
From: Darrick J. Wong <djwong@kernel.org>

This test creates a filesystem with all known types of metadata.  It
doesn't fuzz anything, nor does it actually repair anything.  Hence we
can put it in the auto group and drop the dangerous tags.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
---
 tests/xfs/349 |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Christoph Hellwig Feb. 19, 2025, 6:01 a.m. UTC | #1
Looks good:

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

Patch

diff --git a/tests/xfs/349 b/tests/xfs/349
index 3937b4fdbffe93..a68bfee579ac41 100755
--- a/tests/xfs/349
+++ b/tests/xfs/349
@@ -5,10 +5,9 @@ 
 # FS QA Test No. 349
 #
 # Populate a XFS filesystem and ensure that scrub and repair are happy.
-# Use xfs_repair to fix the corruption.
 #
 . ./common/preamble
-_begin_fstest dangerous_fuzzers scrub
+_begin_fstest auto scrub
 
 _register_cleanup "_cleanup" BUS