Message ID | 20170203230137.25941-1-tytso@mit.edu (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 -- 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
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 -- 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
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
Signed-off-by: Theodore Ts'o <tytso@mit.edu> --- tests/generic/group | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-)