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 <smizr...@redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczew...@gmail.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to