On Sun, Jun 21, 2020 at 9:01 PM Eryu Guan <guaneryu@xxxxxxxxx> wrote: > > Hi all, > > The master branch of the xfstests repository at: > > git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git > > have just been updated. As usual, this update mainly contains various bug fixes, > and there're also 3 new tests, which should all pass with latest v5.8-rc1 > kernel. > > My apology for being absent for so long, I've been very busy with other tasks > in the past a few weeks (and perhaps will be busy too in next a few weeks :( ). > > There're still some patches pending in the list, as always, any reviews & > comments are welcomed! > > - the unionmount patchset from Amir Goldstein, I have some concerns on wrapping > another testsuite in fstests, but I'll look into it more carefully later FWIW, for all I care, the unionmount testsuite can be maintained in the fstests repo. It's not like it has a large developers community. You can think of it like any other helper program under src to drive tests a bit more sophisticated than bash is up for. We even already have python helpers under src/perf. Only unionmount is written in python3, so not sure if that creates any challenges. Would love to hear your thoughts. Thanks, Amir.