mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-25 19:02:12 -04:00
The isc_stdtime_now() function used by dns_unreachcache_find() to check if the entry needs to be expired has a one-second resolution, and the test sleeps for 1 second and then for the amount of the expiration interval, which in a worst-case scenario can cause the test to fail, because the entry was expected to be expired but it wasn't. Sleep for 2 seconds instead of 1 to avoid the timing resolution issue. |
||
|---|---|---|
| .. | ||
| bench | ||
| dns | ||
| include/tests | ||
| isc | ||
| isccfg | ||
| libtest | ||
| ns | ||
| .gitignore | ||
| meson.build | ||