From: Michał Kępień Date: Mon, 7 Aug 2023 09:26:58 +0000 (+0200) Subject: Lower the minimum expected dnstap output file size X-Git-Tag: v9.19.17~64^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67df78e5189575fc551b97f06c72da0126b3c6c5;p=thirdparty%2Fbind9.git Lower the minimum expected dnstap output file size Lower the size requirement for the dnstap output file produced during the "dnstap" system test from 454 to 450 bytes; while files of that size are not generated in any GitLab CI job, they are in other environments where the test passes. --- diff --git a/bin/tests/system/dnstap/tests.sh b/bin/tests/system/dnstap/tests.sh index 42189e1486c..36202a28ed3 100644 --- a/bin/tests/system/dnstap/tests.sh +++ b/bin/tests/system/dnstap/tests.sh @@ -569,7 +569,7 @@ EOF echo_i "checking unix socket message counts" sleep 2 - retry_quiet 5 dnstap_data_ready $fstrm_capture_pid dnstap.out 454 || { + retry_quiet 5 dnstap_data_ready $fstrm_capture_pid dnstap.out 450 || { echo_i "dnstap output file smaller than expected" ret=1 }