mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 20:11:12 -05:00
This test works as follow: - Query for data.example rrset. - Sleep until its TTL expires (2 secs). - Disable authoritative server. - Query for data.example again. - Since server is down, answer come from stale cache, which has a configured stale-answer-ttl of 3 seconds. - Enable authoritative server. - Query for data.example again - Since last query before activating authoritative server failed, and since 'stale-refresh-time' seconds hasn't elapsed yet, answer should come from stale cache and not from the authoritative server. |
||
|---|---|---|
| .. | ||
| startperf | ||
| system | ||
| testdata/wire | ||
| .gitignore | ||
| fromhex.pl | ||
| headerdep_test.sh.in | ||
| Makefile.am | ||
| named.conf | ||
| prepare-softhsm2.sh | ||
| wire_test.c | ||