You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Roddie Kieley (JIRA)" <ji...@apache.org> on 2017/10/30 17:30:00 UTC

[jira] [Commented] (PROTON-1657) [OSX] cpp-container_test test_container_[default|no]_vhost() tests fail

    [ https://issues.apache.org/jira/browse/PROTON-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16225374#comment-16225374 ] 

Roddie Kieley commented on PROTON-1657:
---------------------------------------

Focusing on just the test_container_default_vhost test with PN_TRACE_FRM=1 we see (through the lens of lldb):
{code}
[0x1005053e0]:  -> AMQP
[0x1005053e0]:0 -> @open(16) [container-id=""]
[0x1005053e0]:0 -> @close(24) [error=@error(29) [condition=:"proton:io", description="connection timed out - connecting to 127.0.0.1:54104"]]
libc++abi.dylib: terminating with uncaught exception of type proton::error: proton:io: connection timed out - connecting to 127.0.0.1:54104
{code}

And through the lens of netstat -p tcp -a we see (note different test run, but consistent behaviour):
{code}
tcp4       0      0  localhost.55957        localhost.55956        SYN_SENT   
tcp6       0      0  localhost.55956        *.*                    LISTEN     
tcp6       0      0  localhost.55956        *.*                    LISTEN     
tcp4       0      0  localhost.55956        *.*                    CLOSED     
{code}

Given the above and that the test_ipv4_ipv6 also fails, investigation on the differences in handling a combination of ipv4 and ipv6 on OSX is required. 





> [OSX] cpp-container_test test_container_[default|no]_vhost() tests fail
> -----------------------------------------------------------------------
>
>                 Key: PROTON-1657
>                 URL: https://issues.apache.org/jira/browse/PROTON-1657
>             Project: Qpid Proton
>          Issue Type: Sub-task
>          Components: cpp-binding
>         Environment: OSX 10.11.6, Xcode 7.3.1
>            Reporter: Roddie Kieley
>            Assignee: Cliff Jansen
>
> At the moment when the cpp-container-test tests test_container_default_vhost() and test_container_no_vhost() are run I see the following:
> {code}
> 8: TEST: test_container_default_vhost()
> 8: ERROR test_container_default_vhost()
> 8: /Users/rkieley/LocalProjects/issues/PROTON-522/qpid-proton-roddiekieley/proton-c/bindings/cpp/src/container_test.cpp:267: proton:io: connection timed out - connecting to 127.0.0.1:49724
> 8: TEST: test_container_no_vhost()
> 8: ERROR test_container_no_vhost()
> 8: /Users/rkieley/LocalProjects/issues/PROTON-522/qpid-proton-roddiekieley/proton-c/bindings/cpp/src/container_test.cpp:268: proton:io: connection timed out - connecting to 127.0.0.1:49730
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org