qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] tests: Disable ipmi-bt-test


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH] tests: Disable ipmi-bt-test
Date: Mon, 21 Jan 2019 11:40:22 +0100

On Mon, Jan 21, 2019 at 11:39 AM Philippe Mathieu-Daudé
<address@hidden> wrote:
>
> Cc'ing Corey, the tests author.
>
> On 1/18/19 7:54 PM, Peter Maydell wrote:
> > The ipmi-bt-test fails intermittently, especially on the NetBSD VM.
> > The frequency of this failure has recently gone up sharply to the
> > point that I'm having to retry the NetBSD build multiple times
> > to get a pass when merging pull requests.
> >
> > Disable the test until we can figure out why it's failing.
> >
> > Signed-off-by: Peter Maydell <address@hidden>
>
> Acked-by: Philippe Mathieu-Daudé <address@hidden>

Oops wrong paste, FWIW:
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>

> > ---
> > Fed up with this failing all the time so let's just turn it off.
> > Feel free to investigate what's actually going wrong with it...
> >
> >  tests/Makefile.include | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/tests/Makefile.include b/tests/Makefile.include
> > index eaa81ee1d07..5e6b2c7058d 100644
> > --- a/tests/Makefile.include
> > +++ b/tests/Makefile.include
> > @@ -186,7 +186,8 @@ check-qtest-i386-$(CONFIG_SGA) += 
> > tests/boot-serial-test$(EXESUF)
> >  check-qtest-i386-$(CONFIG_SLIRP) += tests/pxe-test$(EXESUF)
> >  check-qtest-i386-y += tests/rtc-test$(EXESUF)
> >  check-qtest-i386-y += tests/ipmi-kcs-test$(EXESUF)
> > -check-qtest-i386-y += tests/ipmi-bt-test$(EXESUF)
> > +# Disabled temporarily as it fails intermittently especially under NetBSD 
> > VM
> > +# check-qtest-i386-y += tests/ipmi-bt-test$(EXESUF)
> >  check-qtest-i386-y += tests/i440fx-test$(EXESUF)
> >  check-qtest-i386-y += tests/fw_cfg-test$(EXESUF)
> >  check-qtest-i386-y += tests/drive_del-test$(EXESUF)
> >



reply via email to

[Prev in Thread] Current Thread [Next in Thread]