mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
Adjust test to ensure that essential concurrency =< n_val
This commit is contained in:
parent
ca44485d1f
commit
abfa0ebf8a
@ -61,7 +61,8 @@ confirm() ->
|
||||
|
||||
Expected = lists:seq(1, 100),
|
||||
|
||||
?assertEqual(1, riakc_obj:value_count(AObj)),
|
||||
%% NB: It is possible that there are three siblings because
|
||||
?assertMatch(Count when Count =< 3, riakc_obj:value_count(AObj)),
|
||||
rt:wait_until(fun() ->
|
||||
lager:info("Checking sink object"),
|
||||
BObj = get_object(ClientB),
|
||||
|
Loading…
Reference in New Issue
Block a user