From: Mukund Sivaraman Date: Tue, 18 Jun 2013 11:33:37 +0000 (+0530) Subject: [2947] Extend lettuce query test config to include broken datasource type X-Git-Tag: bind10-1.2.0beta1-release~389^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c730f9ab1b00b3611d82d0c00a2f0faf56b8162a;p=thirdparty%2Fkea.git [2947] Extend lettuce query test config to include broken datasource type There's no way to comment JSON, so we'll set the type to a very detailed string. --- diff --git a/tests/lettuce/configurations/example.org.inmem.config b/tests/lettuce/configurations/example.org.inmem.config index 2e9ca417fd..2eadedbeb5 100644 --- a/tests/lettuce/configurations/example.org.inmem.config +++ b/tests/lettuce/configurations/example.org.inmem.config @@ -22,6 +22,12 @@ "params": { "example.org": "data/example.org" } + }, + { + "type": "broken_libraries_should_be_skipped", + "cache-enable": false, + "params": { + } } ] }