]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Prevent intermittent setup.sh failures in the "statschannel" system test
authorMark Andrews <marka@isc.org>
Wed, 31 Jul 2024 04:42:43 +0000 (04:42 +0000)
committerMark Andrews <marka@isc.org>
Wed, 31 Jul 2024 04:42:43 +0000 (04:42 +0000)
commitc32ddf9672ca7f6d6ace81b07acbf7fd303ac43c
treeda1ef917a9b3385e4bd149abdd90f585514a72d7
parent10602b1bbbe5d7b92c59b4b2c15592fc5a137c29
parent0d69afd764f4fcd390d8c4ed7a7bf6ef1d8ae501
fix: test: Prevent intermittent setup.sh failures in the "statschannel" system test

Don't verify the just signed zone as the RRSIGs could have expired before the signing process completes

Closes #4781 #2476

Merge branch '4781-statschannel-setup-can-fail-due-to-short-validity-interval' into 'main'

Closes #4781 and #2476

See merge request isc-projects/bind9!9114