]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: disable zone-cache for the regression.auth-py tests
authorKees Monshouwer <mind04@monshouwer.org>
Sat, 5 Jun 2021 23:33:03 +0000 (01:33 +0200)
committermind04 <mind04@monshouwer.org>
Sat, 5 Jun 2021 23:51:11 +0000 (01:51 +0200)
regression-tests.auth-py/authtests.py

index 7c8564f7064be05c4cf9f9908e0efc107ebdc748..c80311ec4da9af6f451e0bae039b76053725e8fd 100644 (file)
@@ -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: