Message ID | 20200413072449.14268-1-vladimir@tuxera.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] generic: assign a few tests to additional groups | expand |
On Mon, Apr 13, 2020 at 10:24:49AM +0300, Vladimir Zapolskiy wrote: > The rationale behind the proposed changes is to correct and improve > granularity of some generic tests, so it becomes possible to control > lists of run tests better, if there is given additional information > about a test environment and tested filesystems. > > * generic/459 test is added to freeze group > * generic/482 test is added to thin group > * generic/529 test is added to acl group > * generic/530 test is added to shutdown group > > Signed-off-by: Vladimir Zapolskiy <vladimir@tuxera.com> > --- > Changes from v1 to v2: > * squashed the changes into one as asked by Eryu Guan Looks good to me. Reviewed-by: Zorro Lang <zlang@redhat.com> > > tests/generic/group | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/tests/generic/group b/tests/generic/group > index 99d06c9ad945..718575baeef9 100644 > --- a/tests/generic/group > +++ b/tests/generic/group > @@ -461,7 +461,7 @@ > 456 auto quick metadata collapse zero prealloc > 457 auto log replay clone > 458 auto quick clone collapse zero > -459 auto thin > +459 auto freeze thin > 460 auto quick rw > 461 auto shutdown stress > 462 auto quick dax > @@ -484,7 +484,7 @@ > 479 auto quick metadata log > 480 auto quick metadata log > 481 auto quick log metadata > -482 auto metadata replay > +482 auto metadata replay thin > 483 auto quick log metadata > 485 auto quick insert > 486 auto quick attr > @@ -530,8 +530,8 @@ > 526 auto quick log > 527 auto quick log > 528 auto quick > -529 auto quick attr > -530 auto quick unlink > +529 auto quick acl attr > +530 auto quick shutdown unlink > 531 auto quick unlink > 532 auto quick > 533 auto quick attr > -- > 2.25.1 >
diff --git a/tests/generic/group b/tests/generic/group index 99d06c9ad945..718575baeef9 100644 --- a/tests/generic/group +++ b/tests/generic/group @@ -461,7 +461,7 @@ 456 auto quick metadata collapse zero prealloc 457 auto log replay clone 458 auto quick clone collapse zero -459 auto thin +459 auto freeze thin 460 auto quick rw 461 auto shutdown stress 462 auto quick dax @@ -484,7 +484,7 @@ 479 auto quick metadata log 480 auto quick metadata log 481 auto quick log metadata -482 auto metadata replay +482 auto metadata replay thin 483 auto quick log metadata 485 auto quick insert 486 auto quick attr @@ -530,8 +530,8 @@ 526 auto quick log 527 auto quick log 528 auto quick -529 auto quick attr -530 auto quick unlink +529 auto quick acl attr +530 auto quick shutdown unlink 531 auto quick unlink 532 auto quick 533 auto quick attr
The rationale behind the proposed changes is to correct and improve granularity of some generic tests, so it becomes possible to control lists of run tests better, if there is given additional information about a test environment and tested filesystems. * generic/459 test is added to freeze group * generic/482 test is added to thin group * generic/529 test is added to acl group * generic/530 test is added to shutdown group Signed-off-by: Vladimir Zapolskiy <vladimir@tuxera.com> --- Changes from v1 to v2: * squashed the changes into one as asked by Eryu Guan tests/generic/group | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)