Skip to content

Commit 67031e3

Browse files
committed
Ensure projections are registered in metadata_store_phase1_SUITE
1 parent a3ca1bb commit 67031e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deps/rabbit/src/rabbit_khepri.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100

101101
-export([setup/0,
102102
setup/1,
103+
register_projections/0,
103104
init/0,
104105
can_join_cluster/1,
105106
add_member/2,

deps/rabbit/test/metadata_store_phase1_SUITE.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ setup_khepri(Config) ->
192192
%% Configure Khepri. It takes care of configuring Ra system & cluster. It
193193
%% uses the Mnesia directory to store files.
194194
ok = rabbit_khepri:setup(undefined),
195+
ok = rabbit_khepri:register_projections(),
195196

196197
ct:pal("Khepri info below:"),
197198
rabbit_khepri:info(),

0 commit comments

Comments
 (0)