Skip to content

Commit 6fc5e41

Browse files
committed
Fix riak_core_connection_mgr_tests after PR #319
1 parent 3d30fe0 commit 6fc5e41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/riak_core_connection_mgr_tests.erl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,15 @@ register_empty_locator() ->
7878
connections_test_() ->
7979
{timeout, 6000, {setup, fun() ->
8080
ok = application:start(ranch),
81+
riak_core_ring_events:start_link(),
82+
riak_core_ring_manager:start_link(test),
8183
{ok, _} = riak_core_service_mgr:start_link(?REMOTE_CLUSTER_ADDR),
8284
{ok, _} = riak_core_connection_mgr:start_link()
8385
end,
8486
fun(_) ->
8587
riak_core_connection_mgr:stop(),
8688
riak_core_service_mgr:stop(),
89+
riak_core_ring_manager:stop(),
8790
application:stop(ranch)
8891
end,
8992
fun(_) -> [

0 commit comments

Comments
 (0)