Skip to content

Commit 34ac082

Browse files
committed
Bugfixes
1 parent ba22919 commit 34ac082

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,6 +1147,9 @@ rabbitmq_integration_suite(
11471147
rabbitmq_integration_suite(
11481148
name = "metadata_store_phase1_SUITE",
11491149
size = "small",
1150+
deps = [
1151+
"@khepri//:erlang_app",
1152+
],
11501153
)
11511154

11521155
assert_suites()

deps/rabbit/src/rabbit_mirror_queue_misc.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ remove_all_slaves_in_khepri(QName, PendingSlavePids) ->
537537
%% ensure old incarnations are stopped using
538538
%% the pending mirror pids.
539539
Q3 = amqqueue:set_slave_pids_pending_shutdown(Q2, PendingSlavePids),
540-
rabbit_mirror_queue_misc:store_updated_slaves_in_khepri(Q3, Decorators)
540+
store_updated_slaves_in_khepri(Q3, Decorators)
541541
end, rw).
542542

543543
%%----------------------------------------------------------------------------

0 commit comments

Comments
 (0)