]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Mark the MIPS replay tests as flaky
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 31 Oct 2025 09:41:17 +0000 (10:41 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 31 Oct 2025 11:49:46 +0000 (12:49 +0100)
commit1c11aa180714e8fb1df87923b6ddd0b17aa26204
treec1a8a29a7e8434ec04e01911c742620b2fd7379b
parent170a39f8fbb50f6b74c82e4731d52da167c6d934
tests/functional: Mark the MIPS replay tests as flaky

MIPS test_replay.py often times out (likely hang) under GitLab CI:

  2/21 qemu:func-thorough+func-mips64el-thorough+thorough / func-mips64el-replay   TIMEOUT   180.12s   killed by signal 15 SIGTERM

The console.log file is empty, and recording.logs only shows:

  qemu-system-mips64el: terminating on signal 15 from pid 344

Since this is a long term issue affecting our CI, disable the tests.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20251031094118.28440-2-philmd@linaro.org>
tests/functional/mips/test_replay.py
tests/functional/mips64el/test_replay.py