]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] also wait for auth server to be started before query
authorJeremy C. Reed <jreed@ISC.org>
Thu, 19 Apr 2012 17:11:34 +0000 (12:11 -0500)
committerJeremy C. Reed <jreed@ISC.org>
Thu, 19 Apr 2012 17:11:34 +0000 (12:11 -0500)
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.

tests/lettuce/features/inmemory_over_sqlite3.feature

index 60945c87fb01925c046c666eef762f2949339cc0..85737e99164e0fd5332cea106f2ea44f547d1451 100644 (file)
@@ -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