From: Eryu Guan Subject: Re: [PATCH 3/3] fstests: generic: Check the fs after each FUA writes Date: Wed, 21 Mar 2018 22:27:15 +0800 Message-ID: <20180321142715.GT30836@localhost.localdomain> References: <20180321080125.30404-1-wqu@suse.com> <20180321080125.30404-3-wqu@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Qu Wenruo , Linux Btrfs , fstests , linux-xfs , Ext4 To: Amir Goldstein Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-btrfs-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org On Wed, Mar 21, 2018 at 02:22:29PM +0200, Amir Goldstein wrote: > > + > > +_log_writes_mount > > +$FSSTRESS_PROG $fsstress_args > /dev/null 2>&1 > > You should run fsstress with run_check() so output will go to $seqres.full > this way if you are able to catch a bug, you can take the random seed > from fsstress output and repeat the same event sequence, which > doesn't guaranty, but can increase the chances of reproducing the bug. I suggested dropping run_check, as I don't think we care about the fsstress return value here (and I always try to avoid new run_check usage), but I agree that it might be useful to save the fsstress output to $seqres.full. Thanks, Eryu