mbox series

[GIT,PULL] fstests: btrfs changes for for-next staged-25072024

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

Pull-request

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

Message

Anand Jain July 26, 2024, 7:54 a.m. UTC
Zorro,

Please pull this branch containing a new test case, btrfs/312 (compress
send testcase), and a few other miscellaneous fixes for btrfs test cases.

Thank you.

The following changes since commit b3b323777a54b6883d3254c06cf0a840e80e2465:

  btrfs/081: wait for reader process to exit before cycle mounting (2024-07-13 03:05:35 +0800)

are available in the Git repository at:

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

for you to fetch changes up to 02a689b7aa074a80427e11d4a0cab90e6e8e5985:

  btrfs: properly shutdown subvolume stress worker to avoid umount failures (2024-07-25 19:09:33 +0800)

----------------------------------------------------------------
David Sterba (1):
      btrfs/220: remove integrity checker bits

Filipe Manana (2):
      btrfs: test a compressed send stream scenario that triggered a read corruption
      btrfs: properly shutdown subvolume stress worker to avoid umount failures

Qu Wenruo (1):
      fstests: btrfs/012: fix a false alert due to socket/pipe files

 common/btrfs        |   2 +
 tests/btrfs/012     |  29 +++++++------
 tests/btrfs/012.out |   6 +++
 tests/btrfs/060     |   9 ++--
 tests/btrfs/065     |   9 ++--
 tests/btrfs/066     |   9 ++--
 tests/btrfs/067     |   9 ++--
 tests/btrfs/068     |   9 ++--
 tests/btrfs/220     |   5 ---
 tests/btrfs/312     | 115 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/312.out |   7 ++++
 11 files changed, 172 insertions(+), 37 deletions(-)
 create mode 100755 tests/btrfs/312
 create mode 100644 tests/btrfs/312.out