Ignore:
Timestamp:
01/09/26 12:59:02 (6 days ago)
Author:
Kris Deugau
Message:

/branches/cname-collision

Add a set of test records with various expiry/valid-after settings for
testing CNAME collisions
Add a file of SQL UPDATEs and a call in the test setup module to normalize
the actual tested timestamps to a sliding window so that the base SQL
reference doesn't need to be updated on an ongoing basis for the tests to
work correctly
See #72, #88

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cname-collision/t/DNSTest.pm

    r972 r976  
    8080  diag( $reload ) if $debug;
    8181  undef $ENV{PGPASSWORD};
     82  # Set timestamps to a sliding window
     83  my $stampwindow = qx( psql -h $dnsdb->{dbhost} -U $dnsdb->{dbuser} $dnsdb->{dbname} 2>&1 < t/test-cname-timestamps.sql );
     84  diag( $stampwindow ) if $debug;
    8285} # new()
    8386
Note: See TracChangeset for help on using the changeset viewer.