#1402 fixes so that the unit tests in t/Test.t do not leak queries when using recorded data (normal case). One consequence is that Nameserver08 and Nameserver08 cannot normally be tested since they cannot be tested with recorded data. The queries from the test cases are are randomly varied, and that does not work with recorded data.
One option is to change the test cases so that they always send fixed queries, maybe to the price that they send multiple, but fixed queries.
Another option is to let CI do the testing. A small name server could probably be started there. The test would then be a live test, but only locally. Such testing could then only be executed in a special setting, on CI and on a test zone server.