Initial eqc setup

This commit is contained in:
Martin Sumner 2019-01-21 10:51:07 +00:00
parent 67104c85c1
commit b713ce60a8
5 changed files with 1068 additions and 3 deletions

View file

@ -847,7 +847,7 @@ start_from_file(InkOpts) ->
%% @doc
%% Shutdown any snapshots before closing the store
shutdown_snapshots(Snapshots) ->
lists:foreach(fun({Snap, _SQN}) -> ok = ink_close(Snap) end, Snapshots).
lists:foreach(fun({Snap, _TS, _SQN}) -> ok = ink_close(Snap) end, Snapshots).
-spec shutdown_manifest(leveled_imanifest:manifest()) -> ok.
%% @doc