bind9/tests
Ondřej Surý 7860b6519d
Allow TTL skew in the badcache print unit test
If the machine running the job is extra loaded (or extra slow), the
print test in the badcache unit test would fail because the TTL would be
59 (possibly even lower) and the test expects the badcache.out to only
have TTL 60.  Refactor the test to check for the expected strings and
check whether the TTL is in the expected range.
2024-08-20 15:55:35 +02:00
..
bench Add isc_log_createandusechannel() function to simplify usage 2024-08-20 12:50:39 +00:00
dns Allow TTL skew in the badcache print unit test 2024-08-20 15:55:35 +02:00
include/tests Remove logging context (isc_log_t) from the public namespace 2024-08-20 12:50:39 +00:00
irs Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:12:23 +02:00
isc Reduce the size of hashmap_nodes.h file 2024-08-15 10:05:32 +02:00
isccfg Add isc_log_createandusechannel() function to simplify usage 2024-08-20 12:50:39 +00:00
libtest Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
ns Remove ns_query_init() cannot fail, remove the error paths 2024-07-03 09:05:51 +02:00
.gitignore Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
Makefile.am Build libtest even if CMOCKA is not available 2023-03-29 02:29:18 +00:00
unit-test-driver.sh.in Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00