BIND 10 trac2421, updated. 4bc7823ddb3d480a7e3ff259722832cee64bec22 [2421] Check that the load error messages are logged
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 14 09:03:14 UTC 2012
The branch, trac2421 has been updated
via 4bc7823ddb3d480a7e3ff259722832cee64bec22 (commit)
from 2332578b7a7c6a25e8f24eaafd08c1f0f507f382 (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 4bc7823ddb3d480a7e3ff259722832cee64bec22
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Nov 14 14:32:10 2012 +0530
[2421] Check that the load error messages are logged
-----------------------------------------------------------------------
Summary of changes:
tests/lettuce/features/auth_badzone.feature | 10 ++++++++++
1 file changed, 10 insertions(+)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/auth_badzone.feature b/tests/lettuce/features/auth_badzone.feature
index 57b2dd4..edc1a64 100644
--- a/tests/lettuce/features/auth_badzone.feature
+++ b/tests/lettuce/features/auth_badzone.feature
@@ -6,6 +6,16 @@ Feature: Authoritative DNS server with a bad zone
Scenario: Bad zone
Given I have bind10 running with configuration auth/auth_badzone.config
+
+ # loading example.com, example.net and example.info zones fail.
+ # Note: wait for these messages right away as otherwise they
+ # will be logged and we cannot use the 'new' keyword to wait for
+ # 3 different log messages. *There could still be a race here if
+ # auth starts very quickly.*
+ And wait for new bind10 stderr message DATASRC_LOAD_FROM_FILE_ERROR
+ And wait for new bind10 stderr message DATASRC_LOAD_FROM_FILE_ERROR
+ And wait for new bind10 stderr message DATASRC_LOAD_FROM_FILE_ERROR
+
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
More information about the bind10-changes
mailing list