Skip to content

Commit deaee1e

Browse files
michaelklishinmkuratczyk
authored andcommitted
Make Bazel aware of unit_queue_location_SUITE, bazel run gazelle
1 parent 11d0e0d commit deaee1e

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

deps/rabbit/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,11 @@ rabbitmq_suite(
10131013
size = "small",
10141014
)
10151015

1016+
rabbitmq_suite(
1017+
name = "unit_queue_location_SUITE",
1018+
size = "small",
1019+
)
1020+
10161021
rabbitmq_integration_suite(
10171022
name = "unit_stats_and_metrics_SUITE",
10181023
size = "medium",

deps/rabbit/app.bzl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,3 +2107,11 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
21072107
erlc_opts = "//:test_erlc_opts",
21082108
deps = ["//deps/amqp_client:erlang_app"],
21092109
)
2110+
erlang_bytecode(
2111+
name = "unit_queue_location_SUITE_beam_files",
2112+
testonly = True,
2113+
srcs = ["test/unit_queue_location_SUITE.erl"],
2114+
outs = ["test/unit_queue_location_SUITE.beam"],
2115+
app_name = "rabbit",
2116+
erlc_opts = "//:test_erlc_opts",
2117+
)

moduleindex.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,6 @@ rabbit:
712712
- rabbit_queue_decorator
713713
- rabbit_queue_index
714714
- rabbit_queue_location
715-
- rabbit_queue_master_locator
716715
- rabbit_queue_type
717716
- rabbit_queue_type_util
718717
- rabbit_quorum_memory_manager

0 commit comments

Comments
 (0)