bind9/bin/tests/system/hooks
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
..
conf add unit test for plugin_register source param 2025-09-09 09:42:34 +02:00
driver rename NS_QUERY_RESET to NS_QUERY_CLEANUP 2025-09-10 17:46:53 -07:00
ns1 update test_hooks system tests 2025-07-28 23:08:04 +02:00
ns2 add unit test for plugin_register source param 2025-09-09 09:42:34 +02:00
tests_hooks.py convert config sh-based hooks tests to python 2025-09-10 12:43:05 +02:00