Message ID | 20240911085432.37828-10-xni@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | mdadm tests fix | expand |
Context | Check | Description |
---|---|---|
mdraidci/vmtest-md-6_12-PR | success | PR summary |
mdraidci/vmtest-md-6_12-VM_Test-0 | success | Logs for build-kernel |
On Wed, 11 Sep 2024 16:54:31 +0800 Xiao Ni <xni@redhat.com> wrote: > 09imsm-assemble can run successfully. > > Signed-off-by: Xiao Ni <xni@redhat.com> > --- > tests/09imsm-assemble.broken | 6 ------ > 1 file changed, 6 deletions(-) > delete mode 100644 tests/09imsm-assemble.broken > > diff --git a/tests/09imsm-assemble.broken b/tests/09imsm-assemble.broken > index a6d4d5cf911b..000000000000 > --- a/tests/09imsm-assemble.broken > +++ /dev/null > @@ -1,6 +0,0 @@ > -fails infrequently > - > -Fails roughly 1 in 10 runs with errors: > - > - mdadm: /dev/loop2 is still in use, cannot remove. > - /dev/loop2 removal from /dev/md/container should have succeeded you created dev/null (probably accidentally). I will remove it in new commit because I already merged it. Thanks, Mariusz
diff --git a/tests/09imsm-assemble.broken b/tests/09imsm-assemble.broken index a6d4d5cf911b..000000000000 --- a/tests/09imsm-assemble.broken +++ /dev/null @@ -1,6 +0,0 @@ -fails infrequently - -Fails roughly 1 in 10 runs with errors: - - mdadm: /dev/loop2 is still in use, cannot remove. - /dev/loop2 removal from /dev/md/container should have succeeded
09imsm-assemble can run successfully. Signed-off-by: Xiao Ni <xni@redhat.com> --- tests/09imsm-assemble.broken | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tests/09imsm-assemble.broken