From: Eryu Guan <eguan@redhat.com>
To: "Darrick J. Wong" <darrick.wong@oracle.com>
Cc: linux-xfs@vger.kernel.org, fstests@vger.kernel.org
Subject: Re: [PATCH v2 4/4] xfs: stress test xfs_scrub
Date: Wed, 1 Mar 2017 11:33:16 +0800 [thread overview]
Message-ID: <20170301033316.GB14226@eguan.usersys.redhat.com> (raw)
In-Reply-To: <20170228205710.GC26275@birch.djwong.org>
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.
Thanks,
Eryu
next prev parent reply other threads:[~2017-03-01 3:51 UTC|newest]
Thread overview: 18+ 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 14:23 ` Darrick J. Wong
2017-03-22 8:13 ` Qu Wenruo
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 [this message]
2017-03-01 6:08 ` Darrick J. Wong
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=20170301033316.GB14226@eguan.usersys.redhat.com \
--to=eguan@redhat.com \
--cc=darrick.wong@oracle.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).