I'm seeing RpcTest and SequencedProtoChannelTest failing with a "Connection
timed out" error. It looks like, at least on my box,
Socket.getLocalSocketAddress() will return 0.0.0.0/<port> when bind is
called with null (as it is in the tests).
I the case of RpcTest I fixed this by modifying
ServerRpcProvider.getBoundAddress() so the if the IP is 0.0.0.0 (detected
using isAnyLocalAddress()) then localhost is used instead. In the case of
SequencedProtoChannelTest I changed the test to use localhsot and
Socket.getLocalPort().

The patch for this is: http://codereview.waveprotocol.org/288002

-Tad

-- 
You received this message because you are subscribed to the Google Groups "Wave 
Protocol" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/wave-protocol?hl=en.

Reply via email to