bind9/bin
Evan Hunt 5307bf64ce reduce timing dependencies in system tests
one of the tests in the resolver system test depends on dig
getting no response to its first two query attempts, and SERVFAIL
on the third after resolution times out.

using a 5-second retry timer in dig means the SERVFAIL response
could occur while dig is discarding the second query and preparing
to send the third. in this case the server's response could be
missed.  shortening the retry interval to 4 seconds ensures that
dig has already sent the third query when the SERVFAIL response
arrives.

also, the serve-stale system test could fail due to a race in which
it timed out after waiting ten seconds for a file to be written, and
the dig timeout was just a bit longer. this is addressed by extending
the dig timeout to 11 seconds for this test.
2020-11-07 20:49:53 +01:00
..
check update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
confgen update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
delv update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dig dig: use new netmgr timeout mechanism 2020-11-07 20:49:53 +01:00
dnssec Remove the .key from the beginning of the line in rst file 2020-09-30 21:12:15 +02:00
named Fix possible NULL dereference in cd->dlz_destroy() 2020-10-28 15:48:58 +01:00
nsupdate The dns_message_create() cannot fail, change the return to void 2020-09-29 08:22:08 +02:00
pkcs11 update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
plugins Use libuv's shared library handling capabilities 2020-10-28 15:48:58 +01:00
rndc add netmgr functions to support outgoing DNS queries 2020-10-30 11:11:54 +01:00
tests reduce timing dependencies in system tests 2020-11-07 20:49:53 +01:00
tools Try to improve rrl timing 2020-10-15 00:05:12 +00:00
win32/BINDInstall Drop bigkey 2020-11-05 17:17:14 +01:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00