Merge pull request #247 from martinsumner/mas-i246-maketestfail
Remove pointless test
This commit is contained in:
commit
3e75eb3647
1 changed files with 0 additions and 9 deletions
|
@ -1946,15 +1946,6 @@ add_missing_hash({K, {SQN, ST, MD}}) ->
|
||||||
{K, {SQN, ST, leveled_codec:segment_hash(K), MD}}.
|
{K, {SQN, ST, leveled_codec:segment_hash(K), MD}}.
|
||||||
|
|
||||||
|
|
||||||
clean_dir_test() ->
|
|
||||||
% Pointless gesture to test coverage
|
|
||||||
RootPath = "../test/ledger",
|
|
||||||
ok = filelib:ensure_dir(RootPath),
|
|
||||||
?assertMatch(ok, file:write_file(RootPath ++ "/test.bob", "hello")),
|
|
||||||
ok = clean_subdir(RootPath ++ "/test.bob"),
|
|
||||||
ok = file:delete(RootPath ++ "/test.bob").
|
|
||||||
|
|
||||||
|
|
||||||
archive_files_test() ->
|
archive_files_test() ->
|
||||||
RootPath = "../test/ledger",
|
RootPath = "../test/ledger",
|
||||||
SSTPath = sst_rootpath(RootPath),
|
SSTPath = sst_rootpath(RootPath),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue