Change in vdsm[master]: [WIP] broker_support

piotr.kliczewski at gmail.com piotr.kliczewski at gmail.com
Tue Mar 10 13:03:54 UTC 2015


Piotr Kliczewski has posted comments on this change.

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


Patch Set 5:

(1 comment)

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

Line 64:             stomp.Command.UNSUBSCRIBE: self._cmd_unsubscribe}
Line 65: 
Line 66:     @property
Line 67:     def has_outgoing_messages(self):
Line 68:         return (self._outbox.count > 0)
When running on el6:
AttributeError: 'collections.deque' object has no attribute 'count'
Line 69: 
Line 70:     def peek_message(self):
Line 71:         return self._outbox[0]
Line 72: 


-- 
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