4463. [bug] The dnstap system test failed on some systems.

[RT #43129]
This commit is contained in:
Mark Andrews 2016-09-08 11:40:24 +10:00
parent 58d622d96d
commit ed7097fc00
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
4463. [bug] The dnstap system test failed on some systems.
[RT #43129]
4462. [bug] Don't describe a returned EDNS COOKIE as "good"
when there isn't a valid server cookie. [RT #43167]

View file

@ -40,7 +40,7 @@ mv ns2/dnstap.out ns2/dnstap.out.save
if [ -n "$FSTRM_CAPTURE" ] ; then
$FSTRM_CAPTURE -t protobuf:dnstap.Dnstap -u ns4/dnstap.out \
-w dnstap.out >& fstrm_capture.out &
-w dnstap.out > fstrm_capture.out 2>&1 &
fstrm_capture_pid=$!
fi
@ -424,7 +424,7 @@ if [ -n "$FSTRM_CAPTURE" ] ; then
}
mv dnstap.out dnstap.out.save
$FSTRM_CAPTURE -t protobuf:dnstap.Dnstap -u ns4/dnstap.out \
-w dnstap.out >& fstrm_capture.out &
-w dnstap.out > fstrm_capture.out 2>&1 &
fstrm_capture_pid=$!
$RNDCCMD -s 10.53.0.4 dnstap -reopen | sed 's/^/I:ns4 /'
$DIG +short @10.53.0.4 -p 5300 a.example > dig.out