|
@@ -22,6 +22,8 @@ Feature: SQLite3 backend
|
|
Then wait for bind10 auth to start
|
|
Then wait for bind10 auth to start
|
|
A query for www.example.org should have rcode NOERROR
|
|
A query for www.example.org should have rcode NOERROR
|
|
Then set bind10 configuration Auth/database_file to data/empty_db.sqlite3
|
|
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
|
|
A query for www.example.org should have rcode REFUSED
|
|
Then set bind10 configuration Auth/database_file to data/example.org.sqlite3
|
|
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
|
|
A query for www.example.org should have rcode NOERROR
|