On Sun, Mar 03, 2024 at 09:34:53PM +0800, Zorro Lang wrote: > On Mon, Feb 26, 2024 at 06:00:41PM -0800, Darrick J. Wong wrote: > > Hi all, > > > > Here's the usual odd fixes for fstests. Most of these are cleanups and > > bug fixes that have been aging in my djwong-wtf branch forever. > > > > If you're going to start using this code, I strongly recommend pulling > > from my git trees, which are linked below. > > > > This has been running on the djcloud for months with no problems. 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 > > --- > > Commits in this patchset: > > * generic/604: try to make race occur reliably > > * xfs/155: fail the test if xfs_repair hangs for too long > > * generic/192: fix spurious timeout? > > * generic/491: increase test timeout > > * xfs/599: reduce the amount of attrs created here > > * xfs/122: update test to pick up rtword/suminfo ondisk unions > > * xfs/43[4-6]: make module reloading optional > > * xfs: test for premature ENOSPC with large cow delalloc extents > > Hi Darrick, > > This patchset didn't catch last fstests release. Six of the 8 patches are > acked, I've merge those 6 patches in my local branch. They're in testing. > Now only the patch [6/8] and the [8/8] are waiting for your response. > > As this's a random fix patchset, and I've merged 6 of it. If you have more > patches are waiting for reviewing, you can send those 2 patches in another > patchset :) The only pending things I have are resends of 6 and 8. Will go do that momentarily, sorry for being a bit late this week. --D > Thanks, > Zorro > > > --- > > common/module | 34 ++++++++++++++++++--- > > common/rc | 14 +++++++++ > > tests/generic/192 | 16 ++++++++-- > > tests/generic/491 | 2 + > > tests/generic/604 | 7 ++-- > > tests/xfs/122 | 2 + > > tests/xfs/122.out | 2 + > > tests/xfs/155 | 4 ++ > > tests/xfs/1923 | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > > tests/xfs/1923.out | 8 +++++ > > tests/xfs/434 | 3 +- > > tests/xfs/435 | 3 +- > > tests/xfs/436 | 3 +- > > tests/xfs/599 | 9 ++---- > > 14 files changed, 168 insertions(+), 24 deletions(-) > > create mode 100755 tests/xfs/1923 > > create mode 100644 tests/xfs/1923.out > > > >