Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
580
Issues
580
List
Boards
Labels
Service Desk
Milestones
Merge Requests
111
Merge Requests
111
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
d1fc4601
Commit
d1fc4601
authored
Jan 22, 2019
by
Evan Hunt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update conf.sh.win32 test list
- the test lists in conf.sh.in and conf.sh.win32 were out of sync
parent
99060c0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
20 deletions
+25
-20
bin/tests/system/conf.sh.win32
bin/tests/system/conf.sh.win32
+25
-20
No files found.
bin/tests/system/conf.sh.win32
View file @
d1fc4601
...
...
@@ -95,33 +95,38 @@ KRB5_CONFIG=NUL
#
# List of tests that use ports 5300 and 9953. For this reason, these must
# be run sequentially.
SEQUENTIALDIRS
=
"acl additional addzone autosign builtin
\
cacheclean case
\
checkconf @CHECKDS@ checknames checkzone cookie @COVERAGE@
\
database digdelv dlv dlvauto dlz dlzexternal dname
\
dns64 dnssec @DNSTAP@ dscp dsdigest dyndb ecdsa eddsa
\
ednscompliance emptyzones
\
fetchlimit filter-aaaa formerr forward geoip glue idna inline ixfr
\
keepalive @KEYMGR@ legacy limits logfileconfig masterfile
\
masterformat metadata mirror mkeys names notify nslookup nsupdate
\
nzd2nzf padding pending pipelined @PKCS11_TEST@ qmin
\
reclimit redirect resolver rndc rpz rrchecker rrl
\
rrsetorder rsabigexponent runtime sfcache smartsign sortlist
\
spf staticstub statistics statschannel stub tcp tkey tsig
\
tsiggss ttl unknown upforwd verify views wildcard xfer xferquota
\
zero zonechecks"
SEQUENTIALDIRS
=
"ecdsa eddsa @PKCS11_TEST@ tkey"
# List of tests that use unique ports (other than 5300 and 9953). These
# tests can be run in parallel.
#
# This symbol must be kept in step with the PARALLEL macro in Makefile.in
PARALLELDIRS
=
"allow-query catz rpzrecurse serve-stale"
# XXX: Note that tests are not currently run in parallel on Windows, so it
# isn't strictly necessary to maintain these as separate lists in this file,
# but using the same variable names as in conf.sh.in may simplify keeping the
# lists in sync.
PARALLELDIRS
=
"acl additional addzone allow-query auth autosign
\
builtin cacheclean case catz cds chain
\
checkconf checknames checkzone
\
@CHECKDS@ @COVERAGE@ @KEYMGR@
\
cookie database digdelv dlv dlz dlzexternal
\
dns64 dnssec @DNSTAP@ dscp dsdigest dyndb
\
ednscompliance emptyzones
\
fetchlimit filter-aaaa formerr forward
\
geoip glue idna inline integrity ixfr keepalive
\
legacy limits logfileconfig
\
masterfile masterformat metadata mirror mkeys
\
names notify nslookup nsupdate nzd2nzf
\
padding pending pipelined qmin
\
reclimit redirect resolver rndc rootkeysentinel rpz rpzrecurse
\
rrchecker rrl rrsetorder rsabigexponent runtime
\
serve-stale sfcache smartsign sortlist
\
spf staticstub statistics statschannel stub synthfromdnssec
\
tcp tools tsig tsiggss ttl
\
unknown upforwd verify views wildcard
\
xfer xferquota zero zonechecks"
SUBDIRS
=
"
$SEQUENTIALDIRS
$PARALLELDIRS
"
# missing: chain integrity
# extra: dname ednscompliance forward
#Things that are different on Windows
KILL
=
"/bin/kill -f"
DIFF
=
"diff --strip-trailing-cr"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment