mbox series

[PATCHSET,0/8] fstests: miscellaneous fixes

Message ID 162078489963.3302755.9219127595550889655.stgit@magnolia (mailing list archive)
Headers show
Series fstests: miscellaneous fixes | expand

Message

Darrick J. Wong May 12, 2021, 2:01 a.m. UTC
Hi all,

Various small fixes to the fstests suite, and some refactoring of common
idioms needed for testing realtime devices.

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

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=random-fixes

xfsprogs git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=random-fixes

fstests git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=random-fixes
---
 common/populate   |    2 +-
 common/rc         |    2 +-
 common/xfs        |   27 ++++++++++++++++++++++++++-
 ltp/fsstress.c    |   24 ++++++++++++------------
 ltp/fsx.c         |   24 ++++++++++++------------
 src/global.h      |   13 +++++++++++++
 tests/generic/223 |    3 ++-
 tests/generic/449 |    2 +-
 tests/xfs/004     |    2 +-
 tests/xfs/083     |    8 ++++----
 tests/xfs/085     |    2 +-
 tests/xfs/086     |    4 ++--
 tests/xfs/087     |    2 +-
 tests/xfs/088     |    5 +++--
 tests/xfs/089     |    5 +++--
 tests/xfs/091     |    5 +++--
 tests/xfs/093     |    2 +-
 tests/xfs/097     |    2 +-
 tests/xfs/099     |    4 ++--
 tests/xfs/100     |    4 ++--
 tests/xfs/101     |    4 ++--
 tests/xfs/102     |    4 ++--
 tests/xfs/105     |    4 ++--
 tests/xfs/112     |    4 ++--
 tests/xfs/113     |    4 ++--
 tests/xfs/117     |   49 ++++++++++++++++++++++++++++++-------------------
 tests/xfs/120     |    3 ++-
 tests/xfs/122.out |    1 +
 tests/xfs/123     |    2 +-
 tests/xfs/124     |    4 ++--
 tests/xfs/125     |    4 ++--
 tests/xfs/126     |    4 ++--
 tests/xfs/130     |    3 ++-
 tests/xfs/146     |    2 +-
 tests/xfs/147     |    2 +-
 tests/xfs/178     |    4 ++--
 tests/xfs/235     |    3 ++-
 tests/xfs/272     |    2 +-
 tests/xfs/318     |    2 +-
 tests/xfs/431     |    4 ++--
 tests/xfs/521     |    2 +-
 tests/xfs/528     |    2 +-
 tests/xfs/532     |    2 +-
 tests/xfs/533     |    2 +-
 tests/xfs/538     |    2 +-
 45 files changed, 159 insertions(+), 102 deletions(-)

Comments

Eryu Guan May 16, 2021, 3:58 p.m. UTC | #1
On Tue, May 11, 2021 at 07:01:39PM -0700, Darrick J. Wong wrote:
> Hi all,
> 
> Various small fixes to the fstests suite, and some refactoring of common
> idioms needed for testing realtime devices.

I applied patch 1 3 5 and 7. I have some comments in patch 2 and 8, and
need more eyes to look at patch 4 and 6.

Thanks,
Eryu