]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
fuzzy: clean up scrub stress programs quietly
authorDarrick J. Wong <djwong@kernel.org>
Fri, 30 Dec 2022 22:12:53 +0000 (14:12 -0800)
committerZorro Lang <zlang@kernel.org>
Sat, 14 Jan 2023 13:47:32 +0000 (21:47 +0800)
commit69f8e4b9660d498370a8693abaa291481efca544
treef1944b8e88ab217bf74c647a089921e97a4963cd
parent8726d00c07a90c77cae2fb75a00df8fe30a6dc5b
fuzzy: clean up scrub stress programs quietly

In the cleanup function for online fsck stress test common code, send
SIGINT instead of SIGTERM to the fsstress and xfs_io processes to kill
them.  bash prints 'Terminated' to the golden output when children die
with SIGTERM, which can make a test fail, and we don't want a regular
cleanup function being the thing that prevents the test from passing.

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