]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs/357: switch fuzzing to agi 1
authorDarrick J. Wong <djwong@kernel.org>
Fri, 30 Dec 2022 22:19:06 +0000 (14:19 -0800)
committerZorro Lang <zlang@kernel.org>
Sun, 5 Feb 2023 03:16:24 +0000 (11:16 +0800)
Since we now require a working AGI 0 to mount the system, fuzz AGI 1
instead.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/357

index 8a2c920ef46deb4025c721af24a4a87688074c09..25af8624dbcd951f18b898aece6f5a9b18ba28f5 100755 (executable)
@@ -25,7 +25,7 @@ echo "Format and populate"
 _scratch_populate_cached nofill > $seqres.full 2>&1
 
 echo "Fuzz AGI"
-_scratch_xfs_fuzz_metadata '' 'online' 'agi 0' >> $seqres.full
+_scratch_xfs_fuzz_metadata '' 'online' 'agi 1' >> $seqres.full
 echo "Done fuzzing AGI"
 
 # success, all done