Skip to content

Commit

Permalink
These are moved to rabbit_ct_broker_helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jul 3, 2016
1 parent 520b6ef commit ab99361
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/partitions_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -363,12 +363,10 @@ partial_pause_if_all_down(Config) ->
ok.

set_mode(Config, Mode) ->
rabbit_ct_broker_helpers:rpc_all(Config,
application, set_env, [rabbit, cluster_partition_handling, Mode]).
rabbit_ct_broker_helpers:set_partition_handling_mode_globally(Config, Mode).

set_mode(Config, Nodes, Mode) ->
rabbit_ct_broker_helpers:rpc(Config, Nodes,
application, set_env, [rabbit, cluster_partition_handling, Mode]).
rabbit_ct_broker_helpers:set_partition_handling_mode(Config, Nodes, Mode).

block_unblock(Pairs) ->
block(Pairs),
Expand Down

0 comments on commit ab99361

Please sign in to comment.