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



proton/trunk/tests/python/proton_tests/messenger.py
<https://reviews.apache.org/r/22528/#comment80490>

    On retest without the .outgoing and .incoming flush the windows works just 
fine.
    I put random asserts into original test and windows stops and the random 
assert messages are printed. No cleanup needed.
    I'll submit another patch, without the annoying red trailing white space.


- Chug Rolke


On June 12, 2014, 8:38 p.m., Chug Rolke wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/22528/
> -----------------------------------------------------------
> 
> (Updated June 12, 2014, 8:38 p.m.)
> 
> 
> Review request for qpid, Kenneth Giusti and Rafael Schloming.
> 
> 
> Bugs: PROTON-606
>     https://issues.apache.org/jira/browse/PROTON-606
> 
> 
> Repository: qpid
> 
> 
> Description
> -------
> 
> On windows (python 2.6.1) the server in testCreditRebalance won't shut down 
> when client2 in the test is not stopped. Since the test may assert at a 
> random place there's no way to guarantee client2's state. 
> 
> * Promote test client2 messenger to be a full class member
> * In teardown() when a messenger's outgoing > 0 then call settle()
> * In teardown() while incoming > 0 call get()
> * Add a new test that formerly hung the server but is now fixed
> 
> 
> Diffs
> -----
> 
>   proton/trunk/tests/python/proton_tests/messenger.py 1602016 
> 
> Diff: https://reviews.apache.org/r/22528/diff/
> 
> 
> Testing
> -------
> 
> works on linux and windows. 
> 
> 
> Thanks,
> 
> Chug Rolke
> 
>

Reply via email to