Tidy up test at end

May cause issues otherwise if there is an attempt to corrupt the journal
running in another bookie
This commit is contained in:
martinsumner 2016-11-28 23:00:12 +00:00
parent e8c1d39df9
commit b62b38caa6

View file

@ -89,7 +89,9 @@ recovr_strategy(_Config) ->
[length(KeyList), length(KeyTermList)]),
true = length(KeyList) == 6400,
true = length(KeyList) < length(KeyTermList),
true = length(KeyTermList) < 25600.
true = length(KeyTermList) < 25600,
ok = leveled_bookie:book_close(Book1),
testutil:reset_filestructure().
aae_bustedjournal(_Config) ->