Skip to content

Commit 80da804

Browse files
committed
rabbit_feature_flags: Export rabbit_ff_controller functions for internal use
The two exported functions are used by the testsuite. They should be exported when `TEST` is defined only, but the way mixed-version testing is implemented in Bazel forces us to export them.
1 parent 9fb4e67 commit 80da804

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deps/rabbit/src/rabbit_ff_controller.erl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
start_link/0,
4545
rpc_call/5,
4646
all_nodes/0,
47-
running_nodes/0]).
47+
running_nodes/0,
48+
collect_inventory_on_nodes/1, collect_inventory_on_nodes/2,
49+
mark_as_enabled_on_nodes/4]).
4850

4951
%% gen_statem callbacks.
5052
-export([callback_mode/0,

0 commit comments

Comments
 (0)