All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] generic: add shutdown group
@ 2017-02-03 23:01 Theodore Ts'o
  2017-02-04  3:47 ` Eryu Guan
  0 siblings, 1 reply; 3+ messages in thread
From: Theodore Ts'o @ 2017-02-03 23:01 UTC (permalink / raw)
  To: fstests; +Cc: Theodore Ts'o

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
---
 tests/generic/group | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/tests/generic/group b/tests/generic/group
index 159d691b..9b06ba72 100644
--- a/tests/generic/group
+++ b/tests/generic/group
@@ -44,20 +44,20 @@
 039 metadata auto quick
 040 metadata auto quick
 041 metadata auto quick
-042 rw punch zero
-043 metadata log auto
-044 metadata log auto
-045 metadata log auto
-046 metadata log auto
-047 metadata rw auto
-048 metadata rw auto
-049 metadata rw auto
-050 mount auto quick
-051 auto stress log metadata repair
-052 log auto quick
+042 shutdown rw punch zero
+043 shutdown metadata log auto
+044 shutdown metadata log auto
+045 shutdown metadata log auto
+046 shutdown metadata log auto
+047 shutdown metadata rw auto
+048 shutdown metadata rw auto
+049 shutdown metadata rw auto
+050 shutdown mount auto quick
+051 shutdown auto stress log metadata repair
+052 shutdown log auto quick
 053 acl repair auto quick
-054 log v2log auto
-055 log v2log auto quota stress
+054 shutdown log v2log auto
+055 shutdown log v2log auto quota stress
 056 metadata auto quick
 057 metadata auto quick
 058 auto quick prealloc punch insert
@@ -390,11 +390,11 @@
 385 quota auto quick
 386 auto quick quota
 387 auto clone
-388 auto log metadata
+388 shutdown auto log metadata
 389 auto quick acl
 390 auto freeze stress dangerous
 391 auto quick rw
-392 auto quick metadata
+392 shutdown auto quick metadata
 393 auto quick rw
 394 auto quick
 395 auto quick encrypt
-- 
2.11.0.rc0.7.gbe5a750


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

* Re: [PATCH] generic: add shutdown group
  2017-02-03 23:01 [PATCH] generic: add shutdown group Theodore Ts'o
@ 2017-02-04  3:47 ` Eryu Guan
  2017-02-04  5:24   ` Theodore Ts'o
  0 siblings, 1 reply; 3+ messages in thread
From: Eryu Guan @ 2017-02-04  3:47 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: fstests

On Fri, Feb 03, 2017 at 06:01:37PM -0500, Theodore Ts'o wrote:
> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
> ---
>  tests/generic/group | 30 +++++++++++++++---------------
>  1 file changed, 15 insertions(+), 15 deletions(-)

I notice that there're also some xfs tests are doing shutdown, I think
they belong to shutdown group too, e.g.

xfs/051
xfs/079
xfs/121
xfs/181
xfs/212

I can update the patch at commit time if you think it's ok.

Thanks,
Eryu

> 
> diff --git a/tests/generic/group b/tests/generic/group
> index 159d691b..9b06ba72 100644
> --- a/tests/generic/group
> +++ b/tests/generic/group
> @@ -44,20 +44,20 @@
>  039 metadata auto quick
>  040 metadata auto quick
>  041 metadata auto quick
> -042 rw punch zero
> -043 metadata log auto
> -044 metadata log auto
> -045 metadata log auto
> -046 metadata log auto
> -047 metadata rw auto
> -048 metadata rw auto
> -049 metadata rw auto
> -050 mount auto quick
> -051 auto stress log metadata repair
> -052 log auto quick
> +042 shutdown rw punch zero
> +043 shutdown metadata log auto
> +044 shutdown metadata log auto
> +045 shutdown metadata log auto
> +046 shutdown metadata log auto
> +047 shutdown metadata rw auto
> +048 shutdown metadata rw auto
> +049 shutdown metadata rw auto
> +050 shutdown mount auto quick
> +051 shutdown auto stress log metadata repair
> +052 shutdown log auto quick
>  053 acl repair auto quick
> -054 log v2log auto
> -055 log v2log auto quota stress
> +054 shutdown log v2log auto
> +055 shutdown log v2log auto quota stress
>  056 metadata auto quick
>  057 metadata auto quick
>  058 auto quick prealloc punch insert
> @@ -390,11 +390,11 @@
>  385 quota auto quick
>  386 auto quick quota
>  387 auto clone
> -388 auto log metadata
> +388 shutdown auto log metadata
>  389 auto quick acl
>  390 auto freeze stress dangerous
>  391 auto quick rw
> -392 auto quick metadata
> +392 shutdown auto quick metadata
>  393 auto quick rw
>  394 auto quick
>  395 auto quick encrypt
> -- 
> 2.11.0.rc0.7.gbe5a750
> 
> --
> 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] 3+ messages in thread

* Re: [PATCH] generic: add shutdown group
  2017-02-04  3:47 ` Eryu Guan
@ 2017-02-04  5:24   ` Theodore Ts'o
  0 siblings, 0 replies; 3+ messages in thread
From: Theodore Ts'o @ 2017-02-04  5:24 UTC (permalink / raw)
  To: Eryu Guan; +Cc: fstests

On Sat, Feb 04, 2017 at 11:47:52AM +0800, Eryu Guan wrote:
> On Fri, Feb 03, 2017 at 06:01:37PM -0500, Theodore Ts'o wrote:
> > Signed-off-by: Theodore Ts'o <tytso@mit.edu>
> > ---
> >  tests/generic/group | 30 +++++++++++++++---------------
> >  1 file changed, 15 insertions(+), 15 deletions(-)
> 
> I notice that there're also some xfs tests are doing shutdown, I think
> they belong to shutdown group too, e.g.
> 
> xfs/051
> xfs/079
> xfs/121
> xfs/181
> xfs/212
> 
> I can update the patch at commit time if you think it's ok.

Sure.  I should have checked the xfs tests as well, thanks.

      	       	 	     	     	 - Ted

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

end of thread, other threads:[~2017-02-04  5:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-03 23:01 [PATCH] generic: add shutdown group Theodore Ts'o
2017-02-04  3:47 ` Eryu Guan
2017-02-04  5:24   ` Theodore Ts'o

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.