Re: [PATCH 1/4 v2] mdadm/tests: Fix regular expression failure

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Sep 28, 2023 at 5:25 PM Mariusz Tkaczyk
<mariusz.tkaczyk@xxxxxxxxxxxxxxx> wrote:
>
> On Wed, 27 Sep 2023 10:52:16 +0800
> Xiao Ni <xni@xxxxxxxxxx> wrote:
>
> > The test fails because of the regular expression.
> >
> > Signed-off-by: Xiao Ni <xni@xxxxxxxxxx>
> > ---
> >  tests/06name | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/tests/06name b/tests/06name
> > index 4d5e824d3e0e..86eaab69e3a1 100644
> > --- a/tests/06name
> > +++ b/tests/06name
> > @@ -3,8 +3,8 @@ set -x
> >  # create an array with a name
> >
> >  mdadm -CR $md0 -l0 -n2 --metadata=1 --name="Fred" $dev0 $dev1
> > -mdadm -E $dev0 | grep 'Name : [^:]*:Fred ' > /dev/null || exit 1
> > -mdadm -D $md0 | grep 'Name : [^:]*:Fred ' > /dev/null || exit 1
> > +mdadm -E $dev0 | grep 'Name : Fred' > /dev/null || exit 1
> > +mdadm -D $md0 | grep 'Name : Fred' > /dev/null || exit 1
> >  mdadm -S $md0
> >
> >  mdadm -A $md0 --name="Fred" $devlist
>
> Hello Xiao,
> I can see that it is not sent first time. Previous version was moved by me to
> the "awaiting_upstream" state on patchwork but I forgot to answer.
> You don't need to send it again. I'm ignoring this one. Anyway, here my
> approval:
>
> Reviewed-by: Mariusz Tkaczyk <mariusz.tkaczyk@xxxxxxxxxxxxxxx>
>
> https://patchwork.kernel.org/project/linux-raid/patch/20230907085744.18967-1-xni@xxxxxxxxxx/

Thanks for the information :)

Regards
Xiao
>
> Thanks,
> Mariusz
>





[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux