]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
generic/085: general cleanup for reliability and debugging
authorDave Chinner <dchinner@redhat.com>
Tue, 26 Nov 2024 21:01:43 +0000 (08:01 +1100)
committerZorro Lang <zlang@kernel.org>
Sun, 8 Dec 2024 14:15:06 +0000 (22:15 +0800)
commitc1bde1c24044ebde0584cb566e7483beda4ca81c
tree81bdeee8ea1fab0e1d60463af6d20f1dbef3bfba
parentc94bc7f99121730930e9295637f52c60356413fd
generic/085: general cleanup for reliability and debugging

This test was quite unreliable during development of the parallel
check runner. It redirects all errors to /dev/null, so there was no
way to debug it when it failed.

Use common mount/unmount helpers, redirect errors to $seqres.full,
make sure the cleanup code is always run at test exit and only
attempt to kill processes if they are still running during cleanup.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Zorro lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/085