BIND 10 #1299: compare SOA serial in xfrin
BIND 10 Development
do-not-reply at isc.org
Tue Dec 6 11:25:00 UTC 2011
#1299: compare SOA serial in xfrin
-------------------------------------+-------------------------------------
Reporter: | Owner: jinmei
jinmei | Status: reviewing
Type: task | Milestone:
Priority: | Sprint-20111206
blocker | Resolution:
Component: xfrin | Sensitive: 0
Keywords: | Sub-Project: DNS
Defect Severity: N/A | Estimated Difficulty: 3
Feature Depending on Ticket: AXFR- | Total Hours: 0
in |
Add Hours to Ticket: |
Internal?: 0 |
-------------------------------------+-------------------------------------
Changes (by jelte):
* owner: jelte => jinmei
Comment:
I fixed a couple of typos, see commit TODO
xfrin.py.in:
in __parse_soa_response:
{{{
raise XfrinProtocolError('Invalid number of questions to ' +
'SOA query (' + str(n_question) +
')')
}}}
While correct, I fear that this message might prove unuseful; we are
talking about a response where, so I suggest making it something like
"Invalid number of records in question section of response to SOA query",
or something.
Similar issue for the next exception 'Questions mismatch to ')
(the rest seems fine in this regard, although the 'at all' in 'SOA query
resulted in no SOA at all' might only make sense in the context of the
other possible errors :) I'd suggest 'No SOA record found in response to
SOA query')
<log-level-bikeshed> should XFRIN_ZONE_SERIAL_AHEAD be a WARN instead of
INFO? (no strong opinion, just wondering, it is something that should
probably be looked in to) </log-level-bikeshed>
For the rest it looks good
--
Ticket URL: <http://bind10.isc.org/ticket/1299#comment:14>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list