BIND 10 trac1290, updated. 7d4cc051f1ab3470bb5f7b5f8ea9e622fc7c7c9b [1290] little experiment with an extra wait

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 19 14:41:39 UTC 2011


The branch, trac1290 has been updated
       via  7d4cc051f1ab3470bb5f7b5f8ea9e622fc7c7c9b (commit)
      from  bbfee9cc079856d3b437a1bbb69b4157092cbf97 (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 7d4cc051f1ab3470bb5f7b5f8ea9e622fc7c7c9b
Author: Jelte Jansen <jelte at isc.org>
Date:   Wed Oct 19 16:41:26 2011 +0200

    [1290] little experiment with an extra wait

-----------------------------------------------------------------------

Summary of changes:
 tests/lettuce/features/server_from_sqlite3.feature |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/server_from_sqlite3.feature b/tests/lettuce/features/server_from_sqlite3.feature
index d0f4f5a..d40fd23 100644
--- a/tests/lettuce/features/server_from_sqlite3.feature
+++ b/tests/lettuce/features/server_from_sqlite3.feature
@@ -21,9 +21,11 @@ Feature: SQLite3 backend
         When I start bind10 with configuration example.org.config
         Then wait for bind10 auth to start
         A query for www.example.org should have rcode NOERROR
+        Wait for log message AUTH_SEND_NORMAL_RESPONSE
         Then set bind10 configuration Auth/database_file to data/empty_db.sqlite3
         And wait for log message DATASRC_SQLITE_OPEN
         A query for www.example.org should have rcode REFUSED
+        Wait for log message AUTH_SEND_NORMAL_RESPONSE
         Then set bind10 configuration Auth/database_file to data/example.org.sqlite3
         And wait for log message DATASRC_SQLITE_OPEN
         A query for www.example.org should have rcode NOERROR




More information about the bind10-changes mailing list