- Fix unit test for dnstap changes, so that it waits for the timer.

This commit is contained in:
W.C.A. Wijngaards 2020-09-29 13:29:24 +02:00
parent eb8ec9c18b
commit 83200a3431
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,6 @@
28 September 2020: Wouter
- Fix unit test for dnstap changes, so that it waits for the timer.
23 September 2020: Wouter
- Fix #305: dnstap logging significantly affects unbound performance
(regression in 1.11).

View file

@ -24,6 +24,8 @@ else
exit 1
fi
echo "> wait for log to happen on timer"
sleep 3
echo "> check tap.log for dnstap info"
# see if it logged the information in tap.log
# wait for a moment for filesystem to catch up.