]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/qemu-iotests/tests/mirror-sparse: skip if O_DIRECT is not supported
authorMichael Tokarev <mjt@tls.msk.ru>
Tue, 5 Aug 2025 18:17:30 +0000 (21:17 +0300)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 5 Aug 2025 19:03:26 +0000 (15:03 -0400)
This test uses cache.direct=true, but does not check if O_DIRECT
is supported by the underlying filesystem, and fails, for example,
on a tmpfs (which is rather common on various auto-builders, in CI,
etc).

Fix this by using `_supported_cache_modes none directsync`.

Fixes: c0ddcb2cbc146e "tests: Add iotest mirror-sparse for recent patches"
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-ID: <20250805181731.282677-1-mjt@tls.msk.ru>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/qemu-iotests/tests/mirror-sparse

index cfcaa600ab4fb78c9ede444c075e873078f04291..3b183eea88afd2a899b9c4eb7b233f989f2fec28 100755 (executable)
@@ -40,6 +40,7 @@ cd ..
 _supported_fmt qcow2 raw  # Format of the source. dst is always raw file
 _supported_proto file
 _supported_os Linux
+_supported_cache_modes none directsync
 _require_disk_usage
 
 echo