From: Darrick J. Wong Date: Thu, 20 Feb 2025 21:47:01 +0000 (-0800) Subject: xfs/349: reclassify this test as not dangerous X-Git-Tag: v2025.03.09~61 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=dbc6211f4804dd19057f5cea4c68553d4a5d2a32;p=xfstests-dev.git xfs/349: reclassify this test as not dangerous 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" Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- diff --git a/tests/xfs/349 b/tests/xfs/349 index 3937b4fd..a68bfee5 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