]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
fuzzy: allow FUZZ_REWRITE_DURATION to control fsstress runtime when fuzzing
authorDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 20:12:42 +0000 (13:12 -0700)
committerZorro Lang <zlang@kernel.org>
Fri, 7 Jun 2024 10:19:41 +0000 (18:19 +0800)
commitd67b0d11106db47f7938cf141d9600d37b9b8b13
treede7da58b00e9105fcf0d35b74d229c2bbac71a7d
parent1a9ca7d53339a64bbdd1052da9539f6bcb22ea62
fuzzy: allow FUZZ_REWRITE_DURATION to control fsstress runtime when fuzzing

For each iteration of the fuzz test loop, we try to correct the problem,
and then we run fsstress on the (allegedly corrected) filesystem to
check that subsequent use of the filesystem won't crash the kernel or
panic.

Now that fsstress has a --duration switch, let's add a new config
variable that people can set to constrain the amount of time that a fuzz
test run takes.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
check
common/fuzzy