Re: [Dispatcher] system_tests_protocol_family test fails if no ipv6 is supported

2016-06-06 Thread Ganesh Murthy
Hi Rabih, I looked at your patch. You have used socket.has_ipv6 which is a constant in socket.py and indicates if the Python installed on your system supports IPv6. For example, in Fedora, I can disable IPv6 by doing the following - sudo sh -c 'echo 1 > /proc/sys/net/ipv6/conf/all/disable

[VOTE] Qpid Dispatch Router 0.6.0 (RC4)

2016-06-06 Thread Ted Ross
This is the vote thread to approve RC4 as the final Dispatch Router 0.6.0. Given that this is a significant release in terms of features and functionality, I think we should get it released. I understand that there are a number of open issues with this candidate, the most worrisome being DISP

Re: [Dispatcher] system_tests_protocol_family test fails if no ipv6 is supported

2016-06-06 Thread Rabih M
Apparently the mail server does not accept ".patch" attachments... Attaching again in ".txt" rabih On Mon, Jun 6, 2016 at 6:43 PM, Rabih M wrote: > Hello, > > I made a small patch to fix some minor bugs in the dispatcher unit-tests > concerning ipv6. (patch attached) > But i have one remaining

Re: [Dispatcher] system_tests_protocol_family test fails if no ipv6 is supported

2016-06-06 Thread Rabih M
Hello, I made a small patch to fix some minor bugs in the dispatcher unit-tests concerning ipv6. (patch attached) But i have one remaining unit-test that fails "system_tests_policy". This is because tests/policy-1/policy-safari.json and tests/policy-1/policy-boardwalk.json have has "::1" in the lo

Re: request for inclusion in Proton 0.13 PROTON-1226

2016-06-06 Thread Justin Ross
Thanks, Cliff and Alan. Approved. On Mon, Jun 6, 2016 at 7:34 AM, Cliff Jansen wrote: > Hi Justin, > > I would like to request for inclusion in 0.13 the fix in PROTON-1226 > for honoring a handler specifier for inbound connections from a > listener. > > While not the most common use case it is

request for inclusion in Proton 0.13 PROTON-1226

2016-06-06 Thread Cliff Jansen
Hi Justin, I would like to request for inclusion in 0.13 the fix in PROTON-1226 for honoring a handler specifier for inbound connections from a listener. While not the most common use case it is a regression and causes the flow_control example to fail. Alan has reviewed the patch and approved it

Re: [Dispatcher] system_tests_protocol_family test fails if no ipv6 is supported

2016-06-06 Thread Chuck Rolke
The Cpp code to detect IPv6 at execution time is here: https://github.com/apache/qpid/blob/trunk/qpid/cpp/src/tests/AclHost.cpp The idea is to create a SocketAddress of the family in question from a known good address string and then to iterate the internal structures created for it. If there a

Re: Dispatcher crashes on assertion

2016-06-06 Thread Ted Ross
Alexandre, The fix to DISPATCH-343 is in the RC4 update. Have you tried to reproduce your symptom using this release candidate? -Ted On 05/27/2016 09:10 AM, Ted Ross wrote: Alexandre, I'm looking into this. I think it may be related to DISPATCH-343. The problem is related to the manageme