mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-31 06:45:56 -04:00
The test_idle_timeout check in the "timeouts" system test has been failing often on FreeBSD 13 AWS hosts. Adding timestamped debug logging shows that the time.sleep() calls used in that check are returning significantly later than asked to on that platform (e.g. after 4 seconds when just 1 second is requested), breaking the test's timing assumptions and triggering false positives. These failures are not an indication of a bug in named and have not been observed on any other platform. Mark the problematic check as flaky, but only on FreeBSD 13, so that other failure modes are caught appropriately. |
||
|---|---|---|
| .. | ||
| check | ||
| confgen | ||
| delv | ||
| dig | ||
| dnssec | ||
| named | ||
| nsupdate | ||
| plugins | ||
| rndc | ||
| tests | ||
| tools | ||
| Makefile.am | ||