mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 16:20:26 -05:00
- Easier kill of unbound-dnstap-socket tool in test.
This commit is contained in:
parent
bbba236a36
commit
a453ab629c
3 changed files with 4 additions and 1 deletions
|
|
@ -1209,9 +1209,9 @@ setup_and_run(struct config_strlist_head* local_list,
|
||||||
if(verbosity) log_info("start of service");
|
if(verbosity) log_info("start of service");
|
||||||
|
|
||||||
ub_event_base_dispatch(base);
|
ub_event_base_dispatch(base);
|
||||||
|
sig_base = NULL;
|
||||||
|
|
||||||
if(verbosity) log_info("end of service");
|
if(verbosity) log_info("end of service");
|
||||||
sig_base = NULL;
|
|
||||||
tap_socket_list_delete(maindata->acceptlist);
|
tap_socket_list_delete(maindata->acceptlist);
|
||||||
ub_event_base_free(base);
|
ub_event_base_free(base);
|
||||||
free(maindata);
|
free(maindata);
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
- Add dohclient test executable to gitignore.
|
- Add dohclient test executable to gitignore.
|
||||||
- Fix stream_ssl, ssl_req_order and ssl_req_timeout tests for
|
- Fix stream_ssl, ssl_req_order and ssl_req_timeout tests for
|
||||||
alloc check debug output.
|
alloc check debug output.
|
||||||
|
- Easier kill of unbound-dnstap-socket tool in test.
|
||||||
|
|
||||||
29 September 2020: Ralph
|
29 September 2020: Ralph
|
||||||
- DNS Flag Day 2020: change edns-buffer-size default to 1232.
|
- DNS Flag Day 2020: change edns-buffer-size default to 1232.
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,6 @@ kill_pid $FWD_PID
|
||||||
kill $UNBOUND_PID
|
kill $UNBOUND_PID
|
||||||
kill $UNBOUND_PID >/dev/null 2>&1
|
kill $UNBOUND_PID >/dev/null 2>&1
|
||||||
cat unbound.log
|
cat unbound.log
|
||||||
|
cat tap.log
|
||||||
|
cat tap.errlog
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue