bind9/tests
Aram Sargsyan 852e8204fe Use isc_loop_now() instead of uv_hrtime() for timestamps
The resolution of the uv_hrtime() function is bigger than the
intervals used in the timers, which can result in an unexpected
difference between the start_time and stop_time variables.

Use isc_loop_now(), which is based on uv_now() and has the same
milliseconds resolution as the functions in the uv_timer_t API.

Also fix a couple wrong numbers in the comments.
2023-08-30 16:03:39 +00:00
..
bench Improve qp-trie leaf return values 2023-08-15 14:24:39 +02:00
dns Add support for User Statically Defined Tracing (USDT) probes 2023-08-21 18:39:53 +02:00
include/tests Attach to the dns_dispatchmgr in the dns_view object 2023-08-15 10:25:37 -07:00
irs Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:12:23 +02:00
isc Use isc_loop_now() instead of uv_hrtime() for timestamps 2023-08-30 16:03:39 +00:00
isccfg Include <inttypes.h> whenever including <cmocka.h> 2023-05-18 15:12:23 +02:00
libtest Attach to the dns_dispatchmgr in the dns_view object 2023-08-15 10:25:37 -07:00
ns Attach to the dns_dispatchmgr in the dns_view object 2023-08-15 10:25:37 -07: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 Use SIGABRT rather than SIGKILL for long running unit test 2023-04-14 15:40:02 +10:00