Zorro, Please pull this branch, which includes cleanups for background processes initiated by the testcase upon its exit. Thank you. The following changes since commit e72e052d56c3f05e533f4b67056f86931f688368: generic: test MADV_POPULATE_READ with IO errors (2024-03-30 15:48:12 +0800) are available in the Git repository at: https://github.com/asj/fstests.git staged-20240403 for you to fetch changes up to 8aab1f1663031cccb326ffbcb087b81bfb629df8: common/btrfs: lookup running processes using pgrep (2024-04-03 15:09:01 +0800) ---------------------------------------------------------------- Anand Jain (1): common/btrfs: lookup running processes using pgrep Filipe Manana (10): btrfs: add helper to kill background process running _btrfs_stress_balance btrfs/028: use the helper _btrfs_kill_stress_balance_pid btrfs/028: removed redundant sync and scratch filesystem unmount btrfs: add helper to kill background process running _btrfs_stress_scrub btrfs: add helper to kill background process running _btrfs_stress_defrag btrfs: add helper to kill background process running _btrfs_stress_remount_compress btrfs: add helper to kill background process running _btrfs_stress_replace btrfs: add helper to stop background process running _btrfs_stress_subvolume btrfs: remove stop file early at _btrfs_stress_subvolume btrfs/06[0-9]..07[0-4]: kill all background tasks when test is killed/interrupted common/btrfs | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/btrfs/028 | 16 ++++------- tests/btrfs/060 | 33 ++++++++++++++++------- tests/btrfs/061 | 30 ++++++++++++++------- tests/btrfs/062 | 30 ++++++++++++++------- tests/btrfs/063 | 30 ++++++++++++++------- tests/btrfs/064 | 30 ++++++++++++++------- tests/btrfs/065 | 33 ++++++++++++++++------- tests/btrfs/066 | 33 ++++++++++++++++------- tests/btrfs/067 | 33 ++++++++++++++++------- tests/btrfs/068 | 33 ++++++++++++++++------- tests/btrfs/069 | 31 ++++++++++++++------- tests/btrfs/070 | 31 ++++++++++++++------- tests/btrfs/071 | 31 ++++++++++++++------- tests/btrfs/072 | 31 ++++++++++++++------- tests/btrfs/073 | 30 ++++++++++++++------- tests/btrfs/074 | 30 ++++++++++++++------- tests/btrfs/132 | 2 +- tests/btrfs/255 | 8 ++---- 19 files changed, 418 insertions(+), 161 deletions(-)