mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-23 09:51:03 -05: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. |
||
|---|---|---|
| .. | ||
| startperf | ||
| system | ||
| testdata/wire | ||
| .gitignore | ||
| convert-trs-to-junit.py | ||
| Makefile.am | ||
| test_client.c | ||
| test_server.c | ||
| wire_test.c | ||