Improve performance for delegation heavy answers and also general query performance (#44029)
This commit is contained in:
@@ -21,14 +21,6 @@ echo "I:testing that a ccTLD referral gets a full glue set from the root zone"
|
||||
$DIG +norec @10.53.0.1 -p 5300 foo.bar.fi. A >dig.out || status=1
|
||||
$PERL ../digcomp.pl --lc fi.good dig.out || status=1
|
||||
|
||||
echo "I:testing that we find glue A RRs we are authoritative for"
|
||||
$DIG +norec @10.53.0.1 -p 5300 foo.bar.xx. a >dig.out || status=1
|
||||
$PERL ../digcomp.pl xx.good dig.out || status=1
|
||||
|
||||
echo "I:testing that we find glue A/AAAA RRs in the cache"
|
||||
$DIG +norec @10.53.0.1 -p 5300 foo.bar.yy. a >dig.out || status=1
|
||||
$PERL ../digcomp.pl yy.good dig.out || status=1
|
||||
|
||||
echo "I:testing that we don't find out-of-zone glue"
|
||||
$DIG +norec @10.53.0.1 -p 5300 example.net. a > dig.out || status=1
|
||||
$PERL ../digcomp.pl noglue.good dig.out || status=1
|
||||
|
||||
Reference in New Issue
Block a user