mbox series

[0/4] fstests: more random fixes from Ted

Message ID 20220720164356.4078789-1-tytso@mit.edu (mailing list archive)
Headers show
Series fstests: more random fixes from Ted | expand

Message

Theodore Ts'o July 20, 2022, 4:43 p.m. UTC
Here are few more hopefully non-controvial patches from my tytso-local
branch on https://github.com/tytso/xfstests.  The xuniit-quet patch
has previously been posted; this has a minor clarification in the
commit description, but is otherwise unchanged from the previous v2
version on the list.

The other fixes fixes some problems found when running tests with an
external log, and to address generic/556 failing on older LTS kernels.

Theodore Ts'o (4):
  report: add support for the xunit-quiet format
  generic/556: add a check to make sure ext4 supports encrypted
    casefolding
  dmflakey: don't run dmflakey tests with an external log device
  generic/475: skip test when using an external log device

 check             |  2 +-
 common/casefold   | 17 +++++++++++++++++
 common/dmflakey   |  4 ++++
 common/report     | 21 ++++++++++++++-------
 tests/generic/475 |  4 ++++
 tests/generic/556 |  1 +
 6 files changed, 41 insertions(+), 8 deletions(-)