]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
limit the number of udp dispatches when testing to 4
authorMark Andrews <marka@isc.org>
Mon, 26 Nov 2012 11:11:27 +0000 (22:11 +1100)
committerMark Andrews <marka@isc.org>
Mon, 26 Nov 2012 11:11:27 +0000 (22:11 +1100)
bin/tests/system/start.pl

index 12f7c7a854c2ee0e36337737ab5679ef25118fc9..7b9cf1d159e2a1e5ee0ca2bb3adfa98734f75627 100644 (file)
@@ -161,7 +161,7 @@ sub start_server {
                                if (-e "$testdir/$server/named.nosoa");
                        $command .= "-T noaa " 
                                if (-e "$testdir/$server/named.noaa");
-                       $command .= "-c named.conf -d 99 -g";
+                       $command .= "-c named.conf -d 99 -g -U 4 ";
                }
                if ($restart) {
                        $command .= " >>named.run 2>&1 &";
@@ -177,7 +177,7 @@ sub start_server {
                } else {
                        $command .= "-m record,size,mctx ";
                        $command .= "-T clienttest ";
-                       $command .= "-C resolv.conf -d 99 -g ";
+                       $command .= "-C resolv.conf -d 99 -g -U 4 ";
                        $command .= "-i lwresd.pid -P 9210 -p 5300";
                }
                if ($restart) {