# used.
# Define the tests that can be run in parallel. This should be identical to
-# the definition of PARALLELDIRS in conf.sh. These tests do not use query
-# port 5300 or control port 9953.
+# the definition of PARALLELDIRS in conf.sh.
PARALLEL = allow_query rpzrecurse
# Produce intermediate makefile that assigns unique port numbers to each
-# parallel test. The sequential tests all use ports 5300 (for queries) and
-# 9953 (for control). For this reason, the parallel tests start at port
-# # 10,000
+# parallel test. The start port number of 5,000 is arbitrary - it must just
+# be greated that the highest privileged port, 1024.
parallel.mk:
@echo ".PHONY: $(PARALLEL)" > $@ ; \
ports, so there is no danger of tests interfering with one another.
It is also possible to run the test suites from two installations of BIND on
-the same machine at the same time. To to this:
+the same machine at the same time. To do this:
1. Each installation must have its own directory tree. The system tests create
temporary configuration files in the test directories, so separate directory