]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Disable keyfromlabel collision avoidance in tests
authorNicki Křížek <nicki@isc.org>
Fri, 10 Oct 2025 09:24:39 +0000 (11:24 +0200)
committerNicki Křížek <nicki@isc.org>
Fri, 10 Oct 2025 09:24:39 +0000 (11:24 +0200)
commit8f392d484edcc5668e589b23ad97d4370b595b7b
tree124029560d7e942d385a455f4ed81e5dab452d20
parentb3c025837d69816a6472bd206ad92d6f7f85957c
parent2ecbe46e0d2de75a357d5d2da06638ecf806e617
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

Merge branch '5554-disable-keyfromlabel-collision-avoidance-in-tests' into 'main'

See merge request isc-projects/bind9!11066