netty5/transport/src/test/java/io/netty
Trustin Lee ba92cd4c3e Work around the system configuration issue that causes NioSocketChannelTest to fail
Motivation:

On some ill-configured systems, InetAddress.getLocalHost() fails.  NioSocketChannelTest calls java.net.Socket.connect() and it internally invoked InetAddress.getLocalHost(), which causes the test failures in NioSocketChannelTes on such an ill-configured system.

Modifications:

Use NetUtil.LOCALHOST explicitly.

Result:

NioSocketChannelTest should not fail anymore.
2014-05-28 09:40:59 +09:00
..
bootstrap Make EventExecutor.shutdownGracefully() return Future 2013-06-12 08:00:54 +09:00
channel Work around the system configuration issue that causes NioSocketChannelTest to fail 2014-05-28 09:40:59 +09:00