]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/run_xfstests_qemu.sh: disable 251, 260 and 288 44282/head
authorIlya Dryomov <idryomov@gmail.com>
Sun, 23 Jan 2022 15:32:57 +0000 (16:32 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Sun, 23 Jan 2022 19:16:29 +0000 (20:16 +0100)
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 <idryomov@gmail.com>
qa/run_xfstests_qemu.sh

index 8463a12dc4924b896b84026189a59ca64efe7a8e..1b5feadd363a3c570811467a0d98d0ee3e9bfc6e 100644 (file)
@@ -30,7 +30,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}"