From: Arаm Sаrgsyаn Date: Wed, 27 Nov 2024 13:34:29 +0000 (+0000) Subject: fix: test: Fix the nslookup system test X-Git-Tag: v9.21.3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c645e3d456be66d839cc0b50fc7868f999e8f47;p=thirdparty%2Fbind9.git fix: test: 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). Closes #4948 Merge branch '4948-nslookup-test-fix' into 'main' See merge request isc-projects/bind9!9523 --- 0c645e3d456be66d839cc0b50fc7868f999e8f47