Francesco Romani has posted comments on this change. Change subject: stomp: allow to mock monotonic_time method ......................................................................
Patch Set 2: Code-Review-1 (1 comment) a typo sneaked in. https://gerrit.ovirt.org/#/c/43745/2/lib/yajsonrpc/stomp.py File lib/yajsonrpc/stomp.py: Line 323: - StompAdapterImpl - responsible for server side Line 324: - AsyncClient - responsible for client side Line 325: """ Line 326: def __init__(self, connection, frame_handler, bufferSize=4096, Line 327: clock=utils.monotinic_time): typo: should be 'monotonic_time' Line 328: self._frame_handler = frame_handler Line 329: self.connection = connection Line 330: self._bufferSize = bufferSize Line 331: self._parser = Parser() -- To view, visit https://gerrit.ovirt.org/43745 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I59b65b12ddbcc547dc2bf45bf4dc3742a7778dea Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Dima Kuznetsov <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Yeela Kaplan <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
