netty5/resolver-dns/src
Norman Maurer a1742d95da DnsNameResolverTest.testTruncated0(...) should only close socket once envelope is received (#9469)
Motivation:

We should only ever close the underlying tcp socket once we received the envelope to ensure we never race in the test.

Modifications:

- Only close socket once we received the envelope
- Set REUSE_ADDR

Result:

More robust test
2019-08-15 16:28:56 +02:00
..
main/java/io/netty/resolver/dns Only try to use reflection to access default nameservers when using Java8 and lower (#9157) 2019-05-18 08:21:59 +02:00
test DnsNameResolverTest.testTruncated0(...) should only close socket once envelope is received (#9469) 2019-08-15 16:28:56 +02:00