Commit Graph

25413 Commits

Author SHA1 Message Date
Evan Hunt
b392c18f6e migrate t_sockaddr to lib/isc/tests
(cherry picked from commit 62f650078a)
(cherry picked from commit fadb93cf43)
(cherry picked from commit 323e2f7152)
2018-03-09 18:33:11 -08:00
Evan Hunt
a0a3a8e794 remove hashes test (duplicates lib/isc/tests/hash_test)
(cherry picked from commit 6ad1a042bc)
(cherry picked from commit e686b9c297)
(cherry picked from commit c644427b77)
2018-03-09 18:32:16 -08:00
Evan Hunt
83a5d8e17e remove master test (duplicates lib/isc/tests/master_test)
(cherry picked from commit 6717f31e10)
(cherry picked from commit 36d08442bc)
(cherry picked from commit ae39f25a10)
2018-03-09 18:31:21 -08:00
Evan Hunt
161f525942 migrate tests from bin/tests/dnssec-signzone to bin/tests/system/dnssec
- added tests to the dnssec system test that duplicate the ones
  from bin/tests/dnssec-signzone
- changed cleanall.sh so it doesn't automatically remove all
  key files, because there are now some of those that are part of the
  distribution

(cherry picked from commit ccfe778c01)
(cherry picked from commit d8f8eee381)
(cherry picked from commit dbb225d83e)
2018-03-09 18:30:21 -08:00
Evan Hunt
6428478341 move all optional tests from bin/tests to bin/tests/optional
- some of these tests are obsolete and should be cleared up,
  others overlap with ATF tests and may be removed later.
  for now, let's just tidy up the bin/tests directory by
  moving these files down a level.

(cherry picked from commit 344ab0eb7d)
(cherry picked from commit dafdf2c09b)
(cherry picked from commit e062109659)
2018-03-09 18:29:52 -08:00
Evan Hunt
b7c98c81d9 remove some old and obsolete test files
(cherry picked from commit a633f6c5dd)
(cherry picked from commit 10efb4ff07)
(cherry picked from commit 22d9a69b3f)
2018-03-09 18:28:16 -08:00
Evan Hunt
103185e527 Merge branch 'parallel-unit-tests' into 'v9_10'
capture more info from unit tests, run in parallel

See merge request isc-projects/bind9!117
2018-03-09 14:38:10 -08:00
Evan Hunt
e9e74e7af6 allow ATF tests to run in parallel
(cherry picked from commit ef0b4c91bc)
(cherry picked from commit 787c5d1394)
2018-03-09 14:38:02 -08:00
Evan Hunt
3fdddcdf5b capture more information from unit tests
- preserve kyua results database when using kyua

(cherry picked from commit 81c23fecda)
2018-03-09 14:38:01 -08:00
Evan Hunt
d4379f55da Merge branch 'v9_10_7_patch' into v9_10 2018-03-08 14:29:57 -08:00
Evan Hunt
5456dd2ce2 Merge branch 'rm-contrib-md' into v9_10 2018-03-08 13:04:03 -08:00
Evan Hunt
9f5cfe6b59 remove doc/dev/contrib.md now that CONTRIBUTING.md exists 2018-03-08 13:03:02 -08:00
Evan Hunt
db65d701b9 Merge branch 'remove-bind9-bugs-references' into 'v9_10_7_patch'
Update documentation to remove obsolete bind9-bugs@isc.org email address

See merge request isc-projects/bind9!111
v9.10.7
2018-03-08 12:55:52 -08:00
Ondřej Surý
980440b8b5 Update documentation to remove obsolete bind9-bugs@isc.org email address
(cherry picked from commit efc9bc5d8d)
(cherry picked from commit 486e79050f)
(cherry picked from commit 292d6c8a5b)
2018-03-08 12:53:30 -08:00
Evan Hunt
4a499ed4c5 Merge branch 'remove-bind9-bugs-references' into 'v9_10'
Update documentation to remove obsolete bind9-bugs@isc.org email address

