Skip to content

Commit 4181a91

Browse files
committed
Bugfixes
1 parent 4a1f61f commit 4181a91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deps/rabbit/src/rabbit_db_msup.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ khepri_delete(Path) ->
326326
mnesia_write_to_khepri(?TABLE, Specs) ->
327327
rabbit_khepri:transaction(
328328
fun() ->
329-
[khepri_create_tx(khepri_mirrored_supervisor_path(Group, Id),
329+
[khepri_create_tx(khepri_mirrored_supervisor_path(Group, SimpleId),
330330
Spec)
331-
|| #mirrored_sup_childspec{key = {Group, Id}} = Spec <- Specs]
331+
|| #mirrored_sup_childspec{key = {Group, {SimpleId, _}}} = Spec <- Specs]
332332
end, rw).
333333

334334
mnesia_delete_to_khepri(?TABLE, #mirrored_sup_childspec{key = {Group, Id}}) ->

deps/rabbitmq_consistent_hash_exchange/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ broker_for_integration_suites()
5858

5959
rabbitmq_integration_suite(
6060
name = "rabbit_exchange_type_consistent_hash_SUITE",
61-
shard_count = 3,
61+
shard_count = 7,
6262
)
6363

6464
assert_suites()

0 commit comments

Comments
 (0)