]> 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 12:40:47 +0000 (13:40 +0100)
commite6f5b69784bc68f7260488035d3175f0dc374c2d
treea206bfa03250d85301459801c0691c82f77169a4
parent28b33b72e3f563aab6e2152d7d992df46f0a6f24
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.

(cherry picked from commit a708c2f93d672a331d7abf3588a05582163362fe)
util/pairwise-testing.sh