]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix the nslookup system test
authorAram Sargsyan <aram@isc.org>
Thu, 19 Sep 2024 14:47:49 +0000 (14:47 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 27 Nov 2024 13:34:14 +0000 (13:34 +0000)
commit345b0f9e5ca075243e4ac662b4be299666be3207
tree86fc37a9da003e7a96e0830ade9397b232d3dbe1
parent4c0e69ff0120c8024193b59545599cb39c171335
Fix the nslookup system test

The nslookup system test checks the count of resolved addresses in
the CNAME tests using a 'grep' match on the hostname, and ignoring
lines containing the 'canonical name' string. In order to protect
the check from intermittent failures like the 'address in use' warning
message, which then automatically resolves after a retry, edit the
'grep' matching string to also ignore the comments (as the mentioned
warning message is a comment which contains the hostname).
bin/tests/system/nslookup/tests.sh