From: Mark Andrews Date: Fri, 6 Sep 2024 04:51:24 +0000 (+1000) Subject: Use a different burst name to identify test queries X-Git-Tag: v9.21.4~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e02d66b2791242a2e2065c6747a0ab5ff2ce3130;p=thirdparty%2Fbind9.git Use a different burst name to identify test queries This allows easier identification of which burst is which in named.run. --- diff --git a/bin/tests/system/fetchlimit/tests.sh b/bin/tests/system/fetchlimit/tests.sh index 01cd4f33050..9a5bdc20bde 100644 --- a/bin/tests/system/fetchlimit/tests.sh +++ b/bin/tests/system/fetchlimit/tests.sh @@ -165,7 +165,7 @@ fail=0 success=0 touch ans4/norespond for try in 1 2 3 4 5; do - burst 10.53.0.3 b $try 300 + burst 10.53.0.3 d $try 300 $DIGCMD a ${try}.example >dig.out.ns3.$n.$try grep "status: NOERROR" dig.out.ns3.$n.$try >/dev/null 2>&1 \ && success=$((success + 1))