]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
fuzzy: report the fuzzing repair strategy in seqres.full
authorDarrick J. Wong <djwong@kernel.org>
Fri, 30 Dec 2022 22:19:41 +0000 (14:19 -0800)
committerZorro Lang <zlang@kernel.org>
Sat, 25 Feb 2023 13:14:12 +0000 (21:14 +0800)
Record in the seqres.full file the filesystem repair strategy that we're
going to use to detect the fuzzed metadata.

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

index f5690a830323b65161a77e9e3ef9c12ddb48127f..a98e2adeed19ff1210957c2635fa8f6638129667 100644 (file)
@@ -540,7 +540,7 @@ _scratch_xfs_fuzz_metadata() {
 
        fields="$(_scratch_xfs_list_metadata_fields "${filter}" "$@")"
        verbs="$(_scratch_xfs_list_fuzz_verbs)"
-       echo "Fields we propose to fuzz under: $@"
+       echo "Fields we propose to fuzz with the \"${repair}\" repair strategy: $@"
        echo $(echo "${fields}")
        echo "Verbs we propose to fuzz with:"
        echo $(echo "${verbs}")