mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
don't wipe out named.run when restarting
This commit is contained in:
@@ -264,7 +264,7 @@ rm named.pid
|
|||||||
cd ..
|
cd ..
|
||||||
sleep 10
|
sleep 10
|
||||||
if
|
if
|
||||||
$PERL $SYSTEMTESTTOP/start.pl --noclean . ns1
|
$PERL $SYSTEMTESTTOP/start.pl --noclean --restart . ns1
|
||||||
then
|
then
|
||||||
echo "I:restarted server ns1"
|
echo "I:restarted server ns1"
|
||||||
else
|
else
|
||||||
@@ -416,7 +416,7 @@ $PERL $SYSTEMTESTTOP/stop.pl --use-rndc . ns1
|
|||||||
# that the data served by the new server process are exactly
|
# that the data served by the new server process are exactly
|
||||||
# those dumped to the master file by "rndc stop".
|
# those dumped to the master file by "rndc stop".
|
||||||
rm -f ns1/*jnl
|
rm -f ns1/*jnl
|
||||||
$PERL $SYSTEMTESTTOP/start.pl --noclean . ns1
|
$PERL $SYSTEMTESTTOP/start.pl --noclean --restart . ns1
|
||||||
$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd updated4.example.nil.\
|
$DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd updated4.example.nil.\
|
||||||
@10.53.0.1 a -p 5300 > dig.out.ns1 || status=1
|
@10.53.0.1 a -p 5300 > dig.out.ns1 || status=1
|
||||||
$PERL ../digcomp.pl knowngood.ns1.afterstop dig.out.ns1 || status=1
|
$PERL ../digcomp.pl knowngood.ns1.afterstop dig.out.ns1 || status=1
|
||||||
|
Reference in New Issue
Block a user