mbox series

[PATCHSET,0/3] fstests: updates for xfsprogs 5.15

Message ID 164971769710.170109.8985299417765876269.stgit@magnolia (mailing list archive)
Headers show
Series fstests: updates for xfsprogs 5.15 | expand

Message

Darrick J. Wong April 11, 2022, 10:54 p.m. UTC
Hi all,

This series contains test updates and fixes for things that were fixed
in 5.15.  Specifically, we now let the xfs_scrub binary tell us if it
supports Unicode checking (instead of grepping the binary!); test for a
regression in mkfs config file support prior to this release; and have
some adjustments for setting the minimum log size to 64MB>

If you're going to start using this mess, you probably ought to just
pull from my git trees, which are linked below.

This is an extraordinary way to destroy everything.  Enjoy!
Comments and questions are, as always, welcome.

--D

fstests git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=xfsprogs-merge-5.15
---
 common/rc         |   12 +++++++++
 tests/xfs/216.out |   14 +++++------
 tests/xfs/831     |   68 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/xfs/831.out |    2 ++
 4 files changed, 89 insertions(+), 7 deletions(-)
 create mode 100755 tests/xfs/831
 create mode 100644 tests/xfs/831.out