From 90d351aefbb203c9b6a5d243aca4b350b7b71003 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Sun, 23 Jan 2022 16:32:57 +0100 Subject: [PATCH] qa/run_xfstests_qemu.sh: disable 251, 260 and 288 All three are skipped with virtio disks: 251 [not run] FITRIM not supported on /dev/vdc 260 [not run] FITRIM not supported on /dev/vdc 288 [not run] FITRIM not supported on /dev/vdc But 260 and 288 fail with ide disks, where discard defaults to on. The ancient kernel in our ubuntu-12.04.qcow2 doesn't support virtio discard anyway so let's just disable them for consistency. Signed-off-by: Ilya Dryomov (cherry picked from commit b274bca1b2dfd7a46f66d2075f20fba2d2b1f73b) --- qa/run_xfstests_qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/run_xfstests_qemu.sh b/qa/run_xfstests_qemu.sh index 223d8cb7e837..4849a6c1ef57 100644 --- a/qa/run_xfstests_qemu.sh +++ b/qa/run_xfstests_qemu.sh @@ -34,7 +34,7 @@ fi ./"${SCRIPT}" -c 1 -f xfs -t "${TEST_DEV}" -s "${SCRATCH_DEV}" \ 1-7 9-17 19-26 28-49 51-61 63 66-67 69-79 83 85-105 108-110 112-135 \ 137-170 174-191 193-204 206-217 220-227 230-231 233 235-241 243-249 \ - 251-262 264-278 281-286 288-289 + 252-259 261-262 264-278 281-286 289 STATUS=$? rm -f "${SCRIPT}" -- 2.47.3