On Wed, Jul 20, 2022 at 8:30 AM Theodore Ts'o <tytso@xxxxxxx> wrote: > > On Wed, Jul 20, 2022 at 11:06:36PM +0800, Zorro Lang wrote: > > > The kill -9 is needed, because otherwise the test will run for a > > > **very** long time. The reason for it is because of the -n 999999 in > > > > Sure, I mean: > > > > kill -9 $fsstress_pid 2>/dev/null > > wait > > > > Not remove the "kill" line :) > > Ah yes, sorry, I misunderstood what you meant. > > > > Also, Jeremy, it looks like you haven't updated your xfstests-dev > > > repository in a few weeks. Since you started this project, ext4/056 > > > has been assigned, and there has been some new helper programs added > > > which caused patch conflicts in src/Makefile and in .gitignore. They > > > were pretty trivial to fix up the patch conflicts (which I've done in > > > my xfstests-dev tree), but it's best practice to rebase on top of > > > origin/for-next and re-test just to make sure there haven't been some > > > major change in the fstests common scripts that might catch your test > > > out. > > > > Thanks for pointing out that, yes, better to rebase to latest fstests > > for-next branch. > > Jeremy, for your convenience, my version of the change which is > rebased on for-next, fixes the merge conflicts and uses ext4/057 > instead of ext4/056 can be found here: > > https://github.com/tytso/xfstests/commit/330bf72dc67dd39e0fd413ecea78ab18b5405fb9 Great. Thank you everyone! I'll use your merged version, fix the wait line, and add Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx>. > > - Ted