mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-07 08:58:52 +00:00
update for kv code change
This commit is contained in:
parent
ea427efa86
commit
72146bd282
@ -37,7 +37,7 @@ confirm() ->
|
|||||||
lager:info("testing invalid timeout value"),
|
lager:info("testing invalid timeout value"),
|
||||||
{error, Tup4} = rhc:get(HC, <<"foo">>, <<"bar">>, [{timeout, asdasdasd}]),
|
{error, Tup4} = rhc:get(HC, <<"foo">>, <<"bar">>, [{timeout, asdasdasd}]),
|
||||||
?assertMatch({ok, "400", _,
|
?assertMatch({ok, "400", _,
|
||||||
<<"Bad timeout value \"asdasdasd\", using 60000\n">>},
|
<<"Bad timeout value \"asdasdasd\"\n">>},
|
||||||
Tup4),
|
Tup4),
|
||||||
|
|
||||||
lager:info("testing GET still works before long timeout"),
|
lager:info("testing GET still works before long timeout"),
|
||||||
|
Loading…
Reference in New Issue
Block a user