BIND 10 trac1790, updated. b0b3abdfb7ff228da9ae3251d653fe7e4624e21e [1900] Check for CC status before starting inmemory_over_sqlite3.feature
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Apr 20 04:27:04 UTC 2012
The branch, trac1790 has been updated
via b0b3abdfb7ff228da9ae3251d653fe7e4624e21e (commit)
from 87798b672afb8a7374326992bfefb2e5f2c3971d (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 b0b3abdfb7ff228da9ae3251d653fe7e4624e21e
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Apr 20 09:56:23 2012 +0530
[1900] Check for CC status before starting inmemory_over_sqlite3.feature
-----------------------------------------------------------------------
Summary of changes:
.../inmemory_over_sqlite3/secondary.conf | 2 +-
.../lettuce/features/inmemory_over_sqlite3.feature | 2 ++
2 files changed, 3 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/configurations/inmemory_over_sqlite3/secondary.conf b/tests/lettuce/configurations/inmemory_over_sqlite3/secondary.conf
index a104726..8571015 100644
--- a/tests/lettuce/configurations/inmemory_over_sqlite3/secondary.conf
+++ b/tests/lettuce/configurations/inmemory_over_sqlite3/secondary.conf
@@ -4,7 +4,7 @@
"loggers": [ {
"debuglevel": 99,
"severity": "DEBUG",
- "name": "auth"
+ "name": "*"
} ]
},
"Auth": {
diff --git a/tests/lettuce/features/inmemory_over_sqlite3.feature b/tests/lettuce/features/inmemory_over_sqlite3.feature
index 85737e9..d9990ed 100644
--- a/tests/lettuce/features/inmemory_over_sqlite3.feature
+++ b/tests/lettuce/features/inmemory_over_sqlite3.feature
@@ -5,6 +5,8 @@ Feature: In-memory zone using SQLite3 backend
Scenario: Load and response
Given I have bind10 running with configuration inmemory_over_sqlite3/secondary.conf
+ And wait for bind10 stderr message BIND10_STARTED_CC
+ And wait for bind10 stderr message CMDCTL_STARTED
And wait for bind10 stderr message AUTH_SERVER_STARTED
A query for www.example.org should have rcode NOERROR
The SOA serial for example.org should be 1234
More information about the bind10-changes
mailing list