mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
Hopefully fix the disconnection issue in the riak667_mixed test
This commit is contained in:
parent
6ac9fc22df
commit
2e7f093532
@ -83,7 +83,7 @@ confirm() ->
|
||||
|
||||
%% Create PB connection.
|
||||
Pid2 = rt:pbc(Node2),
|
||||
riakc_pb_socket:set_options(Pid2, [queue_if_disconnected]),
|
||||
riakc_pb_socket:set_options(Pid2, [queue_if_disconnected, auto_reconnect]),
|
||||
|
||||
%% Read value.
|
||||
?assertMatch({error, <<"Error processing incoming message: error:{badrecord,dict}", _/binary>>},
|
||||
|
Loading…
Reference in New Issue
Block a user