bind9/tests
Michał Kępień e0be643f50 Make async hooks code use the 'recursions' array
Async hooks are the last feature using the client->fetchhandle and
client->query.fetch pointers.  Update ns_query_hookasync() and
query_hookresume() so that they use a dedicated slot in the 'recursions'
array.  Note that async hooks are still not expected to initiate
recursion if one was already started by a prior ns_query_recurse() call,
so the REQUIRE assertion in ns_query_hookasync() needs to check the
RECTYPE_NORMAL slot rather than the RECTYPE_HOOK one.
2022-06-14 13:13:32 +02:00
..
dns Properly adjust the srcdir vs builddir paths 2022-06-01 17:08:37 +02:00
include/tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
irs Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
isc Add tests/isc/uv_wrap.h to Makefile.am 2022-06-01 17:08:37 +02:00
isccfg Add missing CFLAGS and LDADD to unit tests 2022-06-01 17:08:37 +02:00
libtest Don't list libtest.la headers in HEADERS variable 2022-06-01 17:08:37 +02:00
ns Make async hooks code use the 'recursions' array 2022-06-14 13:13:32 +02:00
.gitignore Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
Makefile.am Stop the unit tests from running twice 2022-05-28 14:53:02 -07:00
unit-test-driver.sh.in Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00