Initial support for OTP 26 (#395)
* Initial support for OTP 26 * Extend timeout in test
This commit is contained in:
parent
3d3d284805
commit
7509191466
19 changed files with 273 additions and 258 deletions
|
@ -39,9 +39,7 @@
|
|||
new_index/0,
|
||||
check_index/2,
|
||||
cache_full/1
|
||||
]).
|
||||
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
]).
|
||||
|
||||
-define(MAX_CACHE_LINES, 31). % Must be less than 128
|
||||
|
||||
|
@ -238,6 +236,8 @@ check_slotlist(Key, _Hash, CheckList, TreeList) ->
|
|||
|
||||
-ifdef(TEST).
|
||||
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
|
||||
generate_randomkeys_aslist(Seqn, Count, BucketRangeLow, BucketRangeHigh) ->
|
||||
lists:ukeysort(1,
|
||||
generate_randomkeys(Seqn,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue