Skip to content

Commit

Permalink
Resolve a conflict #12665 #12666
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Nov 5, 2024
1 parent c8599a0 commit 1c618df
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions deps/rabbit/test/quorum_queue_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1424,19 +1424,6 @@ policy_repair(Config) ->
rabbit_ct_broker_helpers:rpc(
Config,
Srv,
<<<<<<< HEAD
erlang,
whereis,
[RaName]))
end)
end,
Servers),

% Wait for the policy to apply
?awaitMatch({ok, {_, #{config := #{max_length := ExpectedMaxLength3}}}, _},
rpc:call(Server0, ra, local_query, [RaName, QueryFun]),
?DEFAULT_AWAIT),
=======
rabbit_quorum_queue,
recover,
[foo, [Queue]]
Expand All @@ -1458,7 +1445,6 @@ policy_repair(Config) ->
end)
end,
Servers),
>>>>>>> 4819801a33 (Exclude policy_repair QQ test on mixed versions)

% Wait for the policy to apply
?awaitMatch({ok, {_, #{config := #{max_length := ExpectedMaxLength3}}}, _},
Expand Down

0 comments on commit 1c618df

Please sign in to comment.