]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Use a different burst name to identify test queries
authorMark Andrews <marka@isc.org>
Fri, 6 Sep 2024 04:51:24 +0000 (14:51 +1000)
committerMark Andrews <marka@isc.org>
Tue, 10 Dec 2024 03:30:18 +0000 (14:30 +1100)
This allows easier identification of which burst is which in
named.run.

bin/tests/system/fetchlimit/tests.sh

index 01cd4f33050edb3f1a8427a2a044dd576285f79b..9a5bdc20bde1cc756de4bee163d49fb16241aa80 100644 (file)
@@ -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))