mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
verify server is answering before starting next server
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: start.pl,v 1.28 2011/10/13 01:32:32 vjs Exp $
|
# $Id: start.pl,v 1.29 2012/02/06 23:20:38 marka Exp $
|
||||||
|
|
||||||
# Framework for starting test servers.
|
# Framework for starting test servers.
|
||||||
# Based on the type of server specified, check for port availability, remove
|
# Based on the type of server specified, check for port availability, remove
|
||||||
@@ -94,9 +94,8 @@ if ($server) {
|
|||||||
&check_ports();
|
&check_ports();
|
||||||
foreach $name(@ns, @lwresd, @ans) {
|
foreach $name(@ns, @lwresd, @ans) {
|
||||||
&start_server($name);
|
&start_server($name);
|
||||||
}
|
&verify_server($name) if ($name =~ /^ns/);
|
||||||
foreach $name(@ns) {
|
|
||||||
&verify_server($name);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user