]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix flakiness in the doth reconfig test
authorArtem Boldariev <artem@boldariev.com>
Fri, 17 Dec 2021 11:57:42 +0000 (13:57 +0200)
committerArtem Boldariev <artem@boldariev.com>
Mon, 20 Dec 2021 12:28:53 +0000 (14:28 +0200)
commit2e5f9a0df5e0a8a15c1cdf69f2aae55fd7a0aca3
tree175fbdd8d16ab7e7a7bb9a79ec6fbc97b9b5c4e4
parent0ad79ab51cf72de94cfc98ab7861c5e56ecf2d26
Fix flakiness in the doth reconfig test

Due to the fact that the primary nameserver creates a lot of TLS
contexts, its reconfiguration could take too much time on the CI,
leading to spurious test failures, while in reality it works just
fine.

This commit adds a separate instance for this test which does not use
ephemeral keys (these are costly to generate) and creates minimal
amount of TLS contexts.
bin/tests/system/doth/ns4/named.conf.in [new file with mode: 0644]
bin/tests/system/doth/setup.sh
bin/tests/system/doth/tests.sh