2
0
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:
Razvan Becheriu
2022-03-30 12:46:28 +03:00
parent c8060d7029
commit d41571ce17
171 changed files with 8964 additions and 28968 deletions

View File

@@ -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"