From 1c618dfb14971e8f6dde94843d34b4e5eda901dc Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Tue, 5 Nov 2024 11:55:52 -0500 Subject: [PATCH] Resolve a conflict #12665 #12666 --- deps/rabbit/test/quorum_queue_SUITE.erl | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/deps/rabbit/test/quorum_queue_SUITE.erl b/deps/rabbit/test/quorum_queue_SUITE.erl index 0f088c07e568..6d61e522b91e 100644 --- a/deps/rabbit/test/quorum_queue_SUITE.erl +++ b/deps/rabbit/test/quorum_queue_SUITE.erl @@ -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]] @@ -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}}}, _},