Skip to content

fix: Fix the nslookup system test

Arаm Sаrgsyаn requested to merge 4948-nslookup-test-fix into main

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

Edited by Arаm Sаrgsyаn

Merge request reports