Actually run the new test

DERP!
This commit is contained in:
Russell Brown 2018-09-06 16:38:49 +01:00
parent b7bd65d11f
commit 3a2d4aa496

View file

@ -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,