Skip to content
Snippets Groups Projects
Commit fa4c9ae1 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

tests-extra: add check for broken IXFR in nsec_update

parent e44dfe21
No related branches found
No related tags found
No related merge requests found
Pipeline #48571 passed with warnings
......@@ -105,4 +105,7 @@ t.xfr_diff(master, slave, zones, no_rrsig_rdata=True)
for zone in zones:
slave.zone_verify(zone)
if slave.log_search("no such record in zone found") or slave.log_search("fallback to AXFR"):
set_err("IXFR ERROR")
t.end()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment