mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-04 06:22:03 -04:00
The 'bin/tests/system/resolver.c' tool used in the resolver system test uses the 'dns_client_setservers()' function, which sets up a resolution in 'forward only' mode. Since a bug was just fixed in 'fctx_getaddresses()', two expected failures in the resolver system test now fail with a different failure message, because 'fctx_getaddresses()' returns 'ISC_R_FAILURE' instead of 'res->quotaresp[dns_quotatype_server]', which is 'DNS_R_SERVFAIL' by default. Change the expected failure message. |
||
|---|---|---|
| .. | ||
| startperf | ||
| system | ||
| testdata/wire | ||
| .gitignore | ||
| convert-trs-to-junit.py | ||
| Makefile.am | ||
| test_client.c | ||
| test_server.c | ||
| wire_test.c | ||