]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Improve key collision detection in ksr system test alessio/aligned-atomics-baseline
authorMatthijs Mekking <matthijs@isc.org>
Tue, 29 Jul 2025 12:46:20 +0000 (12:46 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 29 Jul 2025 12:46:20 +0000 (12:46 +0000)
commit6f679231da6bed8e47f0bb5e31bed7892a0340f5
tree57d38ce649c230a9dadeb1ba10842c505d46ac6d
parentc9dcc8c485bb6a21bb9997c28bf374f189701d47
parentabdb9a133483f3a1968646289ae355e3cdddbf72
fix: test: 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.

Fix by splitting the output on ':' rather than on the default whitespace. Also make the substring matching more strict.

Closes #5229 (again)

Merge branch '5229-ksr-key-collision' into 'main'

See merge request isc-projects/bind9!10775