]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: test: Mark test_idle_timeout as flaky on FreeBSD 13
authorMichał Kępień <michal@isc.org>
Wed, 14 May 2025 17:17:11 +0000 (17:17 +0000)
committerMichał Kępień <michal@isc.org>
Wed, 14 May 2025 17:17:11 +0000 (17:17 +0000)
commit229a47afdbc9aa343caacebbdf91d0888cd21ec1
tree3c6bca7e1ce74c6293c49da40d2318547d650e10
parent870c9b6a91021483b32943e7fefd3d9ef3d858b8
parentcb76b3729e082f6c1ac0fbf608cee9bcb879cefa
chg: test: Mark test_idle_timeout as flaky on FreeBSD 13

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.

Merge branch 'michal/mark-test_idle_timeout-as-flaky-on-freebsd-13' into 'main'

See merge request isc-projects/bind9!10459