Actually run the new test
DERP!
This commit is contained in:
parent
b7bd65d11f
commit
3a2d4aa496
1 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,8 @@ all() -> [
|
||||||
small_load_with2i,
|
small_load_with2i,
|
||||||
query_count,
|
query_count,
|
||||||
multibucket_fold,
|
multibucket_fold,
|
||||||
rotating_objects
|
rotating_objects,
|
||||||
|
foldobjects_bybucket_range
|
||||||
].
|
].
|
||||||
|
|
||||||
|
|
||||||
|
@ -572,7 +573,7 @@ foldobjects_bybucket_range(_Config) ->
|
||||||
<<"Bucket1">>),
|
<<"Bucket1">>),
|
||||||
testutil:riakload(Bookie1, ObjL1),
|
testutil:riakload(Bookie1, ObjL1),
|
||||||
|
|
||||||
FoldKeysFun = fun(_B, K, Acc) ->
|
FoldKeysFun = fun(_B, K,_V, Acc) ->
|
||||||
[ K |Acc]
|
[ K |Acc]
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue