public inbox for fstests@vger.kernel.org
 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.02.09
Date: Fri, 09 Feb 2024 18:41:09 +0800	[thread overview]
Message-ID: <773dc4e2d0eee4ded4fd596f17b9dfc2@kernel.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 5934 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.02.09 release.


Release Notes:
This's a respin of v2024.02.04 due to a critical issue:
https://lore.kernel.org/fstests/20240205125746.tmr6wvhut5oiraut@dell-per750-06-vm-08.rhts.eng.pek2.redhat.com/T/#m441ca40d45dc5e8039f8cbe72b9b90ea86e69771
contains below changes:
1. Fix a critical bug of "common: refactor metadump v1 and v2 tests, version 2"
2. Remove "generic: add fcntl lock corner cases tests", to have more disscission
   with cifs list.
3. Add "overlay/084: Fix test to match new xwhiteouts dir on-disk format" patch.

So this version has:
1) There's 3 new test cases in this release -- btrfs/310, xfs/601 and xfs/606.
2) btrfs/303 is removed.
3) Supports XFS metadump V1 and V2 testing, refer to common/metadump new file.
4) Some fixes and updates for UBIFS, BCACHEFS, overlay and NFS testing, welcome
   more updates for more filesystems.
5) Some updates/fixes for source building, if anyone find building issues in
   this release, please report to us.

More details refer to below. Today is Lunar New Year, please let me show my best
wishes to all of you, thanks for all your contributions!

Thanks,
Zorro

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

386c7b6aa69e xfs/122: fix for xfs_attr_shortform removal in 6.8

New commits:

Amir Goldstein (1):
      [c3eff0947047] overlay/084: Fix test to match new xwhiteouts dir on-disk format

Anthony Iliopoulos (2):
      [4e90abbc4d23] src/af_unix: drop unused offsetof macro definition
      [d2c077611de7] build: remove unused m4 macros

Boris Burkov (1):
      [750daa897667] btrfs: Remove btrfs/303

Darrick J. Wong (10):
      [20e0cf8b78d4] generic/256: constrain runtime with TIME_FACTOR
      [a5339f1aeb00] common/xfs: simplify maximum metadump format detection
      [1b36ec27ecfc] common/populate: always metadump full metadata blocks
      [5261c7b46fd4] xfs/336: fix omitted -a and -o in metadump call
      [31238f2b0f50] common: refactor metadump v1 and v2 tests, version 2
      [9c01c6997c30] xfs/{129,234,253,605}: disable metadump v1 testing with external devices
      [76bfc02c31b8] xfs/503: test metadump obfuscation, not progressbars
      [b809844c72b9] xfs/503: split copy and metadump into two tests
      [e595ffddd23e] common/xfs: only pass -l in _xfs_mdrestore for v2 metadumps
      [386c7b6aa69e] xfs/122: fix for xfs_attr_shortform removal in 6.8

Jeff Layton (2):
      [b3da25544c60] common/rc: NFSv2/3 do not support negative timestamps
      [cf72e89fdc2d] src/t_mtab.c: increase the lock timeout to 120s

Li Zhijian (1):
      [acff198213e3] gitignore: Add missing /src/t_reflink_read_race

Pavel Reichl (1):
      [c689690fa3b0] xfs/598: Add missing "fixed_by" hints

Qu Wenruo (1):
      [52c6d0f30ae5] btrfs: verify the read behavior of compressed inline extent

Richard Weinberger (2):
      [ef62fdb75bc6] generic/020: Compute correct max_attrs for UBIFS
      [8ba89cc8bff1] generic/597,598: Require groups

Ritesh Harjani (IBM) (1):
      [d99636b8efdc] xfs/604: Make test as _notrun for higher blocksizes filesystem

Su Yue (2):
      [f836422ec228] fstests: introduce MKFS_BCACHEFS_PROG for bcachefs
      [79e87ccf207f] common/rc: improve block_size support for bcachefs

Yang Xu (1):
      [6b0efdc02753] t_snapshot_deleted_subvolume: add check for BTRFS_IOC_SNAP_DESTROY_V2

Zorro Lang (1):
      [7e1ca29d3038] xfs: test xfs_growfs with too-small size expansion


Code Diffstat:

 .gitignore                         |   1 +
 acinclude.m4                       |   5 --
 common/config                      |   4 +-
 common/metadump                    | 152 +++++++++++++++++++++++++++++++++++++
 common/populate                    |   2 +-
 common/rc                          |  63 +++++++++++----
 common/ubifs                       |   9 +++
 common/xfs                         |  51 +++++++++++--
 configure.ac                       |   2 +-
 m4/manual_format.m4                |  17 -----
 m4/package_libcdev.m4              |  95 -----------------------
 m4/package_ncurses.m4              |  27 -------
 m4/package_pthread.m4              |  19 -----
 m4/package_types.m4                |  50 ------------
 m4/package_xfslibs.m4              |  28 -------
 m4/visibility_hidden.m4            |  22 ------
 src/af_unix.c                      |   2 -
 src/t_mtab.c                       |   2 +-
 src/t_snapshot_deleted_subvolume.c |  10 +--
 tests/btrfs/303                    |  77 -------------------
 tests/btrfs/303.out                |   2 -
 tests/btrfs/310                    |  83 ++++++++++++++++++++
 tests/btrfs/310.out                |   2 +
 tests/generic/020                  |   6 ++
 tests/generic/256                  |   7 ++
 tests/generic/597                  |   2 +
 tests/generic/598                  |   2 +
 tests/overlay/084                  |   8 +-
 tests/xfs/122.out                  |   2 +
 tests/xfs/129                      |  91 ++--------------------
 tests/xfs/234                      |  92 ++--------------------
 tests/xfs/253                      |  90 ++--------------------
 tests/xfs/284                      |   4 +-
 tests/xfs/291                      |  32 +++-----
 tests/xfs/336                      |   2 +-
 tests/xfs/432                      |  31 ++------
 tests/xfs/503                      |  82 +++-----------------
 tests/xfs/503.out                  |   6 +-
 tests/xfs/598                      |   5 ++
 tests/xfs/601                      |  54 +++++++++++++
 tests/xfs/601.out                  |   4 +
 tests/xfs/604                      |   4 +-
 tests/xfs/605                      |  92 +---------------------
 tests/xfs/606                      |  56 ++++++++++++++
 tests/xfs/606.out                  |   2 +
 45 files changed, 556 insertions(+), 843 deletions(-)
--
Zorro Lang
zlang@kernel.org

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

                 reply	other threads:[~2024-02-09 10:41 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=773dc4e2d0eee4ded4fd596f17b9dfc2@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