]> git.ipfire.org Git - thirdparty/bind9.git/commit
Improve key collision detection in ksr system test
authorMatthijs Mekking <matthijs@isc.org>
Fri, 25 Jul 2025 09:05:41 +0000 (11:05 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 29 Jul 2025 11:57:06 +0000 (13:57 +0200)
commitabdb9a133483f3a1968646289ae355e3cdddbf72
tree57d38ce649c230a9dadeb1ba10842c505d46ac6d
parentc9dcc8c485bb6a21bb9997c28bf374f189701d47
Improve key collision detection in ksr system test

MR !10238 added key collision detection in the ksr system test but it
was flawed because for every "collide" in the output we also log
"Generating an new key" and for each "Generating" we add the counter
by one, nullifying the subtract by one.

Use regular expressions to search in the output and make the string
expression more strict.
bin/tests/system/ksr/tests_ksr.py