pdns icon indicating copy to clipboard operation
pdns copied to clipboard

pdns_server slave mode testing

Open Habbie opened this issue 6 years ago • 0 comments

  • Program: Authoritative
  • Issue type: Tests needed

Short description

Before merging #6823, we would blindly XFR a zone from the master if we received a NOTIFY, even if the SOA serial showed no need to do so.

We should write tests for that scenario, and while we're at it, a bunch of related scenarios.

Failure scenarios:

  • [ ] AXFR on every NOTIFY, even if the serial does not require it
  • [ ] multiple AXFRs for the same zone in parallel
  • [ ] NOTIFY comes in; AXFR starts; while AXFR is running, second NOTIFY comes in but is ignored
  • [ ] #6815 / #8097

Habbie avatar Nov 29 '18 16:11 Habbie