Skip to content

Commit

Permalink
Change riakc_pb_socket tests to use the memory backend in favor of th…
Browse files Browse the repository at this point in the history
…e deprcated ets backend.

Fixes: AZ543
  • Loading branch information
kellymclaughlin committed Sep 2, 2011
1 parent 25b0ec7 commit 1b4d19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riakc_pb_socket.erl
Expand Up @@ -1412,7 +1412,7 @@ reset_riak() ->
%% Until there is a good way to empty the vnodes, require the
%% test to run with ETS and kill the vnode master/sup to empty all the ETS tables
%% and the ring manager to remove any bucket properties
ok = rpc:call(test_riak_node(), application, set_env, [riak_kv, storage_backend, riak_kv_ets_backend]),
ok = rpc:call(test_riak_node(), application, set_env, [riak_kv, storage_backend, riak_kv_memory_backend]),

%% Restart the vnodes so they come up with ETS
ok = supervisor:terminate_child({riak_kv_sup, test_riak_node()}, riak_kv_vnode_master),
Expand Down

0 comments on commit 1b4d19a

Please sign in to comment.