mbox series

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

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

Pull-request

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

Message

Anand Jain March 8, 2024, 2:45 p.m. UTC
Zorro,

Please pull this branch containing bug fixes.
This changes are based on your branch for-next as below.

Thank you.

The following changes since commit 9b6df9a01ac8ee3f28a2a24d71e45792e21b6d48:

  btrfs/016: fix a false alert due to xattrs mismatch (2024-03-01 19:24:16 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 9a03e88a04b6cf6e161c8902a3a523ca22601277:

  btrfs: test normal qgroup operations in a compress friendly way (2024-03-08 22:31:51 +0800)

----------------------------------------------------------------
Anand Jain (1):
      common/rc: specify required device size

Filipe Manana (1):
      btrfs: fix grep warning at _require_btrfs_mkfs_uuid_option()

Josef Bacik (8):
      btrfs/011: increase the runtime for replace cancel
      btrfs/012: adjust how we populate the fs to convert
      btrfs/131: don't run with subpage blocksizes
      btrfs/213: make the test more reliable
      btrfs/271: adjust failure condition
      btrfs/287,btrfs/293: filter all btrfs subvolume delete calls
      btrfs/291: remove image file after teardown
      btrfs: test normal qgroup operations in a compress friendly way

 check               |   6 ---
 common/btrfs        |   2 +-
 common/rc           |   9 ++++-
 tests/btrfs/011     |   9 ++++-
 tests/btrfs/012     |  14 ++++---
 tests/btrfs/022     |  86 ++---------------------------------------
 tests/btrfs/131     |   4 ++
 tests/btrfs/213     |  20 +++++-----
 tests/btrfs/271     |  11 +++---
 tests/btrfs/287     |   4 +-
 tests/btrfs/287.out |   2 +-
 tests/btrfs/291     |   2 +-
 tests/btrfs/293     |   6 +--
 tests/btrfs/293.out |   4 +-
 tests/btrfs/320     | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/320.out |   2 +
 16 files changed, 164 insertions(+), 124 deletions(-)
 create mode 100755 tests/btrfs/320
 create mode 100644 tests/btrfs/320.out

Comments

Zorro Lang March 10, 2024, 9:40 a.m. UTC | #1
On Fri, Mar 08, 2024 at 08:15:32PM +0530, Anand Jain wrote:
> Zorro,
> 
> Please pull this branch containing bug fixes.
> This changes are based on your branch for-next as below.
> 
> Thank you.
> 
> The following changes since commit 9b6df9a01ac8ee3f28a2a24d71e45792e21b6d48:
> 
>   btrfs/016: fix a false alert due to xattrs mismatch (2024-03-01 19:24:16 +0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/asj/fstests.git staged-20240308

Thanks Anand, merged into patches-in-queue branch. Will be in next release (might
be 03.17. I need to test some patches, and wait for some patches together :).

Thanks,
Zorro

> 
> for you to fetch changes up to 9a03e88a04b6cf6e161c8902a3a523ca22601277:
> 
>   btrfs: test normal qgroup operations in a compress friendly way (2024-03-08 22:31:51 +0800)
> 
> ----------------------------------------------------------------
> Anand Jain (1):
>       common/rc: specify required device size
> 
> Filipe Manana (1):
>       btrfs: fix grep warning at _require_btrfs_mkfs_uuid_option()
> 
> Josef Bacik (8):
>       btrfs/011: increase the runtime for replace cancel
>       btrfs/012: adjust how we populate the fs to convert
>       btrfs/131: don't run with subpage blocksizes
>       btrfs/213: make the test more reliable
>       btrfs/271: adjust failure condition
>       btrfs/287,btrfs/293: filter all btrfs subvolume delete calls
>       btrfs/291: remove image file after teardown
>       btrfs: test normal qgroup operations in a compress friendly way
> 
>  check               |   6 ---
>  common/btrfs        |   2 +-
>  common/rc           |   9 ++++-
>  tests/btrfs/011     |   9 ++++-
>  tests/btrfs/012     |  14 ++++---
>  tests/btrfs/022     |  86 ++---------------------------------------
>  tests/btrfs/131     |   4 ++
>  tests/btrfs/213     |  20 +++++-----
>  tests/btrfs/271     |  11 +++---
>  tests/btrfs/287     |   4 +-
>  tests/btrfs/287.out |   2 +-
>  tests/btrfs/291     |   2 +-
>  tests/btrfs/293     |   6 +--
>  tests/btrfs/293.out |   4 +-
>  tests/btrfs/320     | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  tests/btrfs/320.out |   2 +
>  16 files changed, 164 insertions(+), 124 deletions(-)
>  create mode 100755 tests/btrfs/320
>  create mode 100644 tests/btrfs/320.out
>
Filipe Manana March 10, 2024, 5:08 p.m. UTC | #2
On Fri, Mar 8, 2024 at 2:46 PM Anand Jain <anand.jain@oracle.com> wrote:
>
> Zorro,
>
> Please pull this branch containing bug fixes.
> This changes are based on your branch for-next as below.
>
> Thank you.
>
> The following changes since commit 9b6df9a01ac8ee3f28a2a24d71e45792e21b6d48:
>
>   btrfs/016: fix a false alert due to xattrs mismatch (2024-03-01 19:24:16 +0800)
>
> are available in the Git repository at:
>
>   https://github.com/asj/fstests.git staged-20240308
>
> for you to fetch changes up to 9a03e88a04b6cf6e161c8902a3a523ca22601277:
>
>   btrfs: test normal qgroup operations in a compress friendly way (2024-03-08 22:31:51 +0800)
>
> ----------------------------------------------------------------
> Anand Jain (1):
>       common/rc: specify required device size
>
> Filipe Manana (1):
>       btrfs: fix grep warning at _require_btrfs_mkfs_uuid_option()

David's review tag is missing for that patch btw (and it came before
your review and cherry pick):

https://lore.kernel.org/fstests/20240307095908.34913ff0@echidna/


>
> Josef Bacik (8):
>       btrfs/011: increase the runtime for replace cancel
>       btrfs/012: adjust how we populate the fs to convert
>       btrfs/131: don't run with subpage blocksizes
>       btrfs/213: make the test more reliable
>       btrfs/271: adjust failure condition
>       btrfs/287,btrfs/293: filter all btrfs subvolume delete calls
>       btrfs/291: remove image file after teardown
>       btrfs: test normal qgroup operations in a compress friendly way
>
>  check               |   6 ---
>  common/btrfs        |   2 +-
>  common/rc           |   9 ++++-
>  tests/btrfs/011     |   9 ++++-
>  tests/btrfs/012     |  14 ++++---
>  tests/btrfs/022     |  86 ++---------------------------------------
>  tests/btrfs/131     |   4 ++
>  tests/btrfs/213     |  20 +++++-----
>  tests/btrfs/271     |  11 +++---
>  tests/btrfs/287     |   4 +-
>  tests/btrfs/287.out |   2 +-
>  tests/btrfs/291     |   2 +-
>  tests/btrfs/293     |   6 +--
>  tests/btrfs/293.out |   4 +-
>  tests/btrfs/320     | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  tests/btrfs/320.out |   2 +
>  16 files changed, 164 insertions(+), 124 deletions(-)
>  create mode 100755 tests/btrfs/320
>  create mode 100644 tests/btrfs/320.out
>
Anand Jain March 11, 2024, 2:01 a.m. UTC | #3
On 3/10/24 22:38, Filipe Manana wrote:
> On Fri, Mar 8, 2024 at 2:46 PM Anand Jain <anand.jain@oracle.com> wrote:
>>
>> Zorro,
>>
>> Please pull this branch containing bug fixes.
>> This changes are based on your branch for-next as below.
>>
>> Thank you.
>>
>> The following changes since commit 9b6df9a01ac8ee3f28a2a24d71e45792e21b6d48:
>>
>>    btrfs/016: fix a false alert due to xattrs mismatch (2024-03-01 19:24:16 +0800)
>>
>> are available in the Git repository at:
>>
>>    https://github.com/asj/fstests.git staged-20240308
>>
>> for you to fetch changes up to 9a03e88a04b6cf6e161c8902a3a523ca22601277:
>>
>>    btrfs: test normal qgroup operations in a compress friendly way (2024-03-08 22:31:51 +0800)
>>
>> ----------------------------------------------------------------
>> Anand Jain (1):
>>        common/rc: specify required device size
>>


>> Filipe Manana (1):
>>        btrfs: fix grep warning at _require_btrfs_mkfs_uuid_option()
> 
> David's review tag is missing for that patch btw (and it came before
> your review and cherry pick):
> 
> https://lore.kernel.org/fstests/20240307095908.34913ff0@echidna/
> 

