BIND 10 trac2947, updated. cea931d3c7650054666885e3eed563d0de597e06 [2947] Extend lettuce query test config to include broken datasource type
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 18 11:34:20 UTC 2013
The branch, trac2947 has been updated
via cea931d3c7650054666885e3eed563d0de597e06 (commit)
from a56c990728ead21fddeb426cdd3bd8909de78841 (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 cea931d3c7650054666885e3eed563d0de597e06
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Jun 18 17:03:37 2013 +0530
[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.
-----------------------------------------------------------------------
Summary of changes:
.../configurations/example.org.inmem.config | 6 ++++++
1 file changed, 6 insertions(+)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/configurations/example.org.inmem.config b/tests/lettuce/configurations/example.org.inmem.config
index 2e9ca41..2eadedb 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": {
+ }
}
]
}
More information about the bind10-changes
mailing list