]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
test_Caching: ecsParsing is called parseECS
authorAki Tuomi <cmouse@cmouse.fi>
Tue, 9 Mar 2021 08:18:17 +0000 (10:18 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 26 Jan 2023 15:32:19 +0000 (16:32 +0100)
regression-tests.dnsdist/test_Caching.py

index 4dd5f88f0cafab6657dfd7ebce7a9133e59526fb..ac0829b60fab608802cd5f85580e303f5f3dbd1e 100644 (file)
@@ -1287,7 +1287,7 @@ class TestCachingStaleExpungePrevented(DNSDistTest):
     _consoleKeyB64 = base64.b64encode(_consoleKey).decode('ascii')
     _config_params = ['_consoleKeyB64', '_consolePort', '_testServerPort']
     _config_template = """
-    pc = newPacketCache(100, {maxTTL=86400, minTTL=1, temporaryFailureTTL=0, staleTTL=60, dontAge=false, numberOfShards=1, deferrableInsertLock=true, maxNegativeTTL=3600, ecsParsing=false, keepStaleData=true})
+    pc = newPacketCache(100, {maxTTL=86400, minTTL=1, temporaryFailureTTL=0, staleTTL=60, dontAge=false, numberOfShards=1, deferrableInsertLock=true, maxNegativeTTL=3600, parseECS=false, keepStaleData=true})
     getPool(""):setCache(pc)
     setStaleCacheEntriesTTL(600)
     -- try to remove all expired entries