Messed up test fixed
This commit is contained in:
parent
2f28ae86e4
commit
ee39b48313
1 changed files with 3 additions and 1 deletions
|
@ -221,7 +221,9 @@ journal_compaction_bustedjournal(_Config) ->
|
|||
ok = leveled_bookie:book_close(Bookie1),
|
||||
|
||||
CDBFiles = testutil:find_journals(RootPath),
|
||||
lists:foreach(fun(FN) -> testutil:corrupt_journal(RootPath, FN, 100) end,
|
||||
lists:foreach(fun(FN) ->
|
||||
testutil:corrupt_journal(RootPath, FN, 100, 2048, 1000)
|
||||
end,
|
||||
CDBFiles),
|
||||
|
||||
{ok, Bookie2} = leveled_bookie:book_start(StartOpts1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue