All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bill O'Donnell" <billodo@redhat.com>
To: Eric Sandeen <sandeen@sandeen.net>
Cc: Eric Sandeen <sandeen@redhat.com>, fstests <fstests@vger.kernel.org>
Subject: Re: [PATCH 1/3] xfs/260: fix output to match actions
Date: Thu, 22 Sep 2016 09:07:43 -0500	[thread overview]
Message-ID: <20160922140743.GA10084@redhat.com> (raw)
In-Reply-To: <d52b6d08-437b-c7ad-6122-e282c178faa6@sandeen.net>

On Tue, Sep 20, 2016 at 05:15:47PM -0500, Eric Sandeen wrote:
> The test creates 30 inodes, but says it created 300.
> Just fix that up so the repquota output matches the
> comments in the output file.
> 
> Signed-off-by: Eric Sandeen <sandeen@redhat.com>

Reviewed-by: Bill O'Donnell <billodo@redhat.com>

> ---
> 
> diff --git a/tests/xfs/260 b/tests/xfs/260
> index 70486ac..9c6162b 100755
> --- a/tests/xfs/260
> +++ b/tests/xfs/260
> @@ -93,7 +93,7 @@ do_test()
>  	done
>  	sync
>  
> -	echo "$qname inode quota after create 300 inodes"
> +	echo "$qname inode quota after creating 30 inodes"
>  	$XFS_QUOTA_PROG -x -c "report $type -N -i" $SCRATCH_MNT | _filter_spaces
>  
>  	rm -f ${SCRATCH_MNT}/* >/dev/null 2>&1
> diff --git a/tests/xfs/260.out b/tests/xfs/260.out
> index 4965eeb..0b198bf 100644
> --- a/tests/xfs/260.out
> +++ b/tests/xfs/260.out
> @@ -10,7 +10,7 @@ user blocks quota after write 30M data
>  root 0 20480 20480 00 [--------]
>  fsgqa 30720 40960 40960 00 [--------]
>  
> -user inode quota after create 300 inodes
> +user inode quota after creating 30 inodes
>  root 3 20 20 00 [--------]
>  fsgqa 30 40 40 00 [--------]
>  
> @@ -25,7 +25,7 @@ group blocks quota after write 30M data
>  root 0 20480 20480 00 [--------]
>  fsgqa 30720 40960 40960 00 [--------]
>  
> -group inode quota after create 300 inodes
> +group inode quota after creating 30 inodes
>  root 3 20 20 00 [--------]
>  fsgqa 30 40 40 00 [--------]
>  
> 
> --
> To unsubscribe from this list: send the line "unsubscribe fstests" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2016-09-22 14:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-20 22:14 [PATCH 0/3] move xfs non-project quota tests to generic Eric Sandeen
2016-09-20 22:15 ` [PATCH 1/3] xfs/260: fix output to match actions Eric Sandeen
2016-09-22 14:07   ` Bill O'Donnell [this message]
2016-09-20 22:21 ` [PATCH 2/3] modify xfs/ quota tests to work on generic filesystems Eric Sandeen
2016-09-21  9:37   ` Eryu Guan
2016-09-21 13:02     ` Eric Sandeen
2016-09-21 14:30       ` Eryu Guan
2016-09-21 14:52         ` Eric Sandeen
2016-09-22 14:09   ` Bill O'Donnell
2016-09-22 18:54   ` [PATCH 2/3 V2] " Eric Sandeen
2016-09-22 18:57     ` Bill O'Donnell
2016-09-20 22:24 ` [PATCH 3/3] move now-generic quota tests to generic Eric Sandeen
2016-09-20 23:40   ` Dave Chinner
2016-09-21  1:41     ` Eric Sandeen
2016-09-21  6:44     ` Eryu Guan

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=20160922140743.GA10084@redhat.com \
    --to=billodo@redhat.com \
    --cc=fstests@vger.kernel.org \
    --cc=sandeen@redhat.com \
    --cc=sandeen@sandeen.net \
    /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.