bind9/tests/ns
Evan Hunt 0cdcc8a8f4 rename NS_QUERY_RESET to NS_QUERY_CLEANUP
query_reset() is called during query initialization, but the only
time the NS_QUERY_SETUP hook runs is when it's called from
query_cleanup().  it makes more sense to move the hook point to
there and rename it to NS_QUERY_CLEANUP.

this change caused a crash in the unit tests due to the view being
unnecessarily detached before ns__client_reset_cb() was called.
this has also been fixed.
2025-09-10 17:46:53 -07:00
..
testdata Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
meson.build fix macOS build for plugin unit test 2025-07-30 09:58:47 +02:00
netmgr_wrap.c rename NS_QUERY_RESET to NS_QUERY_CLEANUP 2025-09-10 17:46:53 -07:00
notify_test.c Add and use global memory context called isc_g_mctx 2025-08-04 11:29:26 +02:00
plugin_test.c Add and use global memory context called isc_g_mctx 2025-08-04 11:29:26 +02:00
query_test.c update hooks tests to use NS_QUERY_RESET 2025-09-09 09:42:34 +02:00