BIND 10 #2223: Update tests for code disabled in rrsetsCheck()

BIND 10 Development do-not-reply at isc.org
Wed Oct 10 11:45:15 UTC 2012


#2223: Update tests for code disabled in rrsetsCheck()
-------------------------------------+-------------------------------------
                   Reporter:  muks   |                 Owner:  UnAssigned
                       Type:         |                Status:  reviewing
  defect                             |             Milestone:
                   Priority:         |  Sprint-20121023
  medium                             |            Resolution:
                  Component:         |             Sensitive:  0
  libdns++                           |           Sub-Project:  DNS
                   Keywords:         |  Estimated Difficulty:  4
            Defect Severity:  N/A    |           Total Hours:  0
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------
Changes (by jelte):

 * owner:  jelte => UnAssigned
 * status:  assigned => reviewing


Comment:

 Ready for review

 I kept it compatible to existing tests; it uses a rather inefficient, but
 effective comparison technique; instead of just checking distances it
 converts all rrsets in both iterators to the RRset string representation,
 sorts the resulting vectors, and compares them. Now the entire list and
 their actual contents are checked.

 To be compatible with RRSigs that are in the iterator as separate RRsets,
 they are split out (so an RRset that has inline signatures gets two
 strings in the vector, one for the rrset data itself, one for the
 signatures).

-- 
Ticket URL: <http://bind10.isc.org/ticket/2223#comment:5>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list