netty5/resolver-dns/src/test
Norman Maurer cd78d24761 Only handle NXDOMAIN as failure when nameserver is authoritive or no other nameservers are left. (#8731)
Motivation:

When using multiple nameservers and a nameserver respond with NXDOMAIN we should only fail the query if the nameserver in question is authoritive or no nameservers are left to try.

Modifications:

- Try next nameserver if NXDOMAIN was returned but the nameserver is not authoritive
- Adjust testcase to respect correct behaviour.

Result:

Fixes https://github.com/netty/netty/issues/8261
2019-01-18 21:07:11 +01:00
..
java/io/netty/resolver/dns Only handle NXDOMAIN as failure when nameserver is authoritive or no other nameservers are left. (#8731) 2019-01-18 21:07:11 +01:00
resources [#4289] Use a mock DNS Server for dns tests. 2015-10-10 20:27:34 +02:00