Message ID | 20240418102321.95384-6-xni@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | mdadm tests fix and enhance | expand |
On Thu, 18 Apr 2024 18:23:21 +0800 Xiao Ni <xni@redhat.com> wrote: > 01raid6integ can be run successfully with kernel 6.9.0-rc3. > So remove 01raid6integ.broken. > > Signed-off-by: Xiao Ni <xni@redhat.com> > --- I don't follow the *.broken file concept. We could also describe that in comment in the test, so LGTM for the changes. If you want to, you can remove all *.broken files and add some comments in test instead. If we have some tests failing marked as broken long time ago, you can either remove those scenarios as we are obiously not interested in fixing those scenarios. Mariusz
On Fri, Apr 19, 2024 at 3:06 AM Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> wrote: > > On Thu, 18 Apr 2024 18:23:21 +0800 > Xiao Ni <xni@redhat.com> wrote: > > > 01raid6integ can be run successfully with kernel 6.9.0-rc3. > > So remove 01raid6integ.broken. > > > > Signed-off-by: Xiao Ni <xni@redhat.com> > > --- > I don't follow the *.broken file concept. We could also describe that in comment > in the test, so LGTM for the changes. > > If you want to, you can remove all *.broken files and add some comments > in test instead. If we have some tests failing marked as broken long time ago, > you can either remove those scenarios as we are obiously not interested in > fixing those scenarios. test script has options to skip broken tests (--skip-broken, --skip-always-broken). If we remove all the .broken files, we need to update the script to handle comments in the test file. Thanks, Song
On Fri, Apr 19, 2024 at 11:58 PM Song Liu <song@kernel.org> wrote: > > On Fri, Apr 19, 2024 at 3:06 AM Mariusz Tkaczyk > <mariusz.tkaczyk@linux.intel.com> wrote: > > > > On Thu, 18 Apr 2024 18:23:21 +0800 > > Xiao Ni <xni@redhat.com> wrote: > > > > > 01raid6integ can be run successfully with kernel 6.9.0-rc3. > > > So remove 01raid6integ.broken. > > > > > > Signed-off-by: Xiao Ni <xni@redhat.com> > > > --- > > I don't follow the *.broken file concept. We could also describe that in comment > > in the test, so LGTM for the changes. > > > > If you want to, you can remove all *.broken files and add some comments > > in test instead. If we have some tests failing marked as broken long time ago, > > you can either remove those scenarios as we are obiously not interested in > > fixing those scenarios. > > test script has options to skip broken tests (--skip-broken, > --skip-always-broken). > If we remove all the .broken files, we need to update the script to handle > comments in the test file. > > Thanks, > Song > Hi all I'll try to fix all the broken test cases this time and remove the *.broken Thanks Xiao
On Mon, 22 Apr 2024 21:54:14 +0800 Xiao Ni <xni@redhat.com> wrote: > On Fri, Apr 19, 2024 at 11:58 PM Song Liu <song@kernel.org> wrote: > > > > On Fri, Apr 19, 2024 at 3:06 AM Mariusz Tkaczyk > > <mariusz.tkaczyk@linux.intel.com> wrote: > > > > > > On Thu, 18 Apr 2024 18:23:21 +0800 > > > Xiao Ni <xni@redhat.com> wrote: > > > > > > > 01raid6integ can be run successfully with kernel 6.9.0-rc3. > > > > So remove 01raid6integ.broken. > > > > > > > > Signed-off-by: Xiao Ni <xni@redhat.com> > > > > --- > > > I don't follow the *.broken file concept. We could also describe that in > > > comment in the test, so LGTM for the changes. > > > > > > If you want to, you can remove all *.broken files and add some comments > > > in test instead. If we have some tests failing marked as broken long time > > > ago, you can either remove those scenarios as we are obiously not > > > interested in fixing those scenarios. > > > > test script has options to skip broken tests (--skip-broken, > > --skip-always-broken). > > If we remove all the .broken files, we need to update the script to handle > > comments in the test file. > > > > Thanks, > > Song > > > > Hi all > > I'll try to fix all the broken test cases this time and remove the *.broken > > Thanks > Xiao > > Anyway, this one removes one .broken file so applying! Thanks, Mariusz
diff --git a/tests/01raid6integ.broken b/tests/01raid6integ.broken deleted file mode 100644 index 1df735f08c8c..000000000000 --- a/tests/01raid6integ.broken +++ /dev/null @@ -1,7 +0,0 @@ -fails infrequently - -Fails about 1 in 5 with a sha mismatch: - - 8286c2bc045ae2cfe9f8b7ae3a898fa25db6926f /dev/md0 does not match - a083a0738b58caab37fd568b91b177035ded37df /dev/md0 with /dev/loop2 and - /dev/loop3 missing
01raid6integ can be run successfully with kernel 6.9.0-rc3. So remove 01raid6integ.broken. Signed-off-by: Xiao Ni <xni@redhat.com> --- tests/01raid6integ.broken | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/01raid6integ.broken