Improved testing

Improve testing of Penciller to show startup and shutdown with push,
merging and fetch
This commit is contained in:
martinsumner 2016-09-08 14:21:30 +01:00
parent 0d905639be
commit edfe9e3bed
5 changed files with 193 additions and 23 deletions

View file

@ -26,4 +26,8 @@
-record(inker_options,
{cdb_max_size :: integer(),
root_path :: string(),
cdb_options :: #cdb_options{}}).
cdb_options :: #cdb_options{}}).
-record(penciller_options,
{root_path :: string(),
max_inmemory_tablesize :: integer()}).