mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
Update timeseries_util:confirm_put/5 for ts_B_put_pass_1
This commit is contained in:
parent
2f2256583f
commit
31bd58a0de
@ -168,9 +168,7 @@ build_c2(Size) ->
|
||||
-spec build_c2(non_neg_integer(), list()) -> [node()].
|
||||
build_c2(Size, Config) ->
|
||||
rt:set_backend(eleveldb),
|
||||
[_Node1|_] = Nodes = rt:deploy_nodes(Size, Config),
|
||||
rt:join_cluster(Nodes),
|
||||
Nodes.
|
||||
rt:build_cluster(Size, Config).
|
||||
|
||||
%% This is also the name of the table
|
||||
get_bucket() ->
|
||||
|
@ -11,9 +11,5 @@ confirm() ->
|
||||
TestType = normal,
|
||||
DDL = timeseries_util:get_ddl(docs),
|
||||
Obj = [timeseries_util:get_valid_obj()],
|
||||
?assertEqual(
|
||||
ok,
|
||||
timeseries_util:confirm_put(Cluster, TestType, DDL, Obj)
|
||||
),
|
||||
pass.
|
||||
|
||||
Expected = ok,
|
||||
timeseries_util:confirm_put(Cluster, TestType, DDL, Obj, Expected).
|
||||
|
Loading…
Reference in New Issue
Block a user