BIND 10 master, updated. fd1a4b0eac2f586c2efc98cb99235ddb1c77da8a [master] also wait for auth server to be started before query

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Apr 19 17:13:16 UTC 2012


The branch, master has been updated
       via  fd1a4b0eac2f586c2efc98cb99235ddb1c77da8a (commit)
      from  b24b0f2312ce99cba4af8456179c712d5cc0fe9d (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 fd1a4b0eac2f586c2efc98cb99235ddb1c77da8a
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Thu Apr 19 12:11:34 2012 -0500

    [master] also wait for auth server to be started before query
    
    This is in the Load and response scenario.
    
    This is to fix lettuce failures see on mac and debian automated lettuce
    runs.
    
    This was just a timing race.
    
    Also I didn't check for BIND10_STARTED_CC as done elsewhere
    since that never worked. I opened a ticket for that: #1900.

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

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

-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/inmemory_over_sqlite3.feature b/tests/lettuce/features/inmemory_over_sqlite3.feature
index 60945c8..85737e9 100644
--- a/tests/lettuce/features/inmemory_over_sqlite3.feature
+++ b/tests/lettuce/features/inmemory_over_sqlite3.feature
@@ -5,5 +5,6 @@ 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 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