mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 16:59:59 -04:00
Wait for "sending notifies" for step3.zsk-prepub
Commitc17ac42608changed some tests to wait for "zone_needdump" messages instead of "sending notifies", because notifies are rate limited and "zone_needdump" happen on every change. However, inspecting the logs, the "zone_needdump" changes happen more than once (likely because the re-signing is done in batches): received control channel command 'sign step3.zsk-prepub.manual' zone_journal: zone step3.zsk-prepub.manual/IN (signed): enter zone_needdump: zone step3.zsk-prepub.manual/IN (signed): enter zone_journal: zone step3.zsk-prepub.manual/IN (signed): enter zone_needdump: zone step3.zsk-prepub.manual/IN (signed): enter zone_journal: zone step3.zsk-prepub.manual/IN (signed): enter zone_needdump: zone step3.zsk-prepub.manual/IN (signed): enter zone step3.zsk-prepub.manual/IN (signed): sending notifies This means we are running the rollover step checks too fast in some test runs. Revert the wait for log change for the rollover-zsk-prepub test. (cherry picked from commit22c02a4df9)
This commit is contained in:
parent
4bdd934562
commit
056d73dd08
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ def test_zsk_prepub_step3(tld, alg, size, ns3):
|
|||
# Force full resign and check all signatures have been replaced.
|
||||
with ns3.watch_log_from_here() as watcher:
|
||||
ns3.rndc(f"sign {zone}")
|
||||
watcher.wait_for_line(f"zone_needdump: zone {zone}/IN (signed): enter")
|
||||
watcher.wait_for_line(f"zone {zone}/IN (signed): sending notifies")
|
||||
|
||||
step["smooth"] = False
|
||||
step["nextev"] = Iret(CONFIG, smooth=False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue