Make named a singleton process [RT#37908]
Conflicts: bin/tests/system/conf.sh.in lib/dns/win32/libdns.def.in lib/isc/win32/file.c The merge also needed to update files in legacy and tcp system tests (newly introduced in master after branch was created) to introduce use of lockfile.
This commit is contained in:
@@ -31,7 +31,7 @@ then
|
||||
ret=0
|
||||
$PERL $SYSTEMTESTTOP/stop.pl . ns2 || ret=1
|
||||
sleep 1
|
||||
(cd ns2; $NAMED -g -d 100 -c named.conf >> named.run 2>&1 & )
|
||||
(cd ns2; $NAMED -g -d 100 -X named.lock -c named.conf >> named.run 2>&1 & )
|
||||
sleep 2
|
||||
$DIG $DIGOPTS soa . @10.53.0.2 > dig.out.ns2.test$n || ret=1
|
||||
grep "status: NOERROR" dig.out.ns2.test$n > /dev/null || ret=1
|
||||
|
||||
Reference in New Issue
Block a user