See merge request isc-projects/bind9!111
2018-03-08 10:42:03 -08:00
Ondřej Surý
292d6c8a5b Update documentation to remove obsolete bind9-bugs@isc.org email address
(cherry picked from commit efc9bc5d8d)
(cherry picked from commit 486e79050f)
2018-03-08 10:41:54 -08:00
Mark Andrews
07e62d2e6b Merge branch '133-update-util-check-changes-to-work-on-release-branches-v9_10' into 'v9_10'
Resolve "Update util/check-changes to work on release branches."

Closes #133

See merge request isc-projects/bind9!110
2018-03-08 16:19:50 +11:00
Mark Andrews
ca99202a0c update util/check-changes to handle non master branched (util/check-changes master=0 CHANGES)
(cherry picked from commit 88a2202093)
2018-03-08 16:19:49 +11:00
Mark Andrews
35c5c59697 fix changes number
(cherry picked from commit 586b547a7d)
2018-03-08 12:41:31 +11:00
Mark Andrews
0dccde81b4 Merge branch '125-in-view-duplicate-zone-not-detected-by-named-checkconf-v9_11-v9_10' into 'v9_10'
Resolve "in-view duplicate zone not detected by named-checkconf"

Closes #125

See merge request isc-projects/bind9!97
2018-03-08 12:33:43 +11:00
Mark Andrews
36e64a2483 add changes note for 'named-checkconf did not detect in-view zone collisions'
(cherry picked from commit 83f85817aa)
(cherry picked from commit 8843c936bb)
2018-03-08 12:33:09 +11:00
Mark Andrews
6c70c71553 check for in-view zones colliding with other zone definitions; also check the syntax of the in-view zone name
(cherry picked from commit 3e7e280040)
(cherry picked from commit 229e9e2215)
2018-03-08 12:32:52 +11:00
Tinderbox User
6281f1fd49 Merge branch 'prep-release' into v9_10_7_patch 2018-03-08 01:23:55 +00:00
Tinderbox User
01b2032c7d prep 9.10.7 2018-03-08 01:23:21 +00:00
Mark Andrews
1e579cfbed add test configuration where a in-view zone collides with a existing zone
(cherry picked from commit ca55c672b0)
(cherry picked from commit cb0a385692)
2018-03-08 12:21:54 +11:00
Evan Hunt
665cb1afc8 Merge branch 'test-names-v9_10' into 'v9_10'
use the test name in the -D string for each name server

See merge request isc-projects/bind9!107
2018-03-07 14:51:43 -08:00
Evan Hunt
20985b5f09 use the test name in the -D string for each name server
(cherry picked from commit 1eff695f33)
2018-03-07 14:51:39 -08:00
Evan Hunt
b7f3653ae7 Merge branch 'longopts-v9_10' into 'v9_10'
restore long options for run.sh

See merge request isc-projects/bind9!104
2018-03-07 14:35:38 -08:00
Evan Hunt
9fb85b3a46 restore long options for run.sh
(cherry picked from commit 4a714bffbc)
2018-03-07 14:35:38 -08:00
Evan Hunt
95e868db44 Merge branch 'allow-query' into 'v9_10'
speed up allow_query test

Closes #81

See merge request isc-projects/bind9!76
2018-03-07 14:20:25 -08:00
Evan Hunt
2e48caa476 eliminate unnecessary waiting in allow-query test
- grep in the log to see if configuration is finished rather
  than sleeping for 5 seconds

(cherry picked from commit a9b6bed6af)
(cherry picked from commit 37a6bb004c)
2018-03-07 14:17:21 -08:00
Evan Hunt
de6fe7dd83 rename allow_query to allow-query
(cherry picked from commit ffc3e73c36)
(cherry picked from commit 5d9e3f9b02)
2018-03-07 14:15:19 -08:00
Evan Hunt
b79013c172 Merge branch 'fix-notify' into 'v9_10'
fix notify test

See merge request isc-projects/bind9!77
2018-03-06 11:47:36 -08:00
Evan Hunt
5a5e476d00 address a possible notify test failure
- wait for the transfer completion message to apear in the log instead
  of the notify message. this ensures we don't check for the presense of
  transfered records during the time between the notify and the
  transfer.

