mbox series

[GIT,PULL] fstests: btrfs changes for for-next v2024.04.03

Message ID 20240403072417.7034-1-anand.jain@oracle.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] fstests: btrfs changes for for-next v2024.04.03 | expand

Pull-request

https://github.com/asj/fstests.git staged-20240403

Message

Anand Jain April 3, 2024, 7:24 a.m. UTC
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(-)

Comments

David Sterba April 9, 2024, 2:26 p.m. UTC | #1
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.
Zorro Lang April 13, 2024, 7:28 p.m. UTC | #2
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

>
Anand Jain April 13, 2024, 11:13 p.m. UTC | #3
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
> 
>>
>
Zorro Lang April 14, 2024, 7:11 a.m. UTC | #4
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
> > 
> > > 
> > 
>