On 11.03.20 15:07, Max Reitz wrote: > data_file does not work with v2, and we probably want 026 to keep > working for v2 images. Thus, open a new file for v3-exclusive error > path test cases. > > Fixes: 81311255f217859413c94f2cd9cebf2684bbda94 > (“iotests/026: Test EIO on allocation in a data-file”) > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/026 | 31 ----------- > tests/qemu-iotests/026.out | 6 -- > tests/qemu-iotests/026.out.nocache | 6 -- > tests/qemu-iotests/289 | 89 ++++++++++++++++++++++++++++++ > tests/qemu-iotests/289.out | 8 +++ > tests/qemu-iotests/group | 1 + > 6 files changed, 98 insertions(+), 43 deletions(-) > create mode 100755 tests/qemu-iotests/289 > create mode 100644 tests/qemu-iotests/289.out Thanks for the review and test, applied to my block branch. Max