public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fstests: fix wrong seq number in test
@ 2017-01-23  3:48 Xiao Yang
  2017-01-23 18:41 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Xiao Yang @ 2017-01-23  3:48 UTC (permalink / raw)
  To: fstests; +Cc: Xiao Yang

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
 #
 # 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fstests: fix wrong seq number in test
  2017-01-23  3:48 [PATCH] fstests: fix wrong seq number in test Xiao Yang
@ 2017-01-23 18:41 ` Darrick J. Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2017-01-23 18:41 UTC (permalink / raw)
  To: Xiao Yang; +Cc: fstests

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-23 18:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-23  3:48 [PATCH] fstests: fix wrong seq number in test Xiao Yang
2017-01-23 18:41 ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox