* [RFC PATCH] tests/avocado: mark ReplayKernelNormal.test_mips64el_malta as flaky
@ 2023-12-01 20:10 Alex Bennée
2023-12-01 20:40 ` Philippe Mathieu-Daudé
2023-12-04 15:26 ` Philippe Mathieu-Daudé
0 siblings, 2 replies; 3+ messages in thread
From: Alex Bennée @ 2023-12-01 20:10 UTC (permalink / raw)
To: qemu-devel
Cc: Alex Bennée, Philippe Mathieu-Daudé, Pavel Dovgalyuk,
Paolo Bonzini, Cleber Rosa, Wainer dos Santos Moschetta,
Beraldo Leal
I missed this when going through the recent failure logs. I can run
the test 30 times without failure locally but it seems to hang pretty
reliably on GitLab's CI infra-structure.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
---
tests/avocado/replay_kernel.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/avocado/replay_kernel.py b/tests/avocado/replay_kernel.py
index af086eab08..c37afa662c 100644
--- a/tests/avocado/replay_kernel.py
+++ b/tests/avocado/replay_kernel.py
@@ -119,6 +119,8 @@ def test_mips_malta(self):
self.run_rr(kernel_path, kernel_command_line, console_pattern, shift=5)
+ # See https://gitlab.com/qemu-project/qemu/-/issues/2013
+ @skipUnless(os.getenv('QEMU_TEST_FLAKY_TESTS'), 'Test is unstable on GitLab')
def test_mips64el_malta(self):
"""
This test requires the ar tool to extract "data.tar.gz" from
@@ -134,6 +136,7 @@ def test_mips64el_malta(self):
:avocado: tags=arch:mips64el
:avocado: tags=machine:malta
+ :avocado: tags=flaky
"""
deb_url = ('http://snapshot.debian.org/archive/debian/'
'20130217T032700Z/pool/main/l/linux-2.6/'
--
2.39.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [RFC PATCH] tests/avocado: mark ReplayKernelNormal.test_mips64el_malta as flaky
2023-12-01 20:10 [RFC PATCH] tests/avocado: mark ReplayKernelNormal.test_mips64el_malta as flaky Alex Bennée
@ 2023-12-01 20:40 ` Philippe Mathieu-Daudé
2023-12-04 15:26 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-12-01 20:40 UTC (permalink / raw)
To: Alex Bennée, qemu-devel
Cc: Pavel Dovgalyuk, Paolo Bonzini, Cleber Rosa,
Wainer dos Santos Moschetta, Beraldo Leal
On 1/12/23 21:10, Alex Bennée wrote:
> I missed this when going through the recent failure logs. I can run
> the test 30 times without failure locally but it seems to hang pretty
> reliably on GitLab's CI infra-structure.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> tests/avocado/replay_kernel.py | 3 +++
> 1 file changed, 3 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [RFC PATCH] tests/avocado: mark ReplayKernelNormal.test_mips64el_malta as flaky
2023-12-01 20:10 [RFC PATCH] tests/avocado: mark ReplayKernelNormal.test_mips64el_malta as flaky Alex Bennée
2023-12-01 20:40 ` Philippe Mathieu-Daudé
@ 2023-12-04 15:26 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-12-04 15:26 UTC (permalink / raw)
To: Alex Bennée, qemu-devel
Cc: Pavel Dovgalyuk, Paolo Bonzini, Cleber Rosa,
Wainer dos Santos Moschetta, Beraldo Leal
On 1/12/23 21:10, Alex Bennée wrote:
> I missed this when going through the recent failure logs. I can run
> the test 30 times without failure locally but it seems to hang pretty
> reliably on GitLab's CI infra-structure.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> tests/avocado/replay_kernel.py | 3 +++
> 1 file changed, 3 insertions(+)
Thanks, queued in misc-fixes.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-04 15:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-01 20:10 [RFC PATCH] tests/avocado: mark ReplayKernelNormal.test_mips64el_malta as flaky Alex Bennée
2023-12-01 20:40 ` Philippe Mathieu-Daudé
2023-12-04 15:26 ` Philippe Mathieu-Daudé
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).