]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix startup notify rate test
authorMark Andrews <marka@isc.org>
Wed, 11 Dec 2024 02:32:18 +0000 (13:32 +1100)
committerMark Andrews <marka@isc.org>
Thu, 12 Dec 2024 23:35:30 +0000 (23:35 +0000)
commit46388d07a2849d8f82d52d334caf09c986daa27c
tree5466fab044d066281f331a801287b1b566036363
parentb0eb3ca9d2789511722f0b4d6a2db4b84d4ad4b9
Fix startup notify rate test

The terminating conditions for the startup notify test would
occasionally get ~20 records or get +10 seconds of records due to
a bad terminating condition.  Additionally 20 samples lead to test
failures.  Fix the terminating condition to use the correct conditional
(-eq -> -ge) and increase the minimum number of log entries to
average over to 40.
bin/tests/system/notify/tests.sh