[Libvirt-ci] Passed: libvirt/libvirt#177 (master - 1a4b21f)

Travis CI builds at travis-ci.org
Wed Jun 7 17:05:26 UTC 2017


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

Build: #177
Status: Passed

Duration: 49 minutes and 57 seconds
Commit: 1a4b21f (master)
Author: Michal Privoznik
Message: virNetClientStreamQueuePacket: Set st->incomingEOF on the end of stream

While reworking client side of streams, I had to postpone payload
decoding so that stream holes and stream data can be
distinguished in virNetClientStreamRecvPacket. That's merely what
18944b7aea46d does. However, I accidentally removed one important
bit: when server sends us an empty STREAM packet (with no
payload) - meaning end of stream - st->incomingEOF flag needs to
be set. It used to be before I touched the code. After I removed
it, virNetClientStreamRecvPacket will try to fetch more data from
the stream, but it will never come.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
Reviewed-by: Jim Fehlig <jfehlig at suse.com>

View the changeset: https://github.com/libvirt/libvirt/compare/836f85d13f36...1a4b21f1c67a

View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/240438896?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/20170607/32f89394/attachment.htm>


More information about the Libvirt-ci mailing list