Change in vdsm[master]: [WIP] broker_support

piotr.kliczewski at gmail.com piotr.kliczewski at gmail.com
Tue Mar 10 11:46:10 UTC 2015


Piotr Kliczewski has posted comments on this change.

Change subject: [WIP] broker_support
......................................................................


Patch Set 5: Verified-1

(1 comment)

https://gerrit.ovirt.org/#/c/36368/5/lib/yajsonrpc/stomp.py
File lib/yajsonrpc/stomp.py:

Line 409:         self._outbox.append(frame)
Line 410: 
Line 411:     @property
Line 412:     def has_outgoing_messages(self):
Line 413:         return (self._outbox.count > 0)
When running on el6:

AttributeError: 'collections.deque' object has no attribute 'count'
Line 414: 
Line 415:     def peek_message(self):
Line 416:         return self._outbox[0]
Line 417: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I8e43658f1cebd637ea3abf4396d388afa041ae71
Gerrit-PatchSet: 5
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list