Changeset 999


Ignore:
Timestamp:
01/23/26 16:00:29 (5 days ago)
Author:
Kris Deugau
Message:

/branches/cname-collision

Set a default for coerce_cname_timestamp
Override coerce_cname_timestamp in the test support module to better
exercise deeper branches of the CNAME collision checks
See #72

Location:
branches/cname-collision
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/cname-collision/DNSDB.pm

    r996 r999  
    223223                force_refresh   => 1,
    224224                lowercase       => 0,   # mangle as little as possible by default
     225                # tinker with timestamps if adding or updating a record would
     226                # cause overlapping CNAME and other in some way
     227                coerce_cname_timestamp => 'none',
    225228                # show IPs and CIDR blocks as-is for reverse zones.  valid values are
    226229                # 'none' (default, show natural IP or CIDR)
  • branches/cname-collision/t/DNSTest.pm

    r986 r999  
    4848        dbuser => 'dnstest',
    4949        dbpass => 'dnstestpwd',
     50
     51        # This exercises more branches of the CNAME collision check with more fine-grained results.
     52        coerce_cname_timestamp => 'adjust',
    5053  );
    5154  ok( defined $dnsdb );
Note: See TracChangeset for help on using the changeset viewer.