]> git.ipfire.org Git - thirdparty/bind9.git/commit
Start named as auth and recursive server in pairwise
authorMichal Nowak <mnowak@isc.org>
Wed, 18 Jan 2023 16:41:21 +0000 (17:41 +0100)
committerMichal Nowak <mnowak@isc.org>
Mon, 13 Feb 2023 11:45:20 +0000 (12:45 +0100)
commita708c2f93d672a331d7abf3588a05582163362fe
tree215358cf7b9ced38556121af77b76578c1e0d302
parent18f6213dc7976f45c50d070885e7d8eb711f0b62
Start named as auth and recursive server in pairwise

The script will start the named process configured as both an
authoritative and recursive server for each pairwise ./configure
configuration. The test is considered successful if the named process
runs until the 5-second timeout is triggered, and there is no named.lock
file present, indicating that named did not crash on shutdown.
util/pairwise-testing.sh