]> 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 11:11:07 +0000 (12:11 +0100)
commit195b892bdecdfa0a3656f27975942d2fd13e7719
tree320f29d897fea850a784d00fab0a68eff056b17c
parent0356a34673afa527029f60cec02a304f65c641ce
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.

(cherry picked from commit 283a7ab17d31ab65ae8af83ec80e3eceee31bd8d)
bin/tests/system/dialup/tests_dialup_zone_transfer.py