]> git.ipfire.org Git - thirdparty/bind9.git/commit
Update qp unit tests merging denial and zone data
authorMatthijs Mekking <matthijs@isc.org>
Tue, 13 May 2025 10:47:02 +0000 (11:47 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 10 Jul 2025 13:52:59 +0000 (13:52 +0000)
commit1b640a6f5d8f7fe8ea0a388a705927e81fd6c8b7
tree5e00dd5c8ad85c85e2322f59b038903ae81869e2
parent16a1c5a623d4d93c671da391ab7aca1aefff91e7
Update qp unit tests merging denial and zone data

If zone and denial data are going to be stored in the same qp storage,
the unit tests need to be updated to reflect this change. The code
changes mainly affect name to qpkey conversion, lookups, and
predecessors.

A note on predecessors: since the denial and zone data are now in the
same qp storage, the predecessor of the first name in the zone data will
consequently be the last name in the denial data.
tests/dns/qp_test.c