FSTests Archive mirror
 help / color / mirror / Atom feed
From: Zorro Lang <zlang@kernel.org>
To: fstests@vger.kernel.org
Subject: [ANNOUNCE] fstests: for-next branch updated to v2024.03.17
Date: Sun, 17 Mar 2024 22:02:13 +0800	[thread overview]
Message-ID: <fb2f60b1aeb1b031f6eda8868b73887a@kernel.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 5619 bytes --]

Hi all,

The for-next branch of the xfstests repository at:

	git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git

has just been updated and tagged as v2024.03.17 release.

Release Notes:
1) There're 32 commits in this release, but most of them are fixes and updates.
   Then One new test cases -- xfs/607. Another new case btrfs/320 is splited from
   old btrfs/022.
2) As upstream dm-error supports zoned devices now, so fstests allow dm-error
   tests on zoned devices too. But it might cause some failures on old kernel,
   if you test with zoned devices.
3) Some of cases are improved for 64k blocksize testing, feel free to give it
   a try.

There're also lots of fixes or improvements, more details refer to below. Thanks
for all these contributions!

Thanks,
Zorro

The new head of the for-next branch is commit:

ec5b77f70e60 fstests: add missing commit IDs to some tests

New commits ([N]ew, [U]pdate):

Anand Jain (1):
[U]      [2b0216017bc2] common/rc: specify required device size

Christoph Hellwig (4):
[U]      [5e1e51df9f29] shared/298: call fs commands on the loop device
[U]      [926ae266c86a] shared/298: run xfs_db against the loop device instead of the image file
[U]      [cfb92ce9070c] common: dm-error now supports zoned devices
[U]      [7bb78927c0f5] generic/392: stop checking st_blocks

Darrick J. Wong (10):
[U]      [d46a46c7d5d0] generic/604: try to make race occur reliably
[U]      [ed6967784854] xfs/155: fail the test if xfs_repair hangs for too long
[U]      [0943fadcf0e9] generic/192: fix spurious timeout
[U]      [a3ce52894e0e] generic/491: increase test timeout
[U]      [27f314276da9] xfs/599: reduce the amount of attrs created here
[U]      [480bf0025bff] xfs/122: update test to pick up rtword/suminfo ondisk unions
[U]      [b41b9ca96f69] xfs/43[4-6]: make module reloading optional
[N]      [70fc4244b7dc] xfs: test for premature ENOSPC with large cow delalloc extents
[U]      [7a97d9c0fa1b] misc: fix test that fail formatting with 64k blocksize
[U]      [c9d50e4d1c2a] generic/574: don't fail the test on intentional coredump

Disha Goel (1):
[U]      [7a338a6af80d] xfstest: add detection for ext4.h presence in configure.ac

Filipe Manana (2):
[U]      [07fa85f11232] btrfs: fix grep warning at _require_btrfs_mkfs_uuid_option()
[U]      [ec5b77f70e60] fstests: add missing commit IDs to some tests

Josef Bacik (8):
[U]      [18ecbf559bc5] btrfs/011: increase the runtime for replace cancel
[U]      [51f280cfa124] btrfs/012: adjust how we populate the fs to convert
[U]      [46bc2d68fa74] btrfs/131: don't run with subpage blocksizes
[U]      [e990496ffc09] btrfs/213: make the test more reliable
[U]      [94937700f4ee] btrfs/271: adjust failure condition
[U]      [f682432926a0] btrfs/287,btrfs/293: filter all btrfs subvolume delete calls
[U]      [3552178f39be] btrfs/291: remove image file after teardown
[N]      [512dba4fdbfc] btrfs: test normal qgroup operations in a compress friendly way

Li Zhijian (1):
[U]      [d76c4886ba83] xfs: Fix no executable permission

Qu Wenruo (1):
[U]      [8000febb32af] fstests: btrfs/121: allow snapshot with invalid qgroup to return error

Su Yue (1):
[U]      [b3ff58fa319a] btrfs/172,206: call _log_writes_cleanup in _cleanup

Zorro Lang (3):
[U]      [46b783fe67fc] fsstress: check io_uring_queue_init errno properly
[U]      [7bad5527e2bc] fsstress: bypass io_uring testing if io_uring_queue_init returns EPERM
[U]      [790a9e7c3c94] common/rc: notrun if io_uring is disabled by sysctl


Code Diffstat:

 README              |   6 +++
 check               |   6 ---
 common/btrfs        |   2 +-
 common/module       |  33 +++++++++++++---
 common/rc           |  66 +++++++++++++++++++++++++++++---
 configure.ac        |   1 +
 ltp/fsstress.c      |  32 ++++++++++++----
 src/ext4_resize.c   |   5 ++-
 src/feature.c       |  19 ++++++----
 tests/btrfs/011     |   9 ++++-
 tests/btrfs/012     |  14 ++++---
 tests/btrfs/022     |  86 ++---------------------------------------
 tests/btrfs/121     |  10 ++++-
 tests/btrfs/131     |   4 ++
 tests/btrfs/172     |   7 ++++
 tests/btrfs/206     |   7 ++++
 tests/btrfs/213     |  20 +++++-----
 tests/btrfs/249     |   2 +-
 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/303     |   2 +-
 tests/btrfs/309     |   2 +-
 tests/btrfs/316     |   2 +-
 tests/btrfs/317     |   4 +-
 tests/btrfs/320     | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/320.out |   2 +
 tests/generic/042   |   9 +----
 tests/generic/081   |   7 +++-
 tests/generic/108   |   6 ++-
 tests/generic/192   |  16 ++++++--
 tests/generic/392   |  16 ++------
 tests/generic/455   |   3 +-
 tests/generic/457   |   3 +-
 tests/generic/482   |   3 +-
 tests/generic/491   |   2 +-
 tests/generic/574   |   3 +-
 tests/generic/604   |   8 ++--
 tests/generic/704   |   3 +-
 tests/generic/707   |   4 +-
 tests/generic/730   |   3 +-
 tests/generic/731   |   3 +-
 tests/shared/298    |  22 ++++++-----
 tests/xfs/122       |   2 +-
 tests/xfs/122.out   |   2 +
 tests/xfs/155       |   5 +++
 tests/xfs/279       |   7 ++--
 tests/xfs/434       |   3 +-
 tests/xfs/435       |   3 +-
 tests/xfs/436       |   3 +-
 tests/xfs/557       |   0
 tests/xfs/567       |   0
 tests/xfs/568       |   0
 tests/xfs/599       |   9 ++---
 tests/xfs/607       |  86 +++++++++++++++++++++++++++++++++++++++++
 tests/xfs/607.out   |   8 ++++
 59 files changed, 495 insertions(+), 221 deletions(-)
--
Zorro Lang
zlang@kernel.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

                 reply	other threads:[~2024-03-17 14:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fb2f60b1aeb1b031f6eda8868b73887a@kernel.org \
    --to=zlang@kernel.org \
    --cc=fstests@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).