Skip to content
Snippets Groups Projects

Zone Loading Failed Diff + test cases

Merged Ghost User requested to merge zone_loading_failed_diff into master

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Ghost User
    Ghost User @ghost started a thread on the diff
  • 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
  • Author Contributor

    Looks good, merging.

  • Please register or sign in to reply
    Loading