From: Eric Sandeen <sandeen@redhat.com>
To: Eric Whitney <enwlinux@gmail.com>
Cc: linux-ext4@vger.kernel.org, xfs@oss.sgi.com
Subject: Re: [PATCH][RESEND] xfstests: only run generic/300 on filesystems supporting
Date: Fri, 06 Sep 2013 14:51:48 -0500 [thread overview]
Message-ID: <522A3254.3090704@redhat.com> (raw)
In-Reply-To: <20130906194243.GA19286@wallace>
On 9/6/13 2:42 PM, Eric Whitney wrote:
> Generic/300 fails when run on a test filesystem that does not support
> fallocate(), as in the case of an ext4 filesystem created without the
> extent feature. It uses fio's falloc ioengine to generate part of its
> I/O load.
>
> Verify that the test filesystem supports fallocate() before proceeding
> with the test. Also, delete any pre-existing test output to avoid
> confusion with old results.
Hey Eric - sorry this got missed for review.
Since the test doesn't actually use xfs_io it seems like slightly the
wrong check, maybe we need a new _require_fio_falloc()?
But xfs_io will almost always be installed for someone running
xfstests, and the check as you have it will indeed test that the fs
can do fallocate; it's just not the most targeted test.
It's probably ok, though - a comment about why you _require_xfs_io
when xfs_io isn't used might be good.
What do you think?
-Eric
> Signed-off-by: Eric Whitney <enwlinux@gmail.com>
> ---
> tests/generic/300 | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/tests/generic/300 b/tests/generic/300
> index 7c60728..1ac763b 100755
> --- a/tests/generic/300
> +++ b/tests/generic/300
> @@ -43,6 +43,9 @@ _supported_fs generic
> _supported_os Linux
> _need_to_be_root
> _require_scratch
> +_require_xfs_io_falloc
> +
> +rm -f $seqres.full
>
> NUM_JOBS=$((4*LOAD_FACTOR))
> BLK_DEV_SIZE=`blockdev --getsz $SCRATCH_DEV`
>
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2013-09-06 19:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-06 19:42 [PATCH][RESEND] xfstests: only run generic/300 on filesystems supporting Eric Whitney
2013-09-06 19:42 ` Eric Whitney
2013-09-06 19:51 ` Eric Sandeen [this message]
2013-09-21 21:59 ` Eric Whitney
2013-09-21 21:59 ` Eric Whitney
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=522A3254.3090704@redhat.com \
--to=sandeen@redhat.com \
--cc=enwlinux@gmail.com \
--cc=linux-ext4@vger.kernel.org \
--cc=xfs@oss.sgi.com \
/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.