Add support for folding keys on a single bucket
This commit is contained in:
parent
67a9f5bae6
commit
e3004faa6e
3 changed files with 21 additions and 9 deletions
|
@ -428,6 +428,11 @@ rotating_object_check(RootPath, B, NumberOfObjects) ->
|
|||
ok = testutil:check_indexed_objects(Book2, B, KSpcL3, V3),
|
||||
{KSpcL4, V4} = testutil:put_altered_indexed_objects(Book2, B, KSpcL3),
|
||||
ok = testutil:check_indexed_objects(Book2, B, KSpcL4, V4),
|
||||
{async, BList} = leveled_bookie:book_returnfolder(Book2,
|
||||
{keylist,
|
||||
?RIAK_TAG,
|
||||
B}),
|
||||
true = NumberOfObjects == length(BList()),
|
||||
ok = leveled_bookie:book_close(Book2),
|
||||
ok.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue