[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH] tests/qemu-iotests: serialise all the qemu-iotests
From: |
Alex Bennée |
Subject: |
[RFC PATCH] tests/qemu-iotests: serialise all the qemu-iotests |
Date: |
Tue, 21 Mar 2023 23:51:02 +0000 |
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,
timeout: 180,
suite: suites)
endforeach
--
2.39.2
- [RFC PATCH] tests/qemu-iotests: serialise all the qemu-iotests,
Alex Bennée <=