All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <darrick.wong@oracle.com>
To: Eryu Guan <eguan@redhat.com>
Cc: linux-xfs@vger.kernel.org, fstests@vger.kernel.org
Subject: Re: [PATCH v2 4/4] xfs: stress test xfs_scrub
Date: Tue, 28 Feb 2017 22:08:07 -0800	[thread overview]
Message-ID: <20170301060807.GD26319@birch.djwong.org> (raw)
In-Reply-To: <20170301033316.GB14226@eguan.usersys.redhat.com>

On Wed, Mar 01, 2017 at 11:33:16AM +0800, Eryu Guan wrote:
> On Tue, Feb 28, 2017 at 12:57:10PM -0800, Darrick J. Wong wrote:
> > Three new tests:
> > 
> > - Repair files that are mapped into memory in running programs
> > - Run scrub -n concurrently with fsstress
> > - Run scrub -y concurrently with fsstress
> > 
> > Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
> > ---
> > v2: fix checks for external programs per eryu guan's recommendations
> > ---
> [snip]
> > +
> > +killstress() {
> > +	sleep $(( 60 * TIME_FACTOR ))
> > +	$KILLALL_PROG -q $FSSTRESS_PROG
> > +}
> > +
> > +echo "Concurrent scrub"
> > +start=$(date +%s)
> > +end=$((start + (60 * LOAD_FACTOR) ))
> 
> In 137[67], I think this should be TIME_FACTOR too. I can fix them at
> commit time if this change looks OK to you.

Ugh, I thought I fixed those too.  Yes, the change is correct, thank you.

--D

> 
> Thanks,
> Eryu

      reply	other threads:[~2017-03-01  6:08 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-25  1:12 [PATCH 0/4] miscellaneous tests Darrick J. Wong
2017-02-25  1:12 ` [PATCH 1/4] xfs/348: classify this as a fuzzer test Darrick J. Wong
2017-02-28 14:05   ` Christoph Hellwig
2017-02-25  1:12 ` [PATCH 2/4] xfs: minor fixes to the fsmap tests Darrick J. Wong
2017-02-25  1:12 ` [PATCH 3/4] reflink: test adjacency of reflinked blocks Darrick J. Wong
2017-02-28  8:15   ` Eryu Guan
2017-02-28 16:31     ` Darrick J. Wong
2017-03-01  3:20       ` Eryu Guan
2017-03-21  7:14   ` Qu Wenruo
2017-03-21  7:14     ` Qu Wenruo
2017-03-21 14:23     ` Darrick J. Wong
2017-03-21 14:23       ` Darrick J. Wong
2017-03-22  8:13       ` Qu Wenruo
2017-03-22  8:13         ` Qu Wenruo
2017-03-22 13:06         ` Darrick J. Wong
2017-03-22 13:06           ` Darrick J. Wong
2017-02-25  1:13 ` [PATCH 4/4] xfs: stress test xfs_scrub Darrick J. Wong
2017-02-28  8:46   ` Eryu Guan
2017-02-28 17:42     ` Darrick J. Wong
2017-02-28 20:57   ` [PATCH v2 " Darrick J. Wong
2017-03-01  3:33     ` Eryu Guan
2017-03-01  6:08       ` Darrick J. Wong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170301060807.GD26319@birch.djwong.org \
    --to=darrick.wong@oracle.com \
    --cc=eguan@redhat.com \
    --cc=fstests@vger.kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.