[PATCH 0/2] acpi/tests/avocado/bits: disable smilatency tests

Ani Sinha posted 2 patches 10 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240108103643.4434-1-anisinha@redhat.com
Maintainers: Cleber Rosa <crosa@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
.../acpi-bits/bits-tests/smilatency.py2       | 107 ++++++++++++++++++
1 file changed, 107 insertions(+)
create mode 100644 tests/avocado/acpi-bits/bits-tests/smilatency.py2
[PATCH 0/2] acpi/tests/avocado/bits: disable smilatency tests
Posted by Ani Sinha 10 months, 3 weeks ago
Import smilatency test from bios-bits and disable it. It is causing some
flakyness and occassional failures in bios-bits avocado tests.
Please see ticket https://gitlab.com/qemu-project/qemu/-/issues/2077

CC: peter.maydell@linaro.org
CC: crosa@redhat.com
CC: philmd@linaro.org
CC: bleal@redhat.com
CC: mst@redhat.com
CC: wainersm@redhat.com
CC: qemu-devel@nongnu.org

Ani Sinha (2):
  acpi/tests/avocado/bits: import smilatency test from bits in order to
    disable it
  acpi/tests/avocado/bits: disable smilatency tests

 .../acpi-bits/bits-tests/smilatency.py2       | 107 ++++++++++++++++++
 1 file changed, 107 insertions(+)
 create mode 100644 tests/avocado/acpi-bits/bits-tests/smilatency.py2

-- 
2.42.0
Re: [PATCH 0/2] acpi/tests/avocado/bits: disable smilatency tests
Posted by Peter Maydell 10 months, 3 weeks ago
On Mon, 8 Jan 2024 at 10:36, Ani Sinha <anisinha@redhat.com> wrote:
>
> Import smilatency test from bios-bits and disable it. It is causing some
> flakyness and occassional failures in bios-bits avocado tests.
> Please see ticket https://gitlab.com/qemu-project/qemu/-/issues/2077

Thanks, I've applied these directly to master in the hope
of fixing the CI flakiness. This test seemed to be failing
on almost every pullreq, so the fact I didn't see an issue
with it when applying these is a promising sign. I'll keep
an eye out for whether it still turns up as a failure in
future.

-- PMM