]> git.ipfire.org Git - thirdparty/bind9.git/commit
Disable dnstap testing globally
authorMichal Nowak <mnowak@isc.org>
Wed, 27 Mar 2024 09:25:55 +0000 (10:25 +0100)
committerMichal Nowak <mnowak@isc.org>
Wed, 27 Mar 2024 09:37:52 +0000 (10:37 +0100)
commit29798de0e9fa045ead56cb8b9e0cdab903cd207d
treedffa2fe107f3f644de2a3fa083c0c3c7cb2e2e55
parentb8dbe274ebd2ab27902c85532079c07eb1320ec8
Disable dnstap testing globally

The dnstap system test fails permanently. Given that we don't have the
resources to investigate and fix the issue in this EoL branch, turn off
dnstap globally.

    I:dnstap:checking that named-checkconf detects no error in good-fstrm-set-reopen-interval.conf
    I:dnstap:wait for servers to finish loading
    I:dnstap:checking initial message counts
    I:dnstap:checking UDP message counts
    I:dnstap:ns3        3 expected 4
    I:dnstap:failed
    I:dnstap:checking TCP message counts
    I:dnstap:checking AUTH_QUERY message counts
    I:dnstap:checking AUTH_RESPONSE message counts
    I:dnstap:checking CLIENT_QUERY message counts
    I:dnstap:checking CLIENT_RESPONSE message counts
    I:dnstap:ns3        1 expected 2
    I:dnstap:failed

But enable dnstap in Debian "stretch" CI jobs to ensure it builds and
gets at least minimal testing.
.gitlab-ci.yml