Initial eqc setup
This commit is contained in:
parent
67104c85c1
commit
b713ce60a8
5 changed files with 1068 additions and 3 deletions
BIN
.eqc-info
Normal file
BIN
.eqc-info
Normal file
Binary file not shown.
BIN
current_counterexample.eqc
Normal file
BIN
current_counterexample.eqc
Normal file
Binary file not shown.
|
@ -11,8 +11,8 @@
|
|||
|
||||
{profiles,
|
||||
[{eqc, [{deps, [meck, fqc]},
|
||||
{erl_opts, [debug_info, {parse_transform, lager_transform}, {parse_transform, eqc_cover}]},
|
||||
{plugins, [rebar_eqc]}]}
|
||||
{erl_opts, [debug_info, {parse_transform, eqc_cover}]},
|
||||
{extra_src_dirs, ["test"]}]}
|
||||
]}.
|
||||
|
||||
{deps, [
|
||||
|
|
|
@ -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
|
||||
|
|
1065
test/leveledjc_eqc.erl
Normal file
1065
test/leveledjc_eqc.erl
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue