]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: test: Disable keyfromlabel collision avoidance in tests
authorNicki Křížek <nicki@isc.org>
Fri, 10 Oct 2025 11:07:31 +0000 (13:07 +0200)
committerNicki Křížek <nicki@isc.org>
Fri, 10 Oct 2025 11:07:31 +0000 (13:07 +0200)
commit00fd400a6d0eed49f433f41c1f7dedf89e4b69bc
tree85a98437d4c61f8731c92abe6fe982e6df3da520
parent7dc76a13e41c9514cf7854c677562cc28f5930eb
parenta8abaef5c5bc26a81605157971488bbece7abd3c
[9.18] fix: test: Disable keyfromlabel collision avoidance in tests

With the collision avoidance on, some of the tests would occasionally
fail. None of the tests using keyfromlabel are revoking the keys so it
should be safe to disable it.

Closes #5554

Backport of MR !11066

Merge branch 'backport-5554-disable-keyfromlabel-collision-avoidance-in-tests-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!11075