]> 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:22:50 +0000 (10:22 -0300)
commit64ae91c62a5e6cb8286e1c1fcf3954af95276dac
treea2ea9e69d502ad83e14878ae6728fb32f45ca005
parent35df5e7a316cc3c097503cf65872155307c90a64
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