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 90e0fd0 commit de8ab21Copy full SHA for de8ab21
deps/rabbit/src/rabbit_khepri.erl
@@ -179,7 +179,8 @@
179
180
-ifdef(TEST).
181
-export([force_metadata_store/1,
182
- clear_forced_metadata_store/0]).
+ clear_forced_metadata_store/0,
183
+ register_projections/0]).
184
-endif.
185
186
-type timeout_error() :: khepri:error(timeout).
deps/rabbit/test/metadata_store_phase1_SUITE.erl
@@ -192,6 +192,7 @@ setup_khepri(Config) ->
192
%% Configure Khepri. It takes care of configuring Ra system & cluster. It
193
%% uses the Mnesia directory to store files.
194
ok = rabbit_khepri:setup(undefined),
195
+ ok = rabbit_khepri:register_projections(),
196
197
ct:pal("Khepri info below:"),
198
rabbit_khepri:info(),
0 commit comments