From: Aki Tuomi Date: Tue, 9 Mar 2021 08:18:17 +0000 (+0200) Subject: test_Caching: ecsParsing is called parseECS X-Git-Tag: dnsdist-1.8.0-rc1~43^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b8cfb4b813954a8a18bb50db312805bf1f9a55a;p=thirdparty%2Fpdns.git test_Caching: ecsParsing is called parseECS --- diff --git a/regression-tests.dnsdist/test_Caching.py b/regression-tests.dnsdist/test_Caching.py index 4dd5f88f0c..ac0829b60f 100644 --- a/regression-tests.dnsdist/test_Caching.py +++ b/regression-tests.dnsdist/test_Caching.py @@ -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