From: Otto Moerbeek Date: Tue, 10 Dec 2019 07:23:41 +0000 (+0100) Subject: Do a 2nd run with hot cache X-Git-Tag: dnsdist-1.5.0-alpha1~21^2^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81cb91db4d7d9ce94c5dbb4214c8cc027f0def10;p=thirdparty%2Fpdns.git Do a 2nd run with hot cache --- diff --git a/regression-tests/recursor-test b/regression-tests/recursor-test index 32e35de211..1033bab66b 100755 --- a/regression-tests/recursor-test +++ b/regression-tests/recursor-test @@ -35,10 +35,14 @@ sleep 3 echo echo === First run with limit=$limit threads=$threads mthreads=$mthreads === ${DNSBULKTEST} --www=false -qe 127.0.0.1 $port $limit < ${CSV} > bulktest.results -# rerun wit hot cache +# rerun 1 with hot cache echo echo === Second run with limit=$limit threads=$threads mthreads=$mthreads === ${DNSBULKTEST} --www=false -qe 127.0.0.1 $port $limit < ${CSV} > bulktest.results +# rerun 2 with hot cache +echo +echo === Third run with limit=$limit threads=$threads mthreads=$mthreads === +${DNSBULKTEST} --www=false -qe 127.0.0.1 $port $limit < ${CSV} > bulktest.results echo echo "=== RECURSOR LOG ==="