From 1de60df3ae729e7e71b926f3f9191156815ea9ac Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Sun, 6 Jun 2021 01:33:03 +0200 Subject: [PATCH] auth: disable zone-cache for the regression.auth-py tests --- regression-tests.auth-py/authtests.py | 1 + 1 file changed, 1 insertion(+) 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: -- 2.47.2