Skip to content

Commit

Permalink
peer_discovery_tmp_hidden_node_SUITE: New testsuite for the temporary…
Browse files Browse the repository at this point in the history
… hidden node

... used by peer discovery.
  • Loading branch information
dumbbell committed Apr 16, 2024
1 parent bd2d85f commit dbf9dfb
Show file tree
Hide file tree
Showing 3 changed files with 393 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deps/rabbit/BUILD.bazel
Expand Up @@ -576,6 +576,11 @@ rabbitmq_integration_suite(
size = "medium",
)

rabbitmq_integration_suite(
name = "peer_discovery_tmp_hidden_node_SUITE",
size = "large",
)

rabbitmq_integration_suite(
name = "per_user_connection_channel_limit_partitions_SUITE",
size = "large",
Expand Down
9 changes: 9 additions & 0 deletions deps/rabbit/app.bzl
Expand Up @@ -1154,6 +1154,15 @@ def test_suite_beam_files(name = "test_suite_beam_files"):
erlc_opts = "//:test_erlc_opts",
deps = ["//deps/amqp_client:erlang_app"],
)
erlang_bytecode(
name = "peer_discovery_tmp_hidden_node_SUITE_beam_files",
testonly = True,
srcs = ["test/peer_discovery_tmp_hidden_node_SUITE.erl"],
outs = ["test/peer_discovery_tmp_hidden_node_SUITE.beam"],
app_name = "rabbit",
erlc_opts = "//:test_erlc_opts",
deps = ["//deps/amqp_client:erlang_app", "//deps/rabbitmq_ct_helpers:erlang_app"],
)
erlang_bytecode(
name = "per_user_connection_channel_limit_SUITE_beam_files",
testonly = True,
Expand Down

0 comments on commit dbf9dfb

Please sign in to comment.