]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
generic/476: fix fsstress process management
authorDarrick J. Wong <djwong@kernel.org>
Mon, 3 Feb 2025 22:00:25 +0000 (14:00 -0800)
committerZorro Lang <zlang@kernel.org>
Sun, 16 Feb 2025 11:25:57 +0000 (19:25 +0800)
commitcc379f50f3bd887092ba00a92ca05700e6975123
treef73cfaed212b93bdc09470bef89a21b34a789714
parentc41a7602d1eb609e04d83427c051c3945373e165
generic/476: fix fsstress process management

generic/476 never used to run fsstress in the background, but
8973af00ec212f made it do that.  This is incorrect, because now 476 runs
for three seconds (i.e. long enough to fall out the bottom of the test
and end up in _cleanup), ignoring any SOAK_DURATION/TIME_FACTOR
settings.

Cc: <fstests@vger.kernel.org> # v2024.12.08
Fixes: 8973af00ec212f ("fstests: cleanup fsstress process management")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/476