Skip to content

Commit 601ed69

Browse files
Resolve a conflict (#9443)
1 parent f95b3b4 commit 601ed69

File tree

2 files changed

+1
-57
lines changed

2 files changed

+1
-57
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,13 +1120,6 @@ rabbitmq_integration_suite(
11201120
],
11211121
)
11221122

1123-
<<<<<<< HEAD
1124-
=======
1125-
rabbitmq_integration_suite(
1126-
name = "routing_SUITE",
1127-
size = "large",
1128-
)
1129-
11301123
rabbitmq_integration_suite(
11311124
name = "cli_forget_cluster_node_SUITE",
11321125
size = "medium",
@@ -1135,7 +1128,6 @@ rabbitmq_integration_suite(
11351128
],
11361129
)
11371130

1138-
>>>>>>> 7540ccc628 (forget_cluster_node: handle errors while shrinking quorum queues)
11391131
assert_suites()
11401132

11411133
filegroup(

deps/rabbit/app.bzl

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1951,54 +1951,7 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
19511951
erlc_opts = "//:test_erlc_opts",
19521952
deps = ["//deps/amqp_client:erlang_app"],
19531953
)
1954-
<<<<<<< HEAD
1955-
=======
1956-
erlang_bytecode(
1957-
name = "rabbitmq_4_0_deprecations_SUITE_beam_files",
1958-
testonly = True,
1959-
srcs = ["test/rabbitmq_4_0_deprecations_SUITE.erl"],
1960-
outs = ["test/rabbitmq_4_0_deprecations_SUITE.beam"],
1961-
app_name = "rabbit",
1962-
erlc_opts = "//:test_erlc_opts",
1963-
deps = ["//deps/amqp_client:erlang_app"],
1964-
)
1965-
erlang_bytecode(
1966-
name = "quorum_queue_member_reconciliation_SUITE_beam_files",
1967-
testonly = True,
1968-
srcs = ["test/quorum_queue_member_reconciliation_SUITE.erl"],
1969-
outs = ["test/quorum_queue_member_reconciliation_SUITE.beam"],
1970-
app_name = "rabbit",
1971-
erlc_opts = "//:test_erlc_opts",
1972-
deps = ["//deps/amqp_client:erlang_app", "//deps/rabbitmq_ct_helpers:erlang_app"],
1973-
)
1974-
erlang_bytecode(
1975-
name = "message_containers_SUITE_beam_files",
1976-
testonly = True,
1977-
srcs = ["test/message_containers_SUITE.erl"],
1978-
outs = ["test/message_containers_SUITE.beam"],
1979-
app_name = "rabbit",
1980-
erlc_opts = "//:test_erlc_opts",
1981-
deps = ["//deps/amqp_client:erlang_app"],
1982-
)
1983-
erlang_bytecode(
1984-
name = "mc_SUITE_beam_files",
1985-
testonly = True,
1986-
srcs = ["test/mc_SUITE.erl"],
1987-
outs = ["test/mc_SUITE.beam"],
1988-
hdrs = ["include/mc.hrl"],
1989-
app_name = "rabbit",
1990-
erlc_opts = "//:test_erlc_opts",
1991-
deps = ["//deps/amqp10_common:erlang_app", "//deps/rabbit_common:erlang_app"],
1992-
)
1993-
erlang_bytecode(
1994-
name = "routing_SUITE_beam_files",
1995-
testonly = True,
1996-
srcs = ["test/routing_SUITE.erl"],
1997-
outs = ["test/routing_SUITE.beam"],
1998-
app_name = "rabbit",
1999-
erlc_opts = "//:test_erlc_opts",
2000-
deps = ["//deps/amqp_client:erlang_app"],
2001-
)
1954+
20021955
erlang_bytecode(
20031956
name = "cli_forget_cluster_node_SUITE_beam_files",
20041957
testonly = True,
@@ -2008,4 +1961,3 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
20081961
erlc_opts = "//:test_erlc_opts",
20091962
deps = ["//deps/amqp_client:erlang_app", "//deps/rabbitmq_ct_helpers:erlang_app"],
20101963
)
2011-
>>>>>>> 7540ccc628 (forget_cluster_node: handle errors while shrinking quorum queues)

0 commit comments

Comments
 (0)