Improved testing
Improve testing of Penciller to show startup and shutdown with push, merging and fetch
This commit is contained in:
parent
0d905639be
commit
edfe9e3bed
5 changed files with 193 additions and 23 deletions
|
@ -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()}).
|
Loading…
Add table
Add a link
Reference in a new issue