public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <darrick.wong@oracle.com>
To: Xiao Yang <yangx.jy@cn.fujitsu.com>
Cc: fstests@vger.kernel.org
Subject: Re: [PATCH] fstests: fix wrong seq number in test
Date: Mon, 23 Jan 2017 10:41:03 -0800	[thread overview]
Message-ID: <20170123184103.GE14029@birch.djwong.org> (raw)
In-Reply-To: <1485143295-16049-1-git-send-email-yangx.jy@cn.fujitsu.com>

On Mon, Jan 23, 2017 at 11:48:15AM +0800, Xiao Yang wrote:
> Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
> ---
>  tests/generic/381 | 2 +-
>  tests/generic/382 | 2 +-
>  tests/generic/383 | 2 +-
>  tests/generic/400 | 2 +-
>  tests/shared/005  | 2 +-
>  tests/shared/007  | 2 +-
>  tests/xfs/133     | 2 +-
>  tests/xfs/134     | 2 +-
>  8 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/tests/generic/381 b/tests/generic/381
> index 6b6a12f..006f0d8 100755
> --- a/tests/generic/381
> +++ b/tests/generic/381
> @@ -1,5 +1,5 @@
>  #! /bin/bash
> -# FS QA Test 138
> +# FS QA Test 381
>  #
>  # Test xfs_quota when user or names beginning with digits.
>  # For example, create a 'limit' for a user or group named
> diff --git a/tests/generic/382 b/tests/generic/382
> index a2bc3ce..33326ff 100755
> --- a/tests/generic/382
> +++ b/tests/generic/382
> @@ -1,5 +1,5 @@
>  #! /bin/bash
> -# FS QA Test 260
> +# FS QA Test 382
>  #
>  # When default quota is set, all different quota types inherits the
>  # same default value, include group quota. So if a user quota limit
> diff --git a/tests/generic/383 b/tests/generic/383
> index be5b19b..183221e 100755
> --- a/tests/generic/383
> +++ b/tests/generic/383
> @@ -1,5 +1,5 @@
>  #! /bin/bash
> -# FS QA Test 133
> +# FS QA Test 383
>  #
>  # Test xfs_quota when project names beginning with digits.
>  #
> diff --git a/tests/generic/400 b/tests/generic/400
> index 36eb99b..3ad3020 100755
> --- a/tests/generic/400
> +++ b/tests/generic/400
> @@ -1,5 +1,5 @@
>  #! /bin/bash
> -# FS QA Test 394
> +# FS QA Test 400
>  #
>  # test out high quota ids retrieved by Q_GETNEXTQUOTA
>  # Request for next ID near 2^32 should not wrap to 0
> diff --git a/tests/shared/005 b/tests/shared/005
> index 2fca911..296de17 100755
> --- a/tests/shared/005
> +++ b/tests/shared/005
> @@ -1,5 +1,5 @@
>  #! /bin/bash
> -# FSQA Test No. 400
> +# FSQA Test No. 005

We ought to teach tools/mvtest to change these too... patch shortly.

--D

>  #
>  # Since loff_t is a signed type, it is invalid for a filesystem to load
>  # an inode with i_size = -1ULL.  Unfortunately, nobody checks this,
> diff --git a/tests/shared/007 b/tests/shared/007
> index c6f2520..0729ab8 100755
> --- a/tests/shared/007
> +++ b/tests/shared/007
> @@ -1,5 +1,5 @@
>  #! /bin/bash
> -# FSQA Test No. 401
> +# FSQA Test No. 007
>  #
>  # Since loff_t is a signed type, it is invalid for a filesystem to load
>  # an inode with i_size = -1ULL.  Unfortunately, nobody checks this,
> diff --git a/tests/xfs/133 b/tests/xfs/133
> index fcaaa39..d756d2e 100755
> --- a/tests/xfs/133
> +++ b/tests/xfs/133
> @@ -1,5 +1,5 @@
>  #! /bin/bash
> -# FSQA Test No. 400
> +# FSQA Test No. 133
>  #
>  # Since loff_t is a signed type, it is invalid for a filesystem to load
>  # an inode with i_size = -1ULL.  Unfortunately, nobody checks this,
> diff --git a/tests/xfs/134 b/tests/xfs/134
> index d299080..09466cd 100755
> --- a/tests/xfs/134
> +++ b/tests/xfs/134
> @@ -1,5 +1,5 @@
>  #! /bin/bash
> -# FSQA Test No. 401
> +# FSQA Test No. 134
>  #
>  # Since loff_t is a signed type, it is invalid for a filesystem to load
>  # an inode with i_size = -1ULL.  Unfortunately, nobody checks this,
> -- 
> 1.8.3.1
> 
> 
> 
> --
> 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:[~2017-01-23 18:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-23  3:48 [PATCH] fstests: fix wrong seq number in test Xiao Yang
2017-01-23 18:41 ` 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=20170123184103.GE14029@birch.djwong.org \
    --to=darrick.wong@oracle.com \
    --cc=fstests@vger.kernel.org \
    --cc=yangx.jy@cn.fujitsu.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