]> git.ipfire.org Git - thirdparty/bind9.git/commit
Reorder dead primary checks in upforwd test
authorTom Krizek <tkrizek@isc.org>
Mon, 22 May 2023 12:20:29 +0000 (14:20 +0200)
committerTom Krizek <tkrizek@isc.org>
Mon, 22 May 2023 12:24:33 +0000 (14:24 +0200)
commitedaa5f5d2a221dade97ef8c7892f0b6b7a50ddec
treef87db8ef7b6bdb1b41512a62e143be00fee1225d
parentfd889bf0ad9f863378e52a14891cefcd8bc8e6e8
Reorder dead primary checks in upforwd test

The check which attempts to forward dynamic update to a dead primary may
trigger a timing issue #4080. For some reason, this has manifested under
the pytest runner, while the test still passes with the legacy runner.

Move the dead primary check closer to the end of the test to avoid
hitting this issue before we have a proper fix.
bin/tests/system/upforwd/tests.sh