From 60fabb656fc659b254c2e542b0288d928ae191d8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 17 Jun 2013 16:38:03 +0000 Subject: [PATCH] -fixing issue with testcases and missing sqlite3 reported to bug-gnunet --- src/dht/test_dht_2dtorus.conf | 3 +++ src/dht/test_dht_api_data.conf | 7 ++++--- src/dht/test_dht_api_peer1.conf | 2 +- src/dht/test_dht_line.conf | 3 +++ src/dht/test_dht_monitor.conf | 2 +- src/dht/test_dht_multipeer.conf | 2 +- 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/src/dht/test_dht_2dtorus.conf b/src/dht/test_dht_2dtorus.conf index 29188cbe4..78ecd1c5b 100644 --- a/src/dht/test_dht_2dtorus.conf +++ b/src/dht/test_dht_2dtorus.conf @@ -3,6 +3,9 @@ SERVICEHOME = /tmp/test_dht_2dtorus/ [arm] DEFAULTSERVICES = core dht +[dhtcache] +QUOTA = 1 MB +DATABASE = heap [dns] AUTOSTART = NO diff --git a/src/dht/test_dht_api_data.conf b/src/dht/test_dht_api_data.conf index 58e509cbb..2d6b6b2d6 100644 --- a/src/dht/test_dht_api_data.conf +++ b/src/dht/test_dht_api_data.conf @@ -7,12 +7,13 @@ AUTOSTART = NO [resolver] AUTOSTART = NO -[datastore-sqlite] -FILENAME = $SERVICEHOME/datastore/sqlite.db - [datastore] AUTOSTART = NO +[dhtcache] +QUOTA = 1 MB +DATABASE = heap + [topology] TARGET-CONNECTION-COUNT = 16 AUTOCONNECT = YES diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf index fd2ee804f..53c7ba434 100644 --- a/src/dht/test_dht_api_peer1.conf +++ b/src/dht/test_dht_api_peer1.conf @@ -17,7 +17,7 @@ plugins = dht test [dhtcache] QUOTA = 1 MB -DATABASE = sqlite +DATABASE = heap [transport] PLUGINS = tcp diff --git a/src/dht/test_dht_line.conf b/src/dht/test_dht_line.conf index 0c790aaa1..b1ba435e7 100644 --- a/src/dht/test_dht_line.conf +++ b/src/dht/test_dht_line.conf @@ -1,5 +1,8 @@ [PATHS] SERVICEHOME = /tmp/test_dht_line/ +[dhtcache] +QUOTA = 1 MB +DATABASE = heap [arm] DEFAULTSERVICES = core dht diff --git a/src/dht/test_dht_monitor.conf b/src/dht/test_dht_monitor.conf index ebefcca38..c96a08507 100644 --- a/src/dht/test_dht_monitor.conf +++ b/src/dht/test_dht_monitor.conf @@ -9,7 +9,7 @@ plugins = test dht [dhtcache] QUOTA = 1 MB -DATABASE = sqlite +DATABASE = heap [transport] PLUGINS = tcp diff --git a/src/dht/test_dht_multipeer.conf b/src/dht/test_dht_multipeer.conf index 1408f05b9..bc9f245e3 100644 --- a/src/dht/test_dht_multipeer.conf +++ b/src/dht/test_dht_multipeer.conf @@ -9,7 +9,7 @@ plugins = test dht [dhtcache] QUOTA = 1 MB -DATABASE = sqlite +DATABASE = heap [transport] PLUGINS = tcp -- 2.25.1