[Libvirt-ci] Still Failing: libvirt/libvirt#276 (master - c8fb3c3)

Travis CI builds at travis-ci.org
Tue Jul 11 14:56:41 UTC 2017


Build Update for libvirt/libvirt
-------------------------------------

Build: #276
Status: Still Failing

Duration: 26 minutes and 57 seconds
Commit: c8fb3c3 (master)
Author: Daniel P. Berrange
Message: rpc: improve error message for bounds check

If we exceed a fixed limit in RPC code we get a horrible message
like this, if the parameter type is a 'string', because we forgot
to initialize the error message type field:

  $ virsh snapshot-list ostack1
  error: too many remote undefineds: 1329 > 1024

It would also be useful to know which RPC call and field was
exceeded. So this patch makes us report:

  $ virsh snapshot-list ostack1
  error: too many remote undefineds: 1329 > 1024,
  in parameter 'names' for 'virDomainSnapshotListNames'

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>

View the changeset: https://github.com/libvirt/libvirt/compare/2277edb96473...c8fb3c315944

View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/252427972?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-ci/attachments/20170711/8c3d155d/attachment.htm>


More information about the Libvirt-ci mailing list