mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-27 08:59:19 -05:00
- Fix unit test for dnstap changes, so that it waits for the timer.
This commit is contained in:
parent
eb8ec9c18b
commit
83200a3431
2 changed files with 5 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
2
testdata/dnstap.tdir/dnstap.test
vendored
2
testdata/dnstap.tdir/dnstap.test
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue