From: Kees Monshouwer Date: Sat, 5 Jun 2021 23:33:03 +0000 (+0200) Subject: auth: disable zone-cache for the regression.auth-py tests X-Git-Tag: auth-4.5.0-beta1~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1de60df3ae729e7e71b926f3f9191156815ea9ac;p=thirdparty%2Fpdns.git auth: disable zone-cache for the regression.auth-py tests --- diff --git a/regression-tests.auth-py/authtests.py b/regression-tests.auth-py/authtests.py index 7c8564f706..c80311ec4d 100644 --- a/regression-tests.auth-py/authtests.py +++ b/regression-tests.auth-py/authtests.py @@ -182,6 +182,7 @@ options { authcmd.append('--loglevel=9') authcmd.append('--enable-lua-records') authcmd.append('--lua-health-checks-interval=1') + authcmd.append('--zone-cache-refresh-interval=0') print(' '.join(authcmd)) logFile = os.path.join(confdir, 'pdns.log') with open(logFile, 'w') as fdLog: