[libvirt] [PATCH 1/3] tests: Return failures immediately in virErrorTestMsgs

Peter Krempa pkrempa at redhat.com
Tue Dec 18 10:34:50 UTC 2018


On Mon, Dec 17, 2018 at 09:55:46 -0500, John Ferlan wrote:
> Rather than chancing calling strchr when @err_noinfo == NULL or
> calling virErrorTestMsgFormatInfoOne when @err_info == NULL, both
> of which would fail, let's just return -1 immediately when we
> encounter an error.
> 
> Signed-off-by: John Ferlan <jferlan at redhat.com>
> ---
>  tests/virerrortest.c | 11 +++++------
>  1 file changed, 5 insertions(+), 6 deletions(-)

This would make the test hard to diagnose as it spits out one failure at
time. I prefer you add the checks explicitly.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20181218/7631b7fd/attachment-0001.sig>


More information about the libvir-list mailing list