Add initial end-to-end common tests
These tests highlighted some logical issues when scanning over databases on startup, so fixes are wrapped in here.
This commit is contained in:
parent
507428bd0b
commit
d903f184fd
6 changed files with 294 additions and 94 deletions
|
@ -44,7 +44,8 @@
|
|||
cache_size :: integer(),
|
||||
max_journalsize :: integer(),
|
||||
metadata_extractor :: function(),
|
||||
indexspec_converter :: function()}).
|
||||
indexspec_converter :: function(),
|
||||
snapshot_bookie :: pid()}).
|
||||
|
||||
-record(iclerk_options,
|
||||
{inker :: pid(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue