* [GIT PULL] fstests: btrfs changes for for-next v2024.04.03
@ 2024-04-03 7:24 Anand Jain
2024-04-09 14:26 ` David Sterba
0 siblings, 1 reply; 5+ messages in thread
From: Anand Jain @ 2024-04-03 7:24 UTC (permalink / raw)
To: fstests; +Cc: linux-btrfs
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(-)
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PULL] fstests: btrfs changes for for-next v2024.04.03 2024-04-03 7:24 [GIT PULL] fstests: btrfs changes for for-next v2024.04.03 Anand Jain @ 2024-04-09 14:26 ` David Sterba 2024-04-13 19:28 ` Zorro Lang 0 siblings, 1 reply; 5+ messages in thread From: David Sterba @ 2024-04-09 14:26 UTC (permalink / raw) To: Anand Jain; +Cc: fstests, linux-btrfs On Wed, Apr 03, 2024 at 03:24:14PM +0800, Anand Jain wrote: > Zorro, > > Please pull this branch, which includes cleanups for background processes > initiated by the testcase upon its exit. What is the ETA for a pull request to be merged? Not just this one but in general for fstests. I don't see the patches in any of for-next or queued. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] fstests: btrfs changes for for-next v2024.04.03 2024-04-09 14:26 ` David Sterba @ 2024-04-13 19:28 ` Zorro Lang 2024-04-13 23:13 ` Anand Jain 0 siblings, 1 reply; 5+ messages in thread From: Zorro Lang @ 2024-04-13 19:28 UTC (permalink / raw) To: David Sterba; +Cc: Anand Jain, fstests, linux-btrfs On Tue, Apr 09, 2024 at 04:26:27PM +0200, David Sterba wrote: > On Wed, Apr 03, 2024 at 03:24:14PM +0800, Anand Jain wrote: > > Zorro, > > > > Please pull this branch, which includes cleanups for background processes > > initiated by the testcase upon its exit. > > What is the ETA for a pull request to be merged? Not just this one but > in general for fstests. I don't see the patches in any of for-next or > queued. I think you might be confused by the subject of this PR, there's not v2024.04.03 version, and no plan for v2024.04.03. Last fstests release is v2024.03.31, I generally make a new release in ~2 weeks (1 week at least, 3 weeks rarely), and each release is nearly on Sunday. Due to I have to give the new release a basic test and check the test results at the weekend (I have my jobs on workdays), if nothing wrong, I'll push it on my Sunday night. That's how I deal with fstests release, please feel free to tell me if you have any concern :) Thanks, Zorro > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] fstests: btrfs changes for for-next v2024.04.03 2024-04-13 19:28 ` Zorro Lang @ 2024-04-13 23:13 ` Anand Jain 2024-04-14 7:11 ` Zorro Lang 0 siblings, 1 reply; 5+ messages in thread From: Anand Jain @ 2024-04-13 23:13 UTC (permalink / raw) To: Zorro Lang, David Sterba; +Cc: fstests, linux-btrfs On 4/14/24 03:28, Zorro Lang wrote: > On Tue, Apr 09, 2024 at 04:26:27PM +0200, David Sterba wrote: >> On Wed, Apr 03, 2024 at 03:24:14PM +0800, Anand Jain wrote: >>> Zorro, >>> >>> Please pull this branch, which includes cleanups for background processes >>> initiated by the testcase upon its exit. >> >> What is the ETA for a pull request to be merged? Not just this one but >> in general for fstests. I don't see the patches in any of for-next or >> queued. > > I think you might be confused by the subject of this PR, there's not v2024.04.03 > version, and no plan for v2024.04.03. > It is the patches which were pending to be pulled as below, and I see them now in the patches-in-queue branch. -------- https://github.com/asj/fstests.git staged-20240403 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 -------- Thanks, Anand > Last fstests release is v2024.03.31, I generally make a new release in ~2 weeks > (1 week at least, 3 weeks rarely), and each release is nearly on Sunday. Due to > I have to give the new release a basic test and check the test results at the > weekend (I have my jobs on workdays), if nothing wrong, I'll push it on my Sunday > night. That's how I deal with fstests release, please feel free to tell me if you > have any concern :) > > Thanks, > Zorro > >> > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] fstests: btrfs changes for for-next v2024.04.03 2024-04-13 23:13 ` Anand Jain @ 2024-04-14 7:11 ` Zorro Lang 0 siblings, 0 replies; 5+ messages in thread From: Zorro Lang @ 2024-04-14 7:11 UTC (permalink / raw) To: Anand Jain; +Cc: David Sterba, fstests, linux-btrfs On Sun, Apr 14, 2024 at 07:13:43AM +0800, Anand Jain wrote: > On 4/14/24 03:28, Zorro Lang wrote: > > On Tue, Apr 09, 2024 at 04:26:27PM +0200, David Sterba wrote: > > > On Wed, Apr 03, 2024 at 03:24:14PM +0800, Anand Jain wrote: > > > > Zorro, > > > > > > > > Please pull this branch, which includes cleanups for background processes > > > > initiated by the testcase upon its exit. > > > > > > What is the ETA for a pull request to be merged? Not just this one but > > > in general for fstests. I don't see the patches in any of for-next or > > > queued. > > > > I think you might be confused by the subject of this PR, there's not v2024.04.03 > > version, and no plan for v2024.04.03. > > > > It is the patches which were pending to be pulled as below, and I see them > now in the patches-in-queue branch. Yes > > -------- > https://github.com/asj/fstests.git staged-20240403 > > 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 Yes, I've merged them in for-next, will push it today (after I check the regression test results). Thanks, Zorro > -------- > > Thanks, Anand > > > > Last fstests release is v2024.03.31, I generally make a new release in ~2 weeks > > (1 week at least, 3 weeks rarely), and each release is nearly on Sunday. Due to > > I have to give the new release a basic test and check the test results at the > > weekend (I have my jobs on workdays), if nothing wrong, I'll push it on my Sunday > > night. That's how I deal with fstests release, please feel free to tell me if you > > have any concern :) > > > > Thanks, > > Zorro > > > > > > > > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-04-14 7:11 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-04-03 7:24 [GIT PULL] fstests: btrfs changes for for-next v2024.04.03 Anand Jain 2024-04-09 14:26 ` David Sterba 2024-04-13 19:28 ` Zorro Lang 2024-04-13 23:13 ` Anand Jain 2024-04-14 7:11 ` Zorro Lang
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox