Merge branch 'zone_loading_failed_diff' into 'master'
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.
Showing
- src/knot/server/zone-load.c 2 additions, 0 deletionssrc/knot/server/zone-load.c
- src/knot/server/zones.c 1 addition, 1 deletionsrc/knot/server/zones.c
- tests-extra/tests/records/badrecord/data/badrecord.zone 15 additions, 0 deletionstests-extra/tests/records/badrecord/data/badrecord.zone
- tests-extra/tests/records/badrecord/test.py 24 additions, 0 deletionstests-extra/tests/records/badrecord/test.py
- tests-extra/tests/zone/notexists/test.py 8 additions, 0 deletionstests-extra/tests/zone/notexists/test.py
- tests-extra/tests/zone/reload/data/serial.zone 14 additions, 0 deletionstests-extra/tests/zone/reload/data/serial.zone
- tests-extra/tests/zone/reload/data/serial.zone.1 14 additions, 0 deletionstests-extra/tests/zone/reload/data/serial.zone.1
- tests-extra/tests/zone/reload/data/serial.zone.2 14 additions, 0 deletionstests-extra/tests/zone/reload/data/serial.zone.2
- tests-extra/tests/zone/reload/data/serial.zone.3 14 additions, 0 deletionstests-extra/tests/zone/reload/data/serial.zone.3
- tests-extra/tests/zone/reload/data/serial.zone.4 14 additions, 0 deletionstests-extra/tests/zone/reload/data/serial.zone.4
- tests-extra/tests/zone/reload/test.py 50 additions, 0 deletionstests-extra/tests/zone/reload/test.py
Please register or sign in to comment