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

2023-03-22 Thread Alex Bennée
Daniel P. Berrangé writes: > On Tue, Mar 21, 2023 at 11:51:02PM +, 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.ben...@linaro.or

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

2023-03-22 Thread Daniel P . Berrangé
On Tue, Mar 21, 2023 at 11:51:02PM +, 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.ben...@linaro.org > Signed-off-by: Alex Bennée > Cc:

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

2023-03-22 Thread Philippe Mathieu-Daudé
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.ben...@linaro.org Signed-off-by: Alex Bennée Cc: Daniel P. Berrangé --- tests/q

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

2023-03-21 Thread Alex Bennée
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.ben...@linaro.org Signed-off-by: Alex Bennée Cc: Daniel P. Berrangé --- tests/qemu-iotests/meson.build | 1 + 1 file ch