From: Jeremy C. Reed Date: Thu, 19 Apr 2012 17:11:34 +0000 (-0500) Subject: [master] also wait for auth server to be started before query X-Git-Tag: trac2351_base~226^2~116^2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd1a4b0eac2f586c2efc98cb99235ddb1c77da8a;p=thirdparty%2Fkea.git [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. --- diff --git a/tests/lettuce/features/inmemory_over_sqlite3.feature b/tests/lettuce/features/inmemory_over_sqlite3.feature index 60945c87fb..85737e9916 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