We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b62e0 commit bb40efdCopy full SHA for bb40efd
src/yz_kv.erl
@@ -490,9 +490,9 @@ siblings_permitted_test_() ->
490
process_flag(trap_exit, true),
491
riak_core_ring_manager:cleanup_ets(test),
492
catch application:stop(riak_core),
493
- catch(riak_core_metadata_hashtree:stop()),
494
- catch(riak_core_claimant:stop()),
495
- catch(riak_core_ring_manager:stop()),
+ catch(exit(whereis(riak_core_riak_core_metadata_hashtreeclaimant), shutdown)),
+ catch(exit(whereis(riak_core_claimant), shutdown)),
+ catch(exit(whereis(riak_core_ring_manager), shutdown)),
496
catch(exit(whereis(riak_core_ring_events), shutdown)),
497
application:unset_env(riak_core, default_bucket_props),
498
meck:unload(riak_core_capability)
0 commit comments