-fixing issue with testcases and missing sqlite3 reported to bug-gnunet
authorChristian Grothoff <christian@grothoff.org>
Mon, 17 Jun 2013 16:38:03 +0000 (16:38 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 17 Jun 2013 16:38:03 +0000 (16:38 +0000)
src/dht/test_dht_2dtorus.conf
src/dht/test_dht_api_data.conf
src/dht/test_dht_api_peer1.conf
src/dht/test_dht_line.conf
src/dht/test_dht_monitor.conf
src/dht/test_dht_multipeer.conf

index 29188cbe425e64f563c10140ea2ae32f57a15cb2..78ecd1c5bb54ab4f33ae5ec885da5b468356ffb4 100644 (file)
@@ -3,6 +3,9 @@ SERVICEHOME = /tmp/test_dht_2dtorus/
 
 [arm]
 DEFAULTSERVICES = core dht
+[dhtcache]
+QUOTA = 1 MB
+DATABASE = heap
 
 [dns]
 AUTOSTART = NO
index 58e509cbb05fba368f2feaa010847de8a9c0e7db..2d6b6b2d63716892ad0af0fa450c1d958ac57473 100644 (file)
@@ -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
index fd2ee804fa4c52be6a3c5a7623c259234b426c51..53c7ba434f55ecc0a9404ee35832a23a2a620efe 100644 (file)
@@ -17,7 +17,7 @@ plugins = dht test
 
 [dhtcache]
 QUOTA = 1 MB
-DATABASE = sqlite
+DATABASE = heap
 
 [transport]
 PLUGINS = tcp
index 0c790aaa11adae61639f508e87a48dc92114c084..b1ba435e74cc0f29a1f4bacb3f1197cce4ffd81e 100644 (file)
@@ -1,5 +1,8 @@
 [PATHS]
 SERVICEHOME = /tmp/test_dht_line/
+[dhtcache]
+QUOTA = 1 MB
+DATABASE = heap
 
 [arm]
 DEFAULTSERVICES = core dht
index ebefcca380ea9570febfa926f7ddbc78ade41bce..c96a085075b12a8a80f702736121f94b50f51297 100644 (file)
@@ -9,7 +9,7 @@ plugins = test dht
 
 [dhtcache]
 QUOTA = 1 MB
-DATABASE = sqlite
+DATABASE = heap
 
 [transport]
 PLUGINS = tcp
index 1408f05b9acf817bee52e0d1c53d4ec9d1b25dcb..bc9f245e353b3254aa673d53f319f1dcceb17228 100644 (file)
@@ -9,7 +9,7 @@ plugins = test dht
 
 [dhtcache]
 QUOTA = 1 MB
-DATABASE = sqlite
+DATABASE = heap
 
 [transport]
 PLUGINS = tcp