qemu-block
[Top][All Lists]
Advanced

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

Re: [PATCH 2/4] build: make check-block a meson test


From: Paolo Bonzini
Subject: Re: [PATCH 2/4] build: make check-block a meson test
Date: Mon, 17 Jan 2022 18:48:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0

On 1/17/22 11:09, Thomas Huth wrote:

+  qemu_iotests_formats = {
+    'raw': 'quick',
+    'qcow2': 'slow',
+    'qed': 'thorough',
+    'vmdk': 'thorough',
+    'vpc': 'thorough'
+  }

I think the default behavior for "quick" should be to test with qcow2 - most iotests require that format and that's what we're currently using with "make check-block" by default... i.e. please swap raw and qcow2 here.

You're right, also the tests should be disable on non-POSIX systems.

Paolo



reply via email to

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