You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Kenneth Giusti <kg...@apache.org> on 2013/12/06 17:29:34 UTC

Review Request 16084: [Python] Modify python API to consistenly use timeout values expressed as seconds.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16084/
-----------------------------------------------------------

Review request for qpid and Rafael Schloming.


Bugs: proton-475
    https://issues.apache.org/jira/browse/proton-475


Repository: qpid


Description
-------

See bug link.

This patch unfortunately changes the behavior of the API, and could break existing code.  The following methods are affected:

Transport.idle_timeout - value now in seconds (was msecs)
Transport.remote_idle_timeout - ditto
Transport.tick(now) - "now" changed to seconds since Epoch (was msecs)
Driver.wait(timeout) - timeout now in seconds (was msecs)

This change is consistent with the traditional use of time and timeouts under Python.


Diffs
-----

  /proton/trunk/proton-c/bindings/python/proton.py 1548123 
  /proton/trunk/tests/python/proton_tests/engine.py 1548123 

Diff: https://reviews.apache.org/r/16084/diff/


Testing
-------

unit tests


Thanks,

Kenneth Giusti


Re: Review Request 16084: [Python] Modify python API to consistenly use timeout values expressed as seconds.

Posted by Rafael Schloming <rh...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16084/#review30018
-----------------------------------------------------------

Ship it!


Ship It!

- Rafael Schloming


On Dec. 6, 2013, 4:29 p.m., Kenneth Giusti wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/16084/
> -----------------------------------------------------------
> 
> (Updated Dec. 6, 2013, 4:29 p.m.)
> 
> 
> Review request for qpid and Rafael Schloming.
> 
> 
> Bugs: proton-475
>     https://issues.apache.org/jira/browse/proton-475
> 
> 
> Repository: qpid
> 
> 
> Description
> -------
> 
> See bug link.
> 
> This patch unfortunately changes the behavior of the API, and could break existing code.  The following methods are affected:
> 
> Transport.idle_timeout - value now in seconds (was msecs)
> Transport.remote_idle_timeout - ditto
> Transport.tick(now) - "now" changed to seconds since Epoch (was msecs)
> Driver.wait(timeout) - timeout now in seconds (was msecs)
> 
> This change is consistent with the traditional use of time and timeouts under Python.
> 
> 
> Diffs
> -----
> 
>   /proton/trunk/proton-c/bindings/python/proton.py 1548123 
>   /proton/trunk/tests/python/proton_tests/engine.py 1548123 
> 
> Diff: https://reviews.apache.org/r/16084/diff/
> 
> 
> Testing
> -------
> 
> unit tests
> 
> 
> Thanks,
> 
> Kenneth Giusti
> 
>