]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Enable domain cache on gsql tests
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Thu, 29 Oct 2020 11:59:02 +0000 (12:59 +0100)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Sat, 15 May 2021 22:45:45 +0000 (00:45 +0200)
regression-tests/backends/gsql-common

index 494eb0a7f9c9003766541941f75cd25fc68a9539..63e1a23ce86d44f09a8118c48a1a7cf5af5fb219 100644 (file)
@@ -50,7 +50,7 @@ gsql_master()
         --config-name=$backend --socket-dir=./ --no-shuffle \
         --dnsupdate=yes --resolver=$RESOLVERIP --outgoing-axfr-expand-alias=yes \
         --expand-alias=yes \
-        --cache-ttl=$cachettl --dname-processing \
+        --cache-ttl=$cachettl --domain-cache-ttl=$cachettl --dname-processing \
         --disable-axfr-rectify=yes $lua_prequery &
 
     if [ $context = ${backend}-nsec3 ]