netty5/resolver-dns/src/test/java/io/netty/resolver/dns
Norman Maurer 7c35781f4d
DefaultPromise may throw checked exceptions that are not advertised (#8995)
Motivation:

We should not throw check exceptions when the user calls sync*() but should better wrap it in a CompletionException to make it easier for people to reason about what happens.

Modifications:

- Change sync*() to throw CompletionException
- Adjust tests
- Add some more tests

Result:

Fixes https://github.com/netty/netty/issues/8521.
2019-04-10 07:15:31 +02:00
..
DefaultAuthoritativeDnsServerCacheTest.java migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
DefaultDnsCacheTest.java migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
DefaultDnsCnameCacheTest.java migrate java8: use lambda and method reference (#8781) 2019-01-29 14:06:05 +01:00
DnsNameResolverClientSubnetTest.java remove unused import statement (#8792) 2019-01-28 16:50:15 +01:00
DnsNameResolverTest.java DefaultPromise may throw checked exceptions that are not advertised (#8995) 2019-04-10 07:15:31 +02:00
DnsServerAddressesTest.java Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
NameServerComparatorTest.java Java 8 migration: Use diamond operator (#8749) 2019-01-22 16:07:26 +01:00
SearchDomainTest.java migrate java8 (#8779) 2019-01-28 05:55:30 +01:00
TestDnsServer.java DnsNameResolver should log in trace level if notification of the promise fails (#9022) 2019-04-10 07:14:18 +02:00
UnixResolverDnsServerAddressStreamProviderTest.java Correctly parse /etc/resolv.conf when contain multiple entries for searchdomain. (#8351) 2018-10-12 05:00:32 +02:00