Skip to content

Commit 0468fdb

Browse files
committed
Bugfixes
1 parent 2cf9af2 commit 0468fdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ rabbitmq_integration_suite(
629629
rabbitmq_integration_suite(
630630
name = "queue_master_location_SUITE",
631631
size = "large",
632-
shard_count = 2,
632+
shard_count = 3,
633633
)
634634

635635
rabbitmq_integration_suite(

deps/rabbit/src/rabbit_db_exchange.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ delete_in_khepri(XName, IfUnused) ->
614614
{ok, X} -> DeletionFun(X, false);
615615
_ -> {error, not_found}
616616
end
617-
end).
617+
end, rw).
618618

619619
conditional_delete_in_khepri(X = #exchange{name = XName}, OnlyDurable) ->
620620
case rabbit_db_binding:has_for_source_in_khepri(XName) of

0 commit comments

Comments
 (0)