Add test for string and binary buckets
Tried an integer bucket - and this didn't work! Integers are < null - and so is_empty won't work as expected.
This commit is contained in:
parent
ca8aa051d7
commit
f400e8b46d
1 changed files with 3 additions and 3 deletions
|
@ -2183,12 +2183,12 @@ is_empty_headonly_test() ->
|
|||
|
||||
|
||||
foldkeys_headonly_test() ->
|
||||
foldkeys_headonly_tester(5000, 25).
|
||||
foldkeys_headonly_tester(5000, 25, "BucketStr"),
|
||||
foldkeys_headonly_tester(2000, 25, <<"B0">>).
|
||||
|
||||
|
||||
foldkeys_headonly_tester(ObjectCount, BlockSize) ->
|
||||
foldkeys_headonly_tester(ObjectCount, BlockSize, BStr) ->
|
||||
RootPath = reset_filestructure(),
|
||||
BStr = "BucketStr",
|
||||
|
||||
{ok, Bookie1} = book_start([{root_path, RootPath},
|
||||
{max_journalsize, 1000000},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue