[master] stats counter for priming queries

4795.	[func]		A new statistics counter has been added to track
			priming queries. [RT #46313]
This commit is contained in:
Evan Hunt
2017-10-26 21:38:43 -07:00
parent 3b4f23cdbf
commit 06049b1c6c
6 changed files with 22 additions and 3 deletions

View File

@@ -137,5 +137,12 @@ fi
if [ $ret != 0 ]; then echo "I:failed"; fi
status=`expr $status + $ret`
ret=0
n=`expr $n + 1`
echo "I:checking priming queries are counted ($n)"
grep "1 priming queries" ns3/named.stats
if [ $ret != 0 ]; then echo "I:failed"; fi
status=`expr $status + $ret`
echo "I:exit status: $status"
[ $status -eq 0 ] || exit 1