]> 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 05:56:28 +0000 (05:56 +0000)
This allows easier identification of which burst is which in
named.run.

(cherry picked from commit e02d66b2791242a2e2065c6747a0ab5ff2ce3130)

bin/tests/system/fetchlimit/tests.sh

index 44818c8a5f50a7bcbe621911a180191733921294..e3a7180f116f39450bf4821020300f00ae0761b5 100644 (file)
@@ -168,7 +168,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))