25.10.2019 17:28, Max Reitz wrote: > On 23.10.19 04:01, Eric Blake wrote: >> From: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com> >> >> Add test, which starts backup to nbd target and restarts nbd server >> during backup. >> >> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com> >> Message-Id: <20191009084158.15614-4-vsement...@virtuozzo.com> >> Reviewed-by: Eric Blake <ebl...@redhat.com> >> Signed-off-by: Eric Blake <ebl...@redhat.com> >> --- >> 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