perkeep/pkg/index/sqlite
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
..
sqlite.go sqlite: Empty file to make the go tool happy with a test-only directory. 2014-08-02 16:51:47 -07:00
sqlite_test.go index/sqlite tests: let sorted/sqlite pkg do initDB and enable WAL 2015-03-13 19:11:33 +01:00