BIND 10 trac2138, updated. c5e8785d2cbc2e22cafa89a8d7b9c0c20dc024c1 [2138] removed "statistics-iterval" configration from system tests
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Aug 23 10:03:08 UTC 2012
The branch, trac2138 has been updated
via c5e8785d2cbc2e22cafa89a8d7b9c0c20dc024c1 (commit)
via 4ebfd2ae59c83f2264929a238e125c89c025b99a (commit)
from 69a1786aaeec95803c00640b7f52481b1b6bee5b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c5e8785d2cbc2e22cafa89a8d7b9c0c20dc024c1
Author: Kazunori Fujiwara <fujiwara at wide.ad.jp>
Date: Thu Aug 23 19:01:50 2012 +0900
[2138] removed "statistics-iterval" configration from system tests
commit 4ebfd2ae59c83f2264929a238e125c89c025b99a
Author: Kazunori Fujiwara <fujiwara at wide.ad.jp>
Date: Thu Aug 23 16:11:37 2012 +0900
[2138] added changelog
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
.../system/bindctl/nsx1/b10-config.db.template.in | 1 -
tests/system/bindctl/tests.sh | 1 -
3 files changed, 8 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 7716b44..fac0e06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+nnn. [func]* naokikambe, fujiwara
+ b10-stats polls the bind10 and b10-auth with new 'getstats' command
+ to retrieve statistics data. The polling interval can be configured
+ by bindctl command. The 'sendstats' command was removed from bind10
+ and b10-auth. The 'statistics-interval' config item was removed from
+ b10-auth.
+ (Trac #2136, #2137 and #2138, git TBD)
+
458. [build]* jinmei
BIND 10 now relies on Boost offset_ptr, which caused some new
portability issues. Such issues are detected at ./configure time.
diff --git a/tests/system/bindctl/nsx1/b10-config.db.template.in b/tests/system/bindctl/nsx1/b10-config.db.template.in
index 4c0b6dc..47d8d4f 100644
--- a/tests/system/bindctl/nsx1/b10-config.db.template.in
+++ b/tests/system/bindctl/nsx1/b10-config.db.template.in
@@ -2,7 +2,6 @@
"Auth": {
"listen_on": [{"address": "10.53.0.1", "port": 53210}],
"database_file": "@abs_builddir@/zone.sqlite3",
- "statistics-interval": 1
},
"data_sources": {
"classes": {
diff --git a/tests/system/bindctl/tests.sh b/tests/system/bindctl/tests.sh
index a49043b..ee0303a 100755
--- a/tests/system/bindctl/tests.sh
+++ b/tests/system/bindctl/tests.sh
@@ -52,7 +52,6 @@ n=`expr $n + 1`
echo "I:Checking BIND 10 statistics after a pause ($n)"
# wait for 2sec to make sure b10-stats gets the latest statistics.
-# note that we set statistics-interval to 1.
sleep 2
echo 'Stats show
' | $RUN_BINDCTL \
More information about the bind10-changes
mailing list