Report information
The Basics
Id:
46268
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:
(no value)
Severity:
(no value)
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
feature

Dates
Created:Thu, 12 Oct 2017 14:49:35 -0400
Updated:Mon, 16 Oct 2017 02:48:59 -0400
Closed:Fri, 13 Oct 2017 14:13:41 -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: filter-aaaa system test failing in maintenance branches
To: bind9-public@isc.org
From: Evan_Hunt@isc.org
Date: Thu, 12 Oct 2017 18:49:35 +0000
The system test used its local root server NS as the NS for its test zones, so changing the way root server addresses are cached caused a change in the way the additional section worked for the test zones. Changing the NS names for the test zones to something not maching ./NS fixes the test.
Please review rt46268. (It's based from v9_11 and has a base tag.)
rt46268 contains a correct fix, though for consistency, would it not be better (and perhaps easier?) to cherry-pick parts of commit 03be5a6b4e6 (Mukund's performance improvements which were not backported to 9.11 and older branches)? E.g. like this: $ git checkout 03be5a6b4e6 bin/tests/system/filter-aaaa/ns*/*.db{,.in} $ git commit This way the filter-aaaa system test will also start passing again, but in case we introduce any further changes to it on master, they will be easier to backport. It is just a thought, though; rt46268 is good to go as it is if you like it more. PS. While v9_10 and v9_11 fail the filter-aaaa system test consistently, v9_9 failures are intermittent on Robie (and I cannot reproduce them at all on my machine). Do you know why this is?
Date: Fri, 13 Oct 2017 17:24:15 +0000
Subject: Re: [ISC-Bugs #46268] filter-aaaa system test failing in maintenance branches
From: "Evan Hunt" <each@isc.org>
To: "Michał Kępień via RT" <bind9-public@isc.org>
> rt46268 contains a correct fix, though for consistency, would it not be > better (and perhaps easier?) to cherry-pick parts of commit 03be5a6b4e6 > (Mukund's performance improvements which were not backported to 9.11 and > older branches)? E.g. like this: > > $ git checkout 03be5a6b4e6 bin/tests/system/filter-aaaa/ns*/*.db{,.in} > $ git commit Ah I hadn't noticed those changes. Yes, that should work equally well. > PS. While v9_10 and v9_11 fail the filter-aaaa system test consistently, > v9_9 failures are intermittent on Robie (and I cannot reproduce them at > all on my machine). Do you know why this is? Nope.
Merged (using the files from master) with no changes note, resolved.