Filipe, thanks for verifying.

Zorro, would you mind adding
   "Reviewed-by: David Disseldorp ddiss@suse.de"
to the patch while it's still in your patches-in-queue branch?

Thanks, Anand

>>
>> Josef Bacik (8):
>>        btrfs/011: increase the runtime for replace cancel
>>        btrfs/012: adjust how we populate the fs to convert
>>        btrfs/131: don't run with subpage blocksizes
>>        btrfs/213: make the test more reliable
>>        btrfs/271: adjust failure condition
>>        btrfs/287,btrfs/293: filter all btrfs subvolume delete calls
>>        btrfs/291: remove image file after teardown
>>        btrfs: test normal qgroup operations in a compress friendly way
>>
>>   check               |   6 ---
>>   common/btrfs        |   2 +-
>>   common/rc           |   9 ++++-
>>   tests/btrfs/011     |   9 ++++-
>>   tests/btrfs/012     |  14 ++++---
>>   tests/btrfs/022     |  86 ++---------------------------------------
>>   tests/btrfs/131     |   4 ++
>>   tests/btrfs/213     |  20 +++++-----
>>   tests/btrfs/271     |  11 +++---
>>   tests/btrfs/287     |   4 +-
>>   tests/btrfs/287.out |   2 +-
>>   tests/btrfs/291     |   2 +-
>>   tests/btrfs/293     |   6 +--
>>   tests/btrfs/293.out |   4 +-
>>   tests/btrfs/320     | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++
>>   tests/btrfs/320.out |   2 +
>>   16 files changed, 164 insertions(+), 124 deletions(-)
>>   create mode 100755 tests/btrfs/320
>>   create mode 100644 tests/btrfs/320.out
>>