qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH] tests/qemu-iotests: serialise all the qemu-iotests


From: Philippe Mathieu-Daudé
Subject: Re: [RFC PATCH] tests/qemu-iotests: serialise all the qemu-iotests
Date: Wed, 22 Mar 2023 09:54:15 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

On 22/3/23 00:51, Alex Bennée wrote:
Something on OpenBSD fails with multiple tests running at once and
fiddling with J=1 on invocation just made everything else very slow.

Based-on: 20230318114644.1340899-1-alex.bennee@linaro.org
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Daniel P. Berrangé <berrange@redhat.com>
---
  tests/qemu-iotests/meson.build | 1 +
  1 file changed, 1 insertion(+)

diff --git a/tests/qemu-iotests/meson.build b/tests/qemu-iotests/meson.build
index a162f683ef..d572205a60 100644
--- a/tests/qemu-iotests/meson.build
+++ b/tests/qemu-iotests/meson.build
@@ -64,6 +64,7 @@ foreach format, speed: qemu_iotests_formats
             depends: qemu_iotests_binaries,
             env: qemu_iotests_env,
             protocol: 'tap',
+           is_parallel : false,

Per the commit description, what about:

              is_parallel: targetos != 'openbsd',

?

             timeout: 180,
             suite: suites)
    endforeach




reply via email to

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