mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '259-named-args' into 'master'
add properly-formatted -D options to named.args files Closes #259 See merge request isc-projects/bind9!1372
This commit is contained in:
commit
1cccf601d7
26 changed files with 29 additions and 30 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# this server runs named with only one worker thread
|
||||
-m record,size,mctx -c named.conf -d 99 -X named.lock -g -T clienttest -n 1
|
||||
-m record,size,mctx -c named.conf -d 99 -D additional-ns1 -X named.lock -g -T clienttest -n 1
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
# this server only has 127.0.0.1 in its localhost/localnets ACLs
|
||||
-m record,size,mctx -c named.conf -d 99 -X named.lock -g -T clienttest -T fixedlocal
|
||||
-m record,size,mctx -c named.conf -d 99 -D allow-query-ns3 -X named.lock -g -T clienttest -T fixedlocal
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-D ns2 -X named.lock -m record,size,mctx -T clienttest -c named.conf -g -U 4
|
||||
-D delzone-ns2 -X named.lock -m record,size,mctx -T clienttest -c named.conf -g -U 4
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record,size,mctx -c named.conf -d 99 -X named.lock -g -T nonearest -T clienttest -T tat=1
|
||||
-m record,size,mctx -c named.conf -d 99 -D dnssec-ns6 -X named.lock -g -T nonearest -T clienttest -T tat=1
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record,size,mctx -T clienttest -c named.conf -d 99 -X named.lock -g -U 4 -T dscp=46
|
||||
-m record,size,mctx -T clienttest -c named.conf -d 99 -D dscp-ns1 -X named.lock -g -U 4 -T dscp=46
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record,size,mctx -T clienttest -c named.conf -d 99 -X named.lock -g -U 4 -T dscp=46
|
||||
-m record,size,mctx -T clienttest -c named.conf -d 99 -D dscp-ns2 -X named.lock -g -U 4 -T dscp=46
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record,size,mctx -T clienttest -c named.conf -d 99 -X named.lock -g -U 4 -T dscp=46
|
||||
-m record,size,mctx -T clienttest -c named.conf -d 99 -D dscp-ns3 -X named.lock -g -U 4 -T dscp=46
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record,size,mctx -T clienttest -c named.conf -d 99 -X named.lock -g -U 4 -T dscp=46
|
||||
-m record,size,mctx -T clienttest -c named.conf -d 99 -D dscp-ns4 -X named.lock -g -U 4 -T dscp=46
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record,size,mctx -T clienttest -c named.conf -d 99 -X named.lock -g -U 4 -T dscp=46
|
||||
-m record,size,mctx -T clienttest -c named.conf -d 99 -D dscp-ns5 -X named.lock -g -U 4 -T dscp=46
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record,size,mctx -T clienttest -c named.conf -d 99 -X named.lock -g -U 4 -T dscp=46
|
||||
-m record,size,mctx -T clienttest -c named.conf -d 99 -D dscp-ns6 -X named.lock -g -U 4 -T dscp=46
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record,size,mctx -T clienttest -c named.conf -d 99 -X named.lock -g -U 4 -T dscp=46
|
||||
-m record,size,mctx -T clienttest -c named.conf -d 99 -D dscp-ns7 -X named.lock -g -U 4 -T dscp=46
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
# Don't specify '-T clienttest' as it consumes lots of memory with this test
|
||||
-D ns3 -X named.lock -m record,size,mctx -c named.conf -d 99 -g -U 4
|
||||
-D fetchlimit-ns3 -X named.lock -m record,size,mctx -c named.conf -d 99 -g -U 4
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record,size,mctx -T clienttest -c named.conf -d 99 -X named.lock -g -U 4 -T noedns
|
||||
-m record,size,mctx -T clienttest -c named.conf -d 99 -D legacy-ns4 -X named.lock -g -U 4 -T noedns
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record,size,mctx -T clienttest -c named.conf -d 99 -X named.lock -g -U 4 -T noedns
|
||||
-m record,size,mctx -T clienttest -c named.conf -d 99 -D legacy-ns5 -X named.lock -g -U 4 -T noedns
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record,size,mctx -T clienttest -c named.conf -d 99 -X named.lock -g -U 4 -T maxudp512
|
||||
-m record,size,mctx -T clienttest -c named.conf -d 99 -D legacy-ns6 -X named.lock -g -U 4 -T maxudp512
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record,size,mctx -T clienttest -c named.conf -d 99 -X named.lock -g -U 4 -T maxudp512
|
||||
-m record,size,mctx -T clienttest -c named.conf -d 99 -D legacy-ns7 -X named.lock -g -U 4 -T maxudp512
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ DLFILE="named_deflog"
|
|||
|
||||
PIDFILE="${THISDIR}/${CONFDIR}/named.pid"
|
||||
myRNDC="$RNDC -c ${THISDIR}/${CONFDIR}/rndc.conf"
|
||||
myNAMED="$NAMED -c ${THISDIR}/${CONFDIR}/named.conf -m record,size,mctx -T clienttest -T nosyslog -d 99 -X named.lock -U 4"
|
||||
myNAMED="$NAMED -c ${THISDIR}/${CONFDIR}/named.conf -m record,size,mctx -T clienttest -T nosyslog -d 99 -D logfileconfig-ns1 -X named.lock -U 4"
|
||||
|
||||
# Test given condition. If true, test again after a second. Used for testing
|
||||
# filesystem-dependent conditions in order to prevent false negatives caused by
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-X named.lock -m record,size,mctx -T clienttest -c named.conf -d 99 -g -U 4 -T tat=1
|
||||
-D mirror-ns3 -X named.lock -m record,size,mctx -T clienttest -c named.conf -d 99 -g -U 4 -T tat=1
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record,size,mctx -T clienttest -c named.conf -d 99 -X named.lock -g -T mkeytimers=5/10/20 -T tat=1
|
||||
-m record,size,mctx -T clienttest -c named.conf -d 99 -D mkeys-ns2 -X named.lock -g -T mkeytimers=5/10/20 -T tat=1
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record,size,mctx -T clienttest -c named.conf -d 99 -X named.lock -g -T mkeytimers=5/10/20
|
||||
-m record,size,mctx -T clienttest -c named.conf -d 99 -D mkeys-ns3 -X named.lock -g -T mkeytimers=5/10/20
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
-m record,size,mctx -c named.conf -d 99 -X named.lock -g -T delay=200
|
||||
-m record,size,mctx -c named.conf -d 99 -D pipelined-ns3 -X named.lock -g -T delay=200
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
# this server runs named with the "-T clienttest" option omitted
|
||||
-m record,size,mctx -c named.conf -d 99 -X named.lock -g
|
||||
-m record,size,mctx -c named.conf -d 99 -D resolver-ns7 -X named.lock -g
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# teardown of a huge zone with tracing enabled takes way too long
|
||||
# -m none is set so that stop.pl does not timeout
|
||||
-X named.lock -m none -T clienttest -c named.conf -d 99 -g -U 4
|
||||
-D rndc-ns6 -X named.lock -m none -T clienttest -c named.conf -d 99 -g -U 4
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
# run the performace test close to real life
|
||||
|
||||
-c named.conf -X named.lock -gd3
|
||||
-c named.conf -D rpz-ns5 -X named.lock -gd3
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ $DIG $DIGOPTS @$ns4 A a7.tld4 > /dev/null 2>&1
|
|||
grep "would limit" ns4/named.run >/dev/null 2>&1 ||
|
||||
setret "\"would limit\" not found in log file."
|
||||
|
||||
$NAMED -gc broken.conf > broken.out 2>&1 &
|
||||
$NAMED -D rrl-ns5 -gc broken.conf > broken.out 2>&1 &
|
||||
sleep 2
|
||||
grep "min-table-size 1" broken.out > /dev/null || setret "min-table-size 0 was not changed to 1"
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ status=`expr $status + $ret`
|
|||
n=`expr $n + 1`
|
||||
echo_i "verifying that named checks for conflicting named processes ($n)"
|
||||
ret=0
|
||||
(cd ns2; $NAMED -c named-alt2.conf -D ns2-extra-2 -X named.lock -m record,size,mctx -d 99 -g -U 4 >> named3.run 2>&1 & )
|
||||
(cd ns2; $NAMED -c named-alt2.conf -D runtime-ns2-extra-2 -X named.lock -m record,size,mctx -d 99 -g -U 4 >> named3.run 2>&1 & )
|
||||
sleep 2
|
||||
grep "another named process" ns2/named3.run > /dev/null || ret=1
|
||||
pid=`cat ns2/named3.pid 2>/dev/null`
|
||||
|
|
@ -38,7 +38,7 @@ status=`expr $status + $ret`
|
|||
n=`expr $n + 1`
|
||||
echo_i "verifying that 'lock-file none' disables process check ($n)"
|
||||
ret=0
|
||||
(cd ns2; $NAMED -c named-alt3.conf -D ns2-extra-3 -m record,size,mctx -d 99 -g -U 4 >> named4.run 2>&1 & )
|
||||
(cd ns2; $NAMED -c named-alt3.conf -D runtime-ns2-extra-3 -m record,size,mctx -d 99 -g -U 4 >> named4.run 2>&1 & )
|
||||
sleep 2
|
||||
grep "another named process" ns2/named4.run > /dev/null && ret=1
|
||||
pid=`cat ns2/named4.pid 2>/dev/null`
|
||||
|
|
@ -83,7 +83,7 @@ n=`expr $n + 1`
|
|||
echo_i "checking that named refuses to start if working directory is not writable ($n)"
|
||||
ret=0
|
||||
cd ns2
|
||||
$NAMED -c named-alt4.conf -d 99 -g > named4.run 2>&1 &
|
||||
$NAMED -c named-alt4.conf -D runtime-ns2-extra-4 -d 99 -g > named4.run 2>&1 &
|
||||
sleep 2
|
||||
grep "exiting (due to fatal error)" named4.run > /dev/null || ret=1
|
||||
# pidfile could be in either place depending on whether the directory
|
||||
|
|
@ -100,7 +100,7 @@ n=`expr $n + 1`
|
|||
echo_i "checking that named refuses to start if managed-keys-directory is not writable ($n)"
|
||||
ret=0
|
||||
cd ns2
|
||||
$NAMED -c named-alt5.conf -d 99 -g > named5.run 2>&1 &
|
||||
$NAMED -c named-alt5.conf -D runtime-ns2-extra-5 -d 99 -g > named5.run 2>&1 &
|
||||
sleep 2
|
||||
grep "exiting (due to fatal error)" named5.run > /dev/null || ret=1
|
||||
# pidfile could be in either place depending on whether the directory
|
||||
|
|
|
|||
Loading…
Reference in a new issue