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.05.12 release. Release Notes: 1) There're 1 new test case -- generic/747. But please note, it fails on btrfs, as a case issue (maybe). 2) All cases in tests/shared/ have been moved to generic directory. There's not shared directory anymore. But there're still more jobs on it, those cases from shared/ need more _require_xxxx helpers, not hardcode fs white/black list. 3) The _scratch_mkfs_sized will exit directly if mkfs fails. Please use the _try_scratch_mkfs_sized, if don't want to _fail. More mkfs helpers might be changed like that in the future. More updates refer to below. Thanks for all these contributions! Thanks, Zorro The new head of the for-next branch is commit: 983797138373 generic: add gc stress test New commits ([N]ew, [U]pdate, [M]ove, [R]emove): Christoph Hellwig (2): [U] [79ed115c9151] xfs/077: remove _require_meta_uuid [U] [1c19089ca830] generic/095: add to the quick group David Disseldorp (1): [U] [41474afbed5b] tests: _fail on _scratch_mkfs_sized failure David Sterba (4): [M] [3b598326c532] fstests: move shared/032 to generic directory [M] [eca6509aba8d] fstests: move shared/002 to generic directory [M] [f0ab9e59c7b5] fstests: move shared/298 to generic directory [R] [dbdfd011c8ef] fstests: remove the rest of shared Hans Holmberg (1): [N] [983797138373] generic: add gc stress test Zorro Lang (2): [U] [8e8fb3da709e] fstests: fix _require_debugfs and call it properly [U] [abc79d83a9f4] common/tracing: use /sys/kernel/tracing at first Code Diffstat: check | 2 +- common/rc | 19 ++++- common/tracing | 13 +++- common/xfs | 15 ---- tests/btrfs/004 | 3 +- tests/btrfs/007 | 6 +- tests/btrfs/150 | 1 + tests/ceph/001 | 2 +- tests/ext4/021 | 2 +- tests/ext4/059 | 2 +- tests/generic/015 | 3 +- tests/generic/077 | 2 +- tests/generic/083 | 3 +- tests/generic/095 | 2 +- tests/generic/171 | 2 +- tests/generic/172 | 2 +- tests/generic/173 | 2 +- tests/generic/174 | 2 +- tests/generic/466 | 2 +- tests/generic/735 | 2 +- tests/{shared/032 => generic/740} | 2 +- tests/generic/740.out | 2 + tests/{shared/002 => generic/745} | 2 +- tests/{shared/002.out => generic/745.out} | 2 +- tests/{shared/298 => generic/746} | 2 +- tests/{shared/298.out => generic/746.out} | 2 +- tests/generic/747 | 121 ++++++++++++++++++++++++++++++ tests/generic/747.out | 6 ++ tests/shared/032.out | 2 - tests/shared/Makefile | 24 ------ tests/xfs/015 | 2 +- tests/xfs/057 | 3 +- tests/xfs/077 | 1 - tests/xfs/499 | 7 +- 34 files changed, 181 insertions(+), 84 deletions(-) -- Zorro Lang zlang@kernel.org