mbox series

[0/8] Btrfs fstests fixups

Message ID cover.1709664047.git.dsterba@suse.com (mailing list archive)
Headers show
Series Btrfs fstests fixups | expand

Message

David Sterba March 5, 2024, 6:51 p.m. UTC
Hi,

I'm sending first batch of fixups on behalf of Josef.  I think most of
them have been sent to fstests@ at some point.  They have been in our CI
branch and consider them tested and working for our needs. All of them
are btrfs-specific and will not affect other filesystems.  (The change
in common/rc only moves a helper.) The last patch is a new test split
from another one.

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/400: test normal qgroup operations in a compress friendly way

 check               |   6 ---
 common/rc           |   5 +++
 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/400     | 107 ++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/400.out |   2 +
 15 files changed, 161 insertions(+), 121 deletions(-)
 create mode 100755 tests/btrfs/400
 create mode 100644 tests/btrfs/400.out

Comments

Anand Jain March 7, 2024, 12:28 p.m. UTC | #1
Looks good.

Reviewed-by: Anand Jain <anand.jain@oracle.com>

for the whole series.

Staged for the PR

Thanks, Anand

On 3/6/24 00:21, David Sterba wrote:
> Hi,
> 
> I'm sending first batch of fixups on behalf of Josef.  I think most of
> them have been sent to fstests@ at some point.  They have been in our CI
> branch and consider them tested and working for our needs. All of them
> are btrfs-specific and will not affect other filesystems.  (The change
> in common/rc only moves a helper.) The last patch is a new test split
> from another one.
> 
> 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/400: test normal qgroup operations in a compress friendly way
> 
>   check               |   6 ---
>   common/rc           |   5 +++
>   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/400     | 107 ++++++++++++++++++++++++++++++++++++++++++++
>   tests/btrfs/400.out |   2 +
>   15 files changed, 161 insertions(+), 121 deletions(-)
>   create mode 100755 tests/btrfs/400
>   create mode 100644 tests/btrfs/400.out
>