Change in vdsm[master]: tests: ignore empty frame

ybronhei at redhat.com ybronhei at redhat.com
Thu Sep 17 07:56:10 UTC 2015


Yaniv Bronhaim has posted comments on this change.

Change subject: tests: ignore empty frame
......................................................................


Patch Set 1: Code-Review-1

(1 comment)

https://gerrit.ovirt.org/#/c/42919/1/lib/yajsonrpc/stomp.py
File lib/yajsonrpc/stomp.py:

Line 355:             parser.parse(data)
Line 356: 
Line 357:         while parser.pending > 0:
Line 358:             frame = parser.popFrame()
Line 359:             if frame is not None:
> This patch was pushed because from time to time there were issues when buil
so lets avoid it for now. it can cover a bug that better to see and understand
Line 360:                 self._frame_handler.handle_frame(self, frame)
Line 361: 
Line 362:     def popFrame(self):
Line 363:         return self._parser.popFrame()


-- 
To view, visit https://gerrit.ovirt.org/42919
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I34566c77e965c46b3aff3045abb867f4856384ea
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list