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:
parent
e8c1d39df9
commit
b62b38caa6
1 changed files with 3 additions and 1 deletions
|
@ -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) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue