mbox series

[PATCHSET,0/6] fstests: various improvements to the test framework

Message ID 161292577956.3504537.3260962158197387248.stgit@magnolia (mailing list archive)
Headers show
Series fstests: various improvements to the test framework | expand

Message

Darrick J. Wong Feb. 10, 2021, 2:56 a.m. UTC
Hi all,

This patchset contains assorted changes to the test suite that I use to
make it easier to reproduce regressions reported in nightly test runs.
The first two make it so that we capture metadumps of corrupt xfs
filesystems, and the rest introduce various options to ./check so that I
can exclude tests and run exact sequences of tests.

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=testsuite-improvements
---
 README        |    2 ++
 check         |   44 +++++++++++++++++++++++++++++++++++---------
 common/config |    1 +
 common/fuzzy  |    3 +++
 common/rc     |    2 +-
 common/xfs    |   26 ++++++++++++++++++++++++++
 6 files changed, 68 insertions(+), 10 deletions(-)