Add extra checks
This commit is contained in:
parent
d60725ad1b
commit
8a61e5af78
1 changed files with 1 additions and 1 deletions
|
@ -2111,7 +2111,7 @@ folder_cache_test(CacheSize) ->
|
||||||
?assertMatch(true, lists:usort(KeyHashList2B) == CompareL)
|
?assertMatch(true, lists:usort(KeyHashList2B) == CompareL)
|
||||||
end,
|
end,
|
||||||
|
|
||||||
lists:foreach(CheckSplitQueryFun, [1, 4, 8, 300, 100, 400]),
|
lists:foreach(CheckSplitQueryFun, [1, 4, 8, 300, 100, 400, 200, 600]),
|
||||||
|
|
||||||
ok = book_close(Bookie1),
|
ok = book_close(Bookie1),
|
||||||
reset_filestructure().
|
reset_filestructure().
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue