Zone Loading Failed Diff + test cases
See the commit messages, should be clear.
Also, the failed to sign the zone:
message appears also when ixfr-from-differences fails, because it's together in one function (so it prints out even if I don't have DNSSEC signing enabled).
I'm not sure how to handle this properly, maybe have differences and zone signing in a separate functions and print the reason from within.
Merge request reports
Activity
1 #!/usr/bin/env python3 2 3 ''' Test for loading badly formed record ''' 4 5 from dnstest.test import Test 6 7 t = Test() 8 9 master = t.server("knot") 10 11 zone = t.zone("badrecord.", "badrecord.zone", storage=".") 12 13 t.link(zone, master) 14 15 t.start() 16 It should return REFUSED, but this is a very good idea. See 8f40fbac
Please register or sign in to reply