Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
OSX 10.11.6, Xcode 7.3.1
Description
This fails almost 100% of the time, usually with the following:
10: TEST: test_ipv4_ipv6(&t) 10: /Users/rkieley/LocalProjects/issues/PROTON-522/qpid-proton-roddiekieley/proton-c/src/tests/proactor.c:637: check failed: No condition, expected :refused [test_ipv4_ipv6(&t)] 10: /Users/rkieley/LocalProjects/issues/PROTON-522/qpid-proton-roddiekieley/proton-c/src/tests/proactor.c:638: check failed: No condition, expected :refused [test_ipv4_ipv6(&t)] 10: FAIL: test_ipv4_ipv6(&t) (2 errors)
or
10: TEST: test_ipv4_ipv6(&t) 10: /Users/rkieley/LocalProjects/issues/PROTON-522/qpid-proton-roddiekieley/proton-c/src/tests/proactor.c:637: check failed: 'refused' not in 'connection timed out - connecting to 127.0.0.1:49446' [test_ipv4_ipv6(&t)] 10: FAIL: test_ipv4_ipv6(&t) (1 errors)
It passed once during testing yesterday but not sure what that is indicative of yet. Tested on Fedora 25 and always passes. Note that Fedora 25 is on a separate box and I do note that the OSX box has two 'inactive' entries in ifconfig which may or may not interfere with binding to 0.0.0.0 or ::1:
earth:126 rkieley$ ifconfig lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 options=3<RXCSUM,TXCSUM> inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 nd6 options=1<PERFORMNUD> gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 stf0: flags=0<> mtu 1280 en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=27<RXCSUM,TXCSUM,VLAN_MTU,TSO4> ether d4:9a:20:0d:67:fc inet6 fe80::d69a:20ff:fe0d:67fc%en0 prefixlen 64 scopeid 0x4 inet 192.168.2.4 netmask 0xffffff00 broadcast 192.168.2.255 nd6 options=1<PERFORMNUD> media: autoselect (1000baseT <full-duplex,flow-control>) status: active en1: flags=8823<UP,BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500 ether f8:1e:df:f4:46:8c nd6 options=1<PERFORMNUD> media: autoselect (<unknown type>) status: inactive fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 494 lladdr d4:9a:20:ff:fe:0d:67:fc nd6 options=1<PERFORMNUD> media: autoselect <full-duplex> status: inactive earth:126 rkieley$