public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
From: Omar Sandoval <osandov@osandov.com>
To: Luis Henriques <lhenriques@suse.com>
Cc: Eryu Guan <guaneryu@gmail.com>, fstests@vger.kernel.org
Subject: Re: [PATCH] generic/590: add _require_xfs_io_command "falloc"
Date: Tue, 10 Dec 2019 10:42:10 -0800	[thread overview]
Message-ID: <20191210184210.GC204474@vader> (raw)
In-Reply-To: <20191209171452.16170-1-lhenriques@suse.com>

On Mon, Dec 09, 2019 at 05:14:52PM +0000, Luis Henriques wrote:
> Without this check the test will fail with message:
> 
>   fallocate: Operation not supported
> 
> Instead, with this _require_xfs_io_command, the test will be skipped
> instead if falloc isn't supported.

Thanks, I missed this.

Reviewed-by: Omar Sandoval <osandov@fb.com>

> Signed-off-by: Luis Henriques <lhenriques@suse.com>
> ---
>  tests/generic/590 | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/generic/590 b/tests/generic/590
> index 80a665c6b001..2670fe99d21f 100755
> --- a/tests/generic/590
> +++ b/tests/generic/590
> @@ -34,6 +34,7 @@ rm -f $seqres.full
>  _supported_fs generic
>  _supported_os Linux
>  _require_scratch_nocheck
> +_require_xfs_io_command "falloc"
>  
>  maxextlen=$((0x1fffff))
>  bs=4096

      reply	other threads:[~2019-12-10 18:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-09 17:14 [PATCH] generic/590: add _require_xfs_io_command "falloc" Luis Henriques
2019-12-10 18:42 ` Omar Sandoval [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=20191210184210.GC204474@vader \
    --to=osandov@osandov.com \
    --cc=fstests@vger.kernel.org \
    --cc=guaneryu@gmail.com \
    --cc=lhenriques@suse.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox