2022-02-09 12:02:31

by Anna Schumaker

[permalink] [raw]
Subject: [PATCH 0/4] Improvements for NFS

From: Anna Schumaker <[email protected]>

This is a collection of fixes that I've had in my private xfstests
instance on my NFS client VM for testing.

I've been using the "-R xunit" option lately, so the first patch fixes up
the PLATFORM and CHECK_OPTIONS output in the resulting xunit file. I
wouldn't be surprised if there is a better way to do this, so please let
me know!

The second patch moves a very long running test (generic/531) out of the
quick group because I'm tired of killing it after a half hour. Maybe
it's quick on non networked filesystems, though? I had some other ideas
on how to fix my issue that I included in the patch description.

The last two patches add some extra checks for functionality that NFS
doesn't support, otherwise the tests are getting marked as "failed" with
"whatever isn't supposted" in the test output log. After these patches
the tests are simply skipped.

Thoughts?

Anna


Anna Schumaker (4):
check: Export CHECK_OPTIONS and PLATFORM for Xunit Reporting
generic/531: Move test from 'quick' group to 'stress'
generic/578: Test that filefrag is supported before running
generic/633: Check if idmapped mounts are supported before running

check | 2 ++
common/rc | 14 ++++++++++++++
tests/generic/531 | 2 +-
tests/generic/578 | 2 +-
tests/generic/633 | 1 +
5 files changed, 19 insertions(+), 2 deletions(-)

--
2.35.1