]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Statistics test.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 5 Feb 2008 13:53:05 +0000 (13:53 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 5 Feb 2008 13:53:05 +0000 (13:53 +0000)
git-svn-id: file:///svn/unbound/trunk@918 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/TODO
testcode/do-tests.sh
testdata/stat_timer.tpkg [new file with mode: 0644]

index 6362e88172bcdbf9061e1a4a4399534534a1fbd1..5c356f17776bfb56319c2dce9c05823678babbdc 100644 (file)
@@ -1,5 +1,6 @@
 5 February 2008: Wouter
        - statistics-interval: seconds option added.
+       - test for statistics option
 
 31 January 2008: Wouter
        - bg thread/process reads and writes the pipe nonblocking all the time
index b3ff0d6f5caeabb5c10337a423e0f26e3372f3e5..ddd47c7df4bfc95f158a14cb2640eea04afe7281 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -57,3 +57,4 @@ o in an ipv6 connected only environment unbound cannot use outgoing IP6
 o support multiple dns messages in a TCP query stream for the unbound server.
 o SIG(0) and TSIG.
 o support OPT record placement on recv anywhere in the additional section. 
+o add local-file: config with authority features.
index 3bd59c93fa30ac996ef5cac98d3a093d849c568e..ac10dd66edc6a7f365af8b8d790daab883f5ac60 100755 (executable)
@@ -2,7 +2,7 @@
 
 NEED_SPLINT='00-lint.tpkg'
 NEED_DOXYGEN='01-doc.tpkg'
-NEED_LDNS_TESTNS='fwd_no_edns.tpkg fwd_tcp_tc.tpkg fwd_tcp.tpkg fwd_three_service.tpkg fwd_three.tpkg fwd_ttlexpire.tpkg fwd_udp.tpkg fwd_tcp_tc6.tpkg fwd_compress_c00c.tpkg fwd_ancil.tpkg'
+NEED_LDNS_TESTNS='fwd_no_edns.tpkg fwd_tcp_tc.tpkg fwd_tcp.tpkg fwd_three_service.tpkg fwd_three.tpkg fwd_ttlexpire.tpkg fwd_udp.tpkg fwd_tcp_tc6.tpkg fwd_compress_c00c.tpkg fwd_ancil.tpkg stat_timer.tpkg'
 NEED_XXD='fwd_compress_c00c.tpkg'
 NEED_NC='fwd_compress_c00c.tpkg'
 
diff --git a/testdata/stat_timer.tpkg b/testdata/stat_timer.tpkg
new file mode 100644 (file)
index 0000000..3281361
Binary files /dev/null and b/testdata/stat_timer.tpkg differ