Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps/rabbit/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1257,10 +1257,10 @@ rabbitmq_integration_suite(

rabbitmq_integration_suite(
name = "amqp_address_SUITE",
shard_count = 2,
additional_beam = [
":test_amqp_utils_beam",
],
shard_count = 2,
runtime_deps = [
"//deps/rabbitmq_amqp_client:erlang_app",
],
Expand Down
6 changes: 6 additions & 0 deletions deps/rabbitmq_ct_helpers/app.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ def all_beam_files(name = "all_beam_files"):
name = "other_beam",
testonly = True,
srcs = [
"src/ct_master_fork.erl",
"src/cth_log_redirect_any_domains.erl",
"src/cth_parallel_ct_detect_failure.erl",
"src/rabbit_control_helper.erl",
"src/rabbit_ct_broker_helpers.erl",
"src/rabbit_ct_config_schema.erl",
Expand All @@ -37,7 +39,9 @@ def all_test_beam_files(name = "all_test_beam_files"):
name = "test_other_beam",
testonly = True,
srcs = [
"src/ct_master_fork.erl",
"src/cth_log_redirect_any_domains.erl",
"src/cth_parallel_ct_detect_failure.erl",
"src/rabbit_control_helper.erl",
"src/rabbit_ct_broker_helpers.erl",
"src/rabbit_ct_config_schema.erl",
Expand Down Expand Up @@ -99,7 +103,9 @@ def all_srcs(name = "all_srcs"):
name = "srcs",
testonly = True,
srcs = [
"src/ct_master_fork.erl",
"src/cth_log_redirect_any_domains.erl",
"src/cth_parallel_ct_detect_failure.erl",
"src/rabbit_control_helper.erl",
"src/rabbit_ct_broker_helpers.erl",
"src/rabbit_ct_config_schema.erl",
Expand Down
2 changes: 2 additions & 0 deletions moduleindex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,9 @@ rabbitmq_consistent_hash_exchange:
rabbitmq_ct_client_helpers:
- rabbit_ct_client_helpers
rabbitmq_ct_helpers:
- ct_master_fork
- cth_log_redirect_any_domains
- cth_parallel_ct_detect_failure
- rabbit_control_helper
- rabbit_ct_broker_helpers
- rabbit_ct_config_schema
Expand Down
Loading