perkeep/pkg/index
mpl ac6acf5d70 index/sqlite tests: let sorted/sqlite pkg do initDB and enable WAL
The problem was newSorted was taking care of doing the DB
initialization. It was not only unnecessary, since newKeyValueFromConfig
from sorted/sqlite will do it by calling initDB, but also incorrect
because WAL was not getting enabled. Which is what was causing the
"database is locked" error "fixed" in commit
f6bf779cd6

Change-Id: Ib4badeda4ed4c6c4be43d5f7fc4c543a467b0cd1
2015-03-13 19:11:33 +01:00
..
indextest search, index: add WholeRef to pkg camtypes' FileInfo struct 2015-02-04 21:04:39 -08:00
sqlindex Change sorted.KeyValue.Find to take an optional end bound; add tests. 2013-12-07 08:43:18 -08:00
sqlite index/sqlite tests: let sorted/sqlite pkg do initDB and enable WAL 2015-03-13 19:11:33 +01:00
corpus.go index,search: fix/finish wholeRef for fileInfo indexing 2015-02-25 01:50:57 +01:00
corpus_bench_test.go index: reindex blobs when dependent blobs arrive out-of-order 2014-03-15 08:44:09 -07:00
corpus_test.go index/corpus: cache sorted (by time) permanodes 2014-06-24 02:39:25 +02:00
doc.go fix indent for index doc block 2014-06-09 11:08:35 -07:00
enumstat.go index: actually reindex when out of order 2014-08-14 17:03:26 +02:00
export_test.go index: fix data race on BlobSource, make it private. 2014-06-27 22:29:29 +02:00
index.go index,search: fix/finish wholeRef for fileInfo indexing 2015-02-25 01:50:57 +01:00
index_test.go index,search: fix/finish wholeRef for fileInfo indexing 2015-02-25 01:50:57 +01:00
interface.go index,search: Return media tags for describe requests. 2014-04-15 21:11:33 -07:00
keys.go index,search: fix/finish wholeRef for fileInfo indexing 2015-02-25 01:50:57 +01:00
keys_test.go in-memory search: better structure for keeping memory corpus and kv 2013-11-17 09:41:45 -08:00
kvfile_test.go index: actually reindex when out of order 2014-08-14 17:03:26 +02:00
memindex.go index: fix data race on BlobSource, make it private. 2014-06-27 22:29:29 +02:00
mongo_test.go docker tests: remove container when done 2014-04-09 23:26:14 +02:00
mysql_test.go docker tests: remove container when done 2014-04-09 23:26:14 +02:00
postgres_test.go docker tests: remove container when done 2014-04-09 23:26:14 +02:00
receive.go search, index: add WholeRef to pkg camtypes' FileInfo struct 2015-02-04 21:04:39 -08:00
reversetime.go Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
sniff.go search: more in-memory search work. make tests verify Scan doesn't hit Storage. 2013-11-16 18:50:01 -08:00
util.go Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00