]> git.proxmox.com Git - mirror_qemu.git/commit - tests/qemu-iotests/143.out
nbd: Fix iotests failure due to changed client error message
authorEric Blake <eblake@redhat.com>
Mon, 17 Jul 2017 14:23:10 +0000 (09:23 -0500)
committerEric Blake <eblake@redhat.com>
Mon, 17 Jul 2017 18:57:42 +0000 (13:57 -0500)
commit9a76bd783d0421962e8c65bb853a57eef4897720
tree08cb44e2eac3dcae1d1095797e39ba8765551239
parentca4e667dbf431d4a2a5a619cde79d30dd2ac3eb2
nbd: Fix iotests failure due to changed client error message

Commit 8ecaeae8 changed the way the client requests an NBD export,
and in the process also changed the resulting error message when
the export is not present, breaking a couple of iotests.  The error
message is now directly given by the server (a failed NBD_OPT_GO)
instead of implied by the client (after exhausting NBD_OPT_LIST),
but looking at the testsuite changes, it proves worthwhile to
reword the error message to be slightly less verbose (as this is
one particular error message likely to be hit by a user).

Note that the error message is now sensitive to which binary is
running the server as well as the client (since the expected
output is replaying a message received from the server - for that
matter, it depends on a server new enough to understand NBD_OPT_GO);
in general iotests are run on client and server from the same source
code base so the default setup will pass; but if it proves
problematic for people overriding QEMU_PROG, QEMU_IMG_PROG,
QEMU_IO_PROG, and QEMU_NBD_PROG to point across multiple builds for
cross-version integration testing, we may have to later tweak or
sanitize the output somehow.

Reported-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20170717142310.17048-1-eblake@redhat.com>
Tested-by: John Snow <jsnow@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
nbd/client.c
tests/qemu-iotests/140.out
tests/qemu-iotests/143.out