mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-07 00:55:21 +00:00
Removed reference to outdated add-map feature.
This commit is contained in:
parent
c313638cb4
commit
2b6c86b8bc
@ -532,8 +532,7 @@ crdt_tests([Node|_]=Nodes, RHC) ->
|
|||||||
|
|
||||||
lager:info("Creating bucket types for CRDTs"),
|
lager:info("Creating bucket types for CRDTs"),
|
||||||
Types = [{<<"counters">>, counter, riakc_counter:to_op(riakc_counter:increment(5, riakc_counter:new()))},
|
Types = [{<<"counters">>, counter, riakc_counter:to_op(riakc_counter:increment(5, riakc_counter:new()))},
|
||||||
{<<"sets">>, set, riakc_set:to_op(riakc_set:add_element(<<"foo">>, riakc_set:new()))},
|
{<<"sets">>, set, riakc_set:to_op(riakc_set:add_element(<<"foo">>, riakc_set:new()))}],
|
||||||
{<<"maps">>, map, riakc_map:to_op(riakc_map:add({<<"bar">>, counter}, riakc_map:new()))}],
|
|
||||||
[ begin
|
[ begin
|
||||||
rt:create_and_activate_bucket_type(Node, BType, [{allow_mult, true}, {datatype, DType}]),
|
rt:create_and_activate_bucket_type(Node, BType, [{allow_mult, true}, {datatype, DType}]),
|
||||||
rt:wait_until_bucket_type_status(BType, active, Nodes)
|
rt:wait_until_bucket_type_status(BType, active, Nodes)
|
||||||
|
Loading…
Reference in New Issue
Block a user