Hopefully fix the disconnection issue in the riak667_mixed test

This commit is contained in:
Sean Cribbs 2015-05-07 11:42:48 -05:00
parent 6ac9fc22df
commit 2e7f093532

View File

@ -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>>},