]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix dnstap system test on FreeBSD
authorDiego Fronza <diego@isc.org>
Thu, 1 Oct 2020 17:04:05 +0000 (14:04 -0300)
committerDiego Fronza <diego@isc.org>
Tue, 20 Oct 2020 13:18:28 +0000 (10:18 -0300)
commitd934513c42fc25be10804fb55bbea4ccdeeb8e7f
treea77d97b7fdb93c3a9e80c3b7d193c06f850ef1b8
parent7350c7555d5c21946a3e1c61f56a7f08bae72cfa
Fix dnstap system test on FreeBSD

This commit ensures that dnstap output files captured
by fstrm_capture are properly flushed before any attempt
on reading them with dnstap-read is done.

By reading fstrm-capture source code it was noticed that
signal SIGHUP is used to flush the capture file.
bin/tests/system/dnstap/tests.sh