Piotr Kliczewski has posted comments on this change. Change subject: stomp: use monotonic timer instead of clock ......................................................................
Patch Set 6: (1 comment) https://gerrit.ovirt.org/#/c/37056/6/lib/yajsonrpc/stomp.py File lib/yajsonrpc/stomp.py: Line 36: Line 37: _ESCAPE_CHARS = (('\\\\', '\\'), ('\\r', '\r'), ('\\n', '\n'), ('\\c', ':')) Line 38: Line 39: Line 40: elapsed_time = lambda: os.times()[4] > just saw in https://gerrit.ovirt.org/#/c/37098/3/lib/vdsm/sslutils.py that As per Dan's and this comment I will use what we already have. Line 41: Line 42: Line 43: class Command: Line 44: MESSAGE = "MESSAGE" -- To view, visit https://gerrit.ovirt.org/37056 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I58fa9009c72422f28065282cdb3b5d20f010ec80 Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Yeela Kaplan <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