(cherry picked from commit ad32553c1d)
(cherry picked from commit dff94add3e)
2018-03-06 11:47:27 -08:00
Michał Kępień
0da5afa96f Merge branch '110-libirs-do-not-ignore-resolv.conf-syntax-errors-v9_10' into 'v9_10'
libirs: Do not ignore resolv.conf syntax errors

Closes #110

See merge request isc-projects/bind9!78
2018-03-06 09:25:12 +01:00
Michał Kępień
b4ce219f3a Add CHANGES entry
4905.	[bug]		irs_resconf_load() ignored resolv.conf syntax errors
			when "domain" or "search" options were present in that
			file. [GL #110]

(cherry picked from commit 1f18d33804)
2018-03-06 09:25:11 +01:00
Michał Kępień
b05a048a33 Remove duplicate irs_resconf_load() unit test
The "sortlist-v4.conf" unit test for irs_resconf_load() is always run
twice due to a duplicate entry in the "tests" table.  Remove one of them
to prevent this.

(cherry picked from commit 6c09f305ae)
2018-03-06 09:25:02 +01:00
Michał Kępień
ea04e0583c Do not ignore resolv.conf syntax errors
irs_resconf_load() stores the value returned by add_search() into ret
without consulting its current value first.  This causes any previous
errors raised while parsing resolv.conf to be ignored as long as any
"domain" or "search" statement is present in the file.

Prevent this by returning early in case an error is detected while
parsing resolv.conf.  Ensure that "searchlist" and "magic" members of
the created irs_resconf_t structure are always initialized before
isc_resconf_destroy() is called.

(cherry picked from commit 1f400b68a8)
2018-03-06 09:25:02 +01:00
Evan Hunt
340c4d1753 Merge branch 'test-fix' into v9_10
Fixed merge errors in dlzredir test
2018-03-04 00:53:13 -08:00
Evan Hunt
8aff9f4010 fix dlzredir merge errors 2018-03-04 00:53:00 -08:00
Tinderbox User
1836d70c74 Merge branch 'prep-release' into v9_10_7_patch 2018-03-02 21:56:55 +00:00
Tinderbox User
98ed062cf9 prep 9.10.7rc2 2018-03-02 21:53:56 +00:00
Evan Hunt
ea67ccd381 Merge branch '124-revert-deadlock-check' into 'v9_10_7_patch'
revert cname loop test due to effects on apex CNAMEs under insecure delegations

See merge request isc-projects/bind9!95
2018-03-02 12:19:20 -08:00
Evan Hunt
8b2a96ca41 temporarily revert change #4859
(cherry picked from commit 06b52cc939)
2018-03-02 12:17:25 -08:00
Evan Hunt
61fe94536c Merge branch '124-revert-deadlock-check-v9_12-v9_10' into 'v9_10'
revert cname loop test due to effects on apex CNAMEs under insecure delegations

See merge request isc-projects/bind9!95
2018-03-02 12:03:52 -08:00
Evan Hunt
9c6d288f27 temporarily revert change #4859
(cherry picked from commit 84ec07999f)
2018-03-02 12:03:50 -08:00
Michał Kępień
c9c41d994f Merge branch 'fix-fetchlimit-v9_10' into 'v9_10'
Improve failure logging in fetchlimit system test

See merge request isc-projects/bind9!81
2018-03-01 15:40:59 +01:00
Evan Hunt
4981c0e1f2 revise soft limit test
- don't bail out of the loop if clients are exceeded, just count incidents
- verbosely describe expectations and results

(cherry picked from commit 86838b2a02)
2018-03-01 15:40:59 +01:00
Michał Kępień
cd2ecff0fe Merge branch '118-bind-9-10-cookie-system-test-failing' into 'v9_10'
Fix cookie system test for BIND 9.10

See merge request isc-projects/bind9!84
2018-03-01 08:14:25 -05:00
Mark Andrews
023e102b15 fix merge error 2018-03-01 08:11:46 -05:00