]> git.ipfire.org Git - thirdparty/bind9.git/commit
Rewrite stress test to pytest
authorMichal Nowak <mnowak@isc.org>
Tue, 9 May 2023 17:11:00 +0000 (19:11 +0200)
committerMichal Nowak <mnowak@isc.org>
Tue, 8 Aug 2023 08:31:45 +0000 (10:31 +0200)
commitecd7b30d0ac9f2ada45448f9adf7c9a22f33b122
tree4451162bec427ff122778c330903bead7c7ae0fe
parent448831dde240e439c868ac0f33a6ad403620f30a
Rewrite stress test to pytest

The shell version of the test was completed only after all DNS zone
updates were sent, even if the BIND server crashed while processing
them, leading to prolonged execution and potential hang in the CI
environment. The Python rewrite of the test ensures that DNS update
tasks finish within five minutes of starting, irrespective of a BIND
crash possibility or DNS zone updates not finishing in time.
bin/tests/system/stress/clean.sh
bin/tests/system/stress/tests.sh [deleted file]
bin/tests/system/stress/tests_sh_stress.py [deleted file]
bin/tests/system/stress/tests_stress_update.py [new file with mode: 0644]
bin/tests/system/stress/update.pl [deleted file]