From 7b8cfb4b813954a8a18bb50db312805bf1f9a55a Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Tue, 9 Mar 2021 10:18:17 +0200 Subject: [PATCH] test_Caching: ecsParsing is called parseECS --- regression-tests.dnsdist/test_Caching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2