mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 15:47:18 -04:00
In the CI dig sometimes produces warning/error comments when communicating with the server, which produces problems when comparing the outputs. Here is an example of a dig output with a warning message which is benign, because dig, after a retry, managed to query the server. ;; communications error to 10.53.0.3#7529: timed out 1.2.3.1 1.2.3.2 1.2.3.3 1.2.3.4 When comparing this to the expected output, which doesn't contain the comment line (starting with double ';'), the outputs don't match. Use grep inverse logic to strip the comments from the dig outputs. (cherry picked from commit a5b2aa7c977b5c40b62698a8f46ffd839b764814) |
||
|---|---|---|
| .. | ||
| ns1 | ||
| ns2 | ||
| ns3 | ||
| ns4 | ||
| ns5 | ||
| clean.sh | ||
| dig.out.fixed.good | ||
| dig.out.random.good1 | ||
| dig.out.random.good2 | ||
| dig.out.random.good3 | ||
| dig.out.random.good4 | ||
| dig.out.random.good5 | ||
| dig.out.random.good6 | ||
| dig.out.random.good7 | ||
| dig.out.random.good8 | ||
| dig.out.random.good9 | ||
| dig.out.random.good10 | ||
| dig.out.random.good11 | ||
| dig.out.random.good12 | ||
| dig.out.random.good13 | ||
| dig.out.random.good14 | ||
| dig.out.random.good15 | ||
| dig.out.random.good16 | ||
| dig.out.random.good17 | ||
| dig.out.random.good18 | ||
| dig.out.random.good19 | ||
| dig.out.random.good20 | ||
| dig.out.random.good21 | ||
| dig.out.random.good22 | ||
| dig.out.random.good23 | ||
| dig.out.random.good24 | ||
| setup.sh | ||
| tests.sh | ||