netty5/resolver-dns/src/test/java/io/netty
Scott Mitchell d040c939e5 UnixResolverDnsServerAddressStreamProviderTest failure
Motivation:
InetSocketAddress#getHostName() may attempt a reverse lookup which may lead to test failures because the expected address will not match.

Modifications:
- Use InetSocketAddress#getHostString() which will not attempt any lookups and instead return the original String

Result:
UnixResolverDnsServerAddressStreamProviderTest is more reliable.
2017-07-05 14:45:04 -04:00
..
resolver/dns UnixResolverDnsServerAddressStreamProviderTest failure 2017-07-05 14:45:04 -04:00