]> git.ipfire.org Git - thirdparty/bind9.git/commit
Watch logs from start in dialup system test
authorMichal Nowak <mnowak@isc.org>
Fri, 23 Feb 2024 13:51:23 +0000 (14:51 +0100)
committerMichal Nowak <mnowak@isc.org>
Mon, 26 Feb 2024 10:22:40 +0000 (11:22 +0100)
commit283a7ab17d31ab65ae8af83ec80e3eceee31bd8d
tree44986dc4f57ef9ef7d356d01a1754f329356131f
parent078d5147645dc368878eefe556175cc5f1788064
Watch logs from start in dialup system test

When the first parametrized test takes a bit longer than usual, the zone
transfer in ns3 may succeed before the second parametrized test is even
started, and then watch_log_from_here() won't find the "Transfer status:
success" message in the named log. Using watch_log_from_start() instead
makes sure the test is more stable.
bin/tests/system/dialup/tests_dialup_zone_transfer.py