Report information
The Basics
Id:
46283
Status:
resolved
Priority:
Low/Low
Queue:

People
BugTracker
Version Fixed:
(no value)
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
P3 Low
Severity:
S3 Low
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
test

Dates
Created:Sat, 14 Oct 2017 21:32:53 -0400
Updated:Mon, 16 Oct 2017 03:54:21 -0400
Closed:Mon, 16 Oct 2017 03:54:21 -0400



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Subject: no-dnssec aaaa-filter system test is currently failing
To: bind9-public@isc.org
From: "Mark Andrews" <marka@isc.org>
Date: Sun, 15 Oct 2017 12:32:40 +1100
-- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: marka@isc.org
Looks like part of the initial approach taken by rt46268 accidentally slipped through to the final solution (see RT #46268 for background information): $ git show 03be5a6b4e6 --stat bin/tests/system/filter-aaaa/ns*/*.db{,.in} commit 03be5a6b4e Author: Mukund Sivaraman <muks@isc.org> Date: Sat Apr 22 08:25:10 2017 +0530 Improve performance for delegation heavy answers and also general query performance (#44029) bin/tests/system/filter-aaaa/ns1/root.db | 12 ++++++++---- bin/tests/system/filter-aaaa/ns1/signed.db.in | 10 ++++++---- bin/tests/system/filter-aaaa/ns1/unsigned.db | 10 ++++++---- bin/tests/system/filter-aaaa/ns4/root.db | 16 ++++++++++------ bin/tests/system/filter-aaaa/ns4/signed.db.in | 10 ++++++---- bin/tests/system/filter-aaaa/ns4/unsigned.db | 10 ++++++---- 6 files changed, 42 insertions(+), 26 deletions(-) $ git show 666af25a92 --stat bin/tests/system/filter-aaaa/ns*/*.db{,.in} commit 666af25a92 Author: Evan Hunt <each@isc.org> Date: Fri Oct 13 10:28:34 2017 -0700 [v9_11] fix filter-aaaa test [RT #46268] bin/tests/system/filter-aaaa/ns1/root.db | 12 ++++++++---- bin/tests/system/filter-aaaa/ns1/signed.db.in | 10 ++++++---- bin/tests/system/filter-aaaa/ns1/unsigned.db | 10 ++++++---- bin/tests/system/filter-aaaa/ns4/root.db | 16 ++++++++++------ bin/tests/system/filter-aaaa/ns4/signed.db.in | 10 ++++++---- bin/tests/system/filter-aaaa/ns4/unsigned.db | 10 ++++++---- 6 files changed, 42 insertions(+), 26 deletions(-) $ git show 666af25a92 --stat commit 666af25a92 Author: Evan Hunt <each@isc.org> Date: Fri Oct 13 10:28:34 2017 -0700 [v9_11] fix filter-aaaa test [RT #46268] bin/tests/system/filter-aaaa/ns1/root.db | 12 ++++++++---- bin/tests/system/filter-aaaa/ns1/signed.db.in | 10 ++++++---- >>>> bin/tests/system/filter-aaaa/ns1/signed.db.presigned | 4 ++-- bin/tests/system/filter-aaaa/ns1/unsigned.db | 10 ++++++---- bin/tests/system/filter-aaaa/ns4/root.db | 16 ++++++++++------ bin/tests/system/filter-aaaa/ns4/signed.db.in | 10 ++++++---- bin/tests/system/filter-aaaa/ns4/unsigned.db | 10 ++++++---- bin/tests/system/filter-aaaa/tests.sh | 2 -- 8 files changed, 44 insertions(+), 30 deletions(-) This mistake is corrected in branch rt46283, please review.
Evan rightly suggested on Jabber that this should be fixed properly by regenerating the presigned zone with NS records different than the ones for the root zone.
Merged without CHANGES note. Applied to master as well for consistency.