]> git.ipfire.org Git - thirdparty/pdns.git/commit
Cleanup start and stop code 11070/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 3 Dec 2021 14:29:09 +0000 (15:29 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 6 Dec 2021 08:21:40 +0000 (09:21 +0100)
commit32a176376fc2a0df1201d96adb5f88f0f7e4b0fe
tree0cc33b219688356978276ec67071f60fce1904a1
parent2e7166c0e59992d1f7061acb51c729f9ffacf271
Cleanup start and stop code

- more clearly print startup logs in case of exec error
- do not try to kill a process that's already dead
- do not call exit, but throw an AssertionError on startup issues

Also print logs on no exception
regression-tests.recursor-dnssec/recursortests.py
regression-tests.recursor-dnssec/test_API.py