]> 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:39:48 +0000 (10:39 -0300)
commit0cd414a39051d017223b827fb36e972bb1ac8cd4
tree6530d024f1e57a47beda874b1597b618410ca381
parentf7a271d562281c86092fd93fba63b624fd243d81
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