25.10.2019 17:28, Max Reitz wrote: > On 23.10.19 04:01, Eric Blake wrote: >> From: Vladimir Sementsov-Ogievskiy <[email protected]> >> >> Add test, which starts backup to nbd target and restarts nbd server >> during backup. >> >> Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]> >> Message-Id: <[email protected]> >> Reviewed-by: Eric Blake <[email protected]> >> Signed-off-by: Eric Blake <[email protected]> >> --- >> tests/qemu-iotests/264 | 95 +++++++++++++++++++++++++++++++++++ >> tests/qemu-iotests/264.out | 13 +++++ >> tests/qemu-iotests/group | 1 + >> tests/qemu-iotests/iotests.py | 11 ++++ >> 4 files changed, 120 insertions(+) >> create mode 100755 tests/qemu-iotests/264 >> create mode 100644 tests/qemu-iotests/264.out > > I suppose this test should limit the supported image formats. For me, > it fails for at least LUKS, cloop, and vpc. (Due to different reasons > for each format.) >
Sorry for this. I should finally remember to (almost) always restrict my tests to qcow2. Patch sent. -- Best regards, Vladimir
