mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-07 17:35:18 +00:00
[#2116] remove cql code
This commit is contained in:
@@ -525,11 +525,7 @@ TEST(DatabaseConnection, toElementDbAccessStringValid) {
|
||||
const char* configs[] = {
|
||||
"{\n"
|
||||
"\"connect-timeout\" : 200, \n"
|
||||
"\"contact-points\": \"contact_str\", \n"
|
||||
"\"consistency\": \"quorum\", \n"
|
||||
"\"on-fail\": \"stop-retry-exit\", \n"
|
||||
"\"serial-consistency\": \"serial\", \n"
|
||||
"\"keyspace\": \"keyspace_str\", \n"
|
||||
"\"lfc-interval\" : 100, \n"
|
||||
"\"host\": \"whatevah\", \n"
|
||||
"\"max-reconnect-tries\": 5, \n"
|
||||
@@ -539,9 +535,6 @@ TEST(DatabaseConnection, toElementDbAccessStringValid) {
|
||||
"\"port\" : 300, \n"
|
||||
"\"readonly\" : false, \n"
|
||||
"\"reconnect-wait-time\": 99, \n"
|
||||
"\"request-timeout\" : 100, \n"
|
||||
"\"tcp-keepalive\": 101, \n"
|
||||
"\"tcp-nodelay\": false, \n"
|
||||
"\"type\": \"memfile\", \n"
|
||||
"\"user\": \"user_str\", \n"
|
||||
"\"max-row-errors\": 50, \n"
|
||||
|
Reference in New Issue
Block a user