Avoid the need to pass package name to rabbitmq_integration_suite
This commit is contained in:
parent
5bb60903f8
commit
5ef8923462
|
@ -76,15 +76,12 @@ broker_for_integration_suites(
|
|||
extra_plugins = ["//deps/rabbitmq_amqp1_0:erlang_app"],
|
||||
)
|
||||
|
||||
PACKAGE = "deps/amqp10_client"
|
||||
|
||||
rabbitmq_suite(
|
||||
name = "msg_SUITE",
|
||||
deps = DEPS,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "system_SUITE",
|
||||
size = "medium",
|
||||
additional_hdrs = [
|
||||
|
|
|
@ -87,7 +87,6 @@ rabbitmq_run(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
"deps/amqp_client",
|
||||
name = "system_SUITE",
|
||||
size = "large",
|
||||
runtime_deps = [
|
||||
|
|
|
@ -279,21 +279,17 @@ rabbitmq_test_helper(
|
|||
],
|
||||
)
|
||||
|
||||
PACKAGE = "deps/rabbit"
|
||||
|
||||
rabbitmq_suite(
|
||||
name = "amqqueue_backward_compatibility_SUITE",
|
||||
size = "small",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "backing_queue_SUITE",
|
||||
size = "large",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "channel_interceptor_SUITE",
|
||||
size = "medium",
|
||||
additional_srcs = [
|
||||
|
@ -303,7 +299,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "channel_operation_timeout_SUITE",
|
||||
size = "medium",
|
||||
additional_srcs = [
|
||||
|
@ -312,7 +307,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "classic_queue_prop_SUITE",
|
||||
size = "large",
|
||||
shard_count = 3,
|
||||
|
@ -323,7 +317,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "cluster_rename_SUITE",
|
||||
size = "large",
|
||||
flaky = True,
|
||||
|
@ -331,13 +324,11 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "cluster_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "clustering_management_SUITE",
|
||||
size = "large",
|
||||
flaky = True,
|
||||
|
@ -346,7 +337,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
size = "medium",
|
||||
data = [
|
||||
|
@ -355,13 +345,11 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "confirms_rejects_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "consumer_timeout_SUITE",
|
||||
size = "medium",
|
||||
additional_beam = [
|
||||
|
@ -370,13 +358,11 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "crashing_queues_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "dead_lettering_SUITE",
|
||||
size = "large",
|
||||
additional_beam = [
|
||||
|
@ -387,25 +373,21 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "definition_import_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "disconnect_detected_during_alarm_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "disk_monitor_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "dynamic_ha_SUITE",
|
||||
size = "large",
|
||||
flaky = True,
|
||||
|
@ -417,7 +399,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "dynamic_qq_SUITE",
|
||||
size = "large",
|
||||
additional_beam = [
|
||||
|
@ -430,7 +411,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "eager_sync_SUITE",
|
||||
size = "large",
|
||||
additional_beam = [
|
||||
|
@ -443,7 +423,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "feature_flags_SUITE",
|
||||
size = "large",
|
||||
flaky = True,
|
||||
|
@ -454,13 +433,11 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "feature_flags_v2_SUITE",
|
||||
size = "large",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "feature_flags_with_unpriveleged_user_SUITE",
|
||||
size = "large",
|
||||
additional_beam = [
|
||||
|
@ -477,25 +454,21 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "lazy_queue_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "list_consumers_sanity_check_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "list_queues_online_and_offline_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "logging_SUITE",
|
||||
runtime_deps = [
|
||||
"@syslog//:erlang_app",
|
||||
|
@ -511,7 +484,6 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "maintenance_mode_SUITE",
|
||||
size = "medium",
|
||||
additional_beam = [
|
||||
|
@ -520,7 +492,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "many_node_ha_SUITE",
|
||||
size = "medium",
|
||||
additional_beam = [
|
||||
|
@ -530,13 +501,11 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "message_size_limit_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "metrics_SUITE",
|
||||
size = "medium",
|
||||
deps = [
|
||||
|
@ -564,99 +533,83 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "peer_discovery_classic_config_SUITE",
|
||||
size = "medium",
|
||||
flaky = True,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "peer_discovery_dns_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "per_user_connection_channel_limit_partitions_SUITE",
|
||||
size = "large",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "per_user_connection_channel_limit_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "per_user_connection_channel_tracking_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "per_user_connection_tracking_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "per_vhost_connection_limit_partitions_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "per_vhost_connection_limit_SUITE",
|
||||
size = "medium",
|
||||
flaky = True,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "per_vhost_msg_store_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "per_vhost_queue_limit_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "policy_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "priority_queue_recovery_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "priority_queue_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "product_info_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "proxy_protocol_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "publisher_confirms_parallel_SUITE",
|
||||
size = "medium",
|
||||
additional_beam = [
|
||||
|
@ -665,20 +618,17 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "queue_length_limits_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "queue_master_location_SUITE",
|
||||
size = "large",
|
||||
shard_count = 2,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "queue_parallel_SUITE",
|
||||
size = "large",
|
||||
additional_beam = [
|
||||
|
@ -689,13 +639,11 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "queue_type_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "quorum_queue_SUITE",
|
||||
size = "large",
|
||||
additional_beam = [
|
||||
|
@ -714,7 +662,6 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_core_metrics_gc_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
@ -768,7 +715,6 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_fifo_dlx_integration_SUITE",
|
||||
size = "medium",
|
||||
additional_beam = [
|
||||
|
@ -853,7 +799,6 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_stream_queue_SUITE",
|
||||
size = "large",
|
||||
additional_beam = [
|
||||
|
@ -867,32 +812,27 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbitmq_queues_cli_integration_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbitmqctl_integration_SUITE",
|
||||
size = "medium",
|
||||
flaky = True,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbitmqctl_shutdown_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "signal_handling_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "simple_ha_SUITE",
|
||||
size = "large",
|
||||
additional_beam = [
|
||||
|
@ -903,7 +843,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "single_active_consumer_SUITE",
|
||||
size = "medium",
|
||||
additional_beam = [
|
||||
|
@ -912,13 +851,11 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "sync_detection_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "term_to_binary_compat_prop_SUITE",
|
||||
deps = [
|
||||
"@proper//:erlang_app",
|
||||
|
@ -926,13 +863,11 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "topic_permission_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_access_control_authn_authz_context_propagation_SUITE",
|
||||
size = "medium",
|
||||
additional_srcs = [
|
||||
|
@ -942,7 +877,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_access_control_credential_validation_SUITE",
|
||||
size = "medium",
|
||||
deps = [
|
||||
|
@ -951,7 +885,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_access_control_SUITE",
|
||||
size = "medium",
|
||||
additional_srcs = [
|
||||
|
@ -968,13 +901,11 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_amqp091_server_properties_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_app_management_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
@ -1006,31 +937,26 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_connection_tracking_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_credit_flow_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_disk_monitor_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_file_handle_cache_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_gen_server2_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
@ -1045,7 +971,6 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_log_management_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
@ -1072,13 +997,11 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_plugin_versioning_SUITE",
|
||||
size = "small",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_policy_validators_SUITE",
|
||||
size = "small",
|
||||
)
|
||||
|
@ -1094,7 +1017,6 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_stats_and_metrics_SUITE",
|
||||
size = "medium",
|
||||
additional_srcs = [
|
||||
|
@ -1111,19 +1033,16 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_vm_memory_monitor_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "upgrade_preparation_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "vhost_SUITE",
|
||||
size = "medium",
|
||||
flaky = True,
|
||||
|
@ -1154,7 +1073,6 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "direct_exchange_routing_v2_SUITE",
|
||||
size = "medium",
|
||||
additional_beam = [
|
||||
|
@ -1163,7 +1081,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_direct_reply_to_prop_SUITE",
|
||||
size = "small",
|
||||
deps = [
|
||||
|
@ -1172,7 +1089,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unicode_SUITE",
|
||||
size = "small",
|
||||
)
|
||||
|
|
|
@ -74,10 +74,7 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_amqp1_0"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "amqp10_client_SUITE",
|
||||
size = "medium",
|
||||
runtime_deps = [
|
||||
|
@ -86,7 +83,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "command_SUITE",
|
||||
size = "medium",
|
||||
runtime_deps = [
|
||||
|
@ -98,13 +94,11 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "proxy_protocol_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "system_SUITE",
|
||||
flaky = True,
|
||||
tags = [
|
||||
|
@ -117,7 +111,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
)
|
||||
|
||||
|
|
|
@ -57,15 +57,11 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_auth_backend_cache"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_auth_backend_cache_SUITE",
|
||||
)
|
||||
|
||||
|
|
|
@ -66,8 +66,6 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_auth_backend_http"
|
||||
|
||||
rabbitmq_suite(
|
||||
name = "auth_SUITE",
|
||||
size = "small",
|
||||
|
@ -83,7 +81,6 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
)
|
||||
|
||||
|
|
|
@ -81,15 +81,11 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_auth_backend_ldap"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "system_SUITE",
|
||||
size = "medium",
|
||||
additional_srcs = [
|
||||
|
|
|
@ -68,21 +68,16 @@ rabbitmq_test_helper(
|
|||
],
|
||||
)
|
||||
|
||||
PACKAGE = "deps/rabbitmq_auth_backend_oauth2"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "add_uaa_key_command_SUITE",
|
||||
size = "small",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "jwks_SUITE",
|
||||
additional_beam = [
|
||||
":rabbit_auth_backend_oauth2_test_util",
|
||||
|
@ -106,7 +101,6 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "system_SUITE",
|
||||
size = "medium",
|
||||
additional_beam = [
|
||||
|
@ -115,7 +109,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_SUITE",
|
||||
size = "medium",
|
||||
additional_beam = [
|
||||
|
|
|
@ -51,10 +51,7 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_consistent_hash_exchange"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_exchange_type_consistent_hash_SUITE",
|
||||
shard_count = 3,
|
||||
)
|
||||
|
|
|
@ -41,15 +41,11 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_event_exchange"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "system_SUITE",
|
||||
)
|
||||
|
||||
|
|
|
@ -75,10 +75,7 @@ rabbitmq_test_helper(
|
|||
],
|
||||
)
|
||||
|
||||
PACKAGE = "deps/rabbitmq_federation"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "exchange_SUITE",
|
||||
size = "large",
|
||||
additional_beam = [
|
||||
|
@ -89,7 +86,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "federation_status_command_SUITE",
|
||||
additional_beam = [
|
||||
":rabbit_federation_test_util",
|
||||
|
@ -97,7 +93,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "queue_SUITE",
|
||||
additional_beam = [
|
||||
":rabbit_federation_test_util",
|
||||
|
@ -107,7 +102,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_federation_status_SUITE",
|
||||
additional_beam = [
|
||||
":rabbit_federation_test_util",
|
||||
|
@ -117,7 +111,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "restart_federation_link_command_SUITE",
|
||||
additional_beam = [
|
||||
":rabbit_federation_test_util",
|
||||
|
@ -125,7 +118,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "unit_inbroker_SUITE",
|
||||
)
|
||||
|
||||
|
|
|
@ -55,10 +55,7 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_federation_management"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "federation_mgmt_SUITE",
|
||||
)
|
||||
|
||||
|
|
|
@ -47,10 +47,7 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_jms_topic_exchange"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rjms_topic_selector_SUITE",
|
||||
)
|
||||
|
||||
|
|
|
@ -99,8 +99,6 @@ rabbitmq_test_helper(
|
|||
],
|
||||
)
|
||||
|
||||
PACKAGE = "deps/rabbitmq_management"
|
||||
|
||||
rabbitmq_suite(
|
||||
name = "cache_SUITE",
|
||||
size = "small",
|
||||
|
@ -113,7 +111,6 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "clustering_prop_SUITE",
|
||||
size = "large",
|
||||
deps = [
|
||||
|
@ -123,7 +120,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "clustering_SUITE",
|
||||
flaky = True,
|
||||
deps = [
|
||||
|
@ -132,7 +128,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
@ -143,12 +138,10 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_mgmt_http_health_checks_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_mgmt_http_SUITE",
|
||||
size = "large",
|
||||
additional_beam = [
|
||||
|
@ -158,12 +151,10 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_mgmt_only_http_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_mgmt_rabbitmqadmin_SUITE",
|
||||
additional_beam = [
|
||||
":rabbit_mgmt_runtime_parameters_util",
|
||||
|
@ -186,7 +177,6 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_mgmt_test_db_SUITE",
|
||||
deps = [
|
||||
"//deps/rabbitmq_management_agent:erlang_app",
|
||||
|
|
|
@ -78,8 +78,6 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_management_agent"
|
||||
|
||||
rabbitmq_suite(
|
||||
name = "exometer_slide_SUITE",
|
||||
size = "medium",
|
||||
|
@ -89,13 +87,11 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "metrics_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_mgmt_gc_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
|
|
@ -94,10 +94,7 @@ rabbitmq_test_helper(
|
|||
],
|
||||
)
|
||||
|
||||
PACKAGE = "deps/rabbitmq_mqtt"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "auth_SUITE",
|
||||
additional_beam = [
|
||||
":rabbit_auth_backend_mqtt_mock",
|
||||
|
@ -109,7 +106,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "cluster_SUITE",
|
||||
size = "large",
|
||||
flaky = True,
|
||||
|
@ -119,7 +115,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "command_SUITE",
|
||||
runtime_deps = [
|
||||
"@emqtt//:erlang_app",
|
||||
|
@ -127,12 +122,10 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "java_SUITE",
|
||||
flaky = True,
|
||||
)
|
||||
|
@ -152,12 +145,10 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "proxy_protocol_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "reader_SUITE",
|
||||
runtime_deps = [
|
||||
"@emqtt//:erlang_app",
|
||||
|
@ -165,7 +156,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "retainer_SUITE",
|
||||
runtime_deps = [
|
||||
"@emqtt//:erlang_app",
|
||||
|
|
|
@ -53,10 +53,7 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_peer_discovery_aws"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
|
|
@ -54,10 +54,7 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_peer_discovery_common"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
)
|
||||
|
||||
|
|
|
@ -48,10 +48,7 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_peer_discovery_consul"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
)
|
||||
|
||||
|
|
|
@ -50,15 +50,11 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_peer_discovery_etcd"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "system_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
|
|
@ -48,10 +48,7 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_peer_discovery_k8s"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
)
|
||||
|
||||
|
|
|
@ -56,16 +56,12 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_prometheus"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
size = "small",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_prometheus_http_SUITE",
|
||||
size = "medium",
|
||||
flaky = True,
|
||||
|
|
|
@ -45,10 +45,7 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_recent_history_exchange"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "system_SUITE",
|
||||
)
|
||||
|
||||
|
|
|
@ -41,15 +41,11 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_sharding"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_hash_exchange_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_sharding_SUITE",
|
||||
deps = [
|
||||
"//deps/rabbit:erlang_app",
|
||||
|
|
|
@ -94,10 +94,7 @@ rabbitmq_test_helper(
|
|||
],
|
||||
)
|
||||
|
||||
PACKAGE = "deps/rabbitmq_shovel"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "amqp10_dynamic_SUITE",
|
||||
additional_beam = [
|
||||
":shovel_test_utils",
|
||||
|
@ -117,7 +114,6 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "amqp10_SUITE",
|
||||
)
|
||||
|
||||
|
@ -127,12 +123,10 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "configuration_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "delete_shovel_command_SUITE",
|
||||
additional_beam = [
|
||||
":shovel_test_utils",
|
||||
|
@ -140,7 +134,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "dynamic_SUITE",
|
||||
additional_beam = [
|
||||
":shovel_test_utils",
|
||||
|
@ -157,7 +150,6 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "shovel_status_command_SUITE",
|
||||
additional_beam = [
|
||||
":shovel_test_utils",
|
||||
|
|
|
@ -66,10 +66,7 @@ rabbitmq_run(
|
|||
home = ":broker-for-tests-home",
|
||||
)
|
||||
|
||||
PACKAGE = "deps/rabbitmq_shovel_management"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "http_SUITE",
|
||||
)
|
||||
|
||||
|
|
|
@ -82,8 +82,6 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_stomp"
|
||||
|
||||
rabbitmq_test_helper(
|
||||
name = "rabbit_stomp_client",
|
||||
srcs = [
|
||||
|
@ -99,7 +97,6 @@ rabbitmq_test_helper(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "command_SUITE",
|
||||
size = "medium",
|
||||
additional_beam = [
|
||||
|
@ -108,13 +105,11 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "connections_SUITE",
|
||||
size = "medium",
|
||||
additional_beam = [
|
||||
|
@ -132,20 +127,17 @@ rabbitmq_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "proxy_protocol_SUITE",
|
||||
size = "medium",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "python_SUITE",
|
||||
flaky = True,
|
||||
shard_count = 3,
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "system_SUITE",
|
||||
size = "medium",
|
||||
additional_beam = [
|
||||
|
@ -154,7 +146,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "topic_SUITE",
|
||||
size = "medium",
|
||||
additional_beam = [
|
||||
|
|
|
@ -80,10 +80,7 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_stream"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "commands_SUITE",
|
||||
additional_beam = [
|
||||
":rabbit_stream_SUITE_beam_files",
|
||||
|
@ -96,22 +93,18 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_stream_utils_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_stream_manager_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_stream_SUITE",
|
||||
shard_count = 3,
|
||||
deps = [
|
||||
|
|
|
@ -62,10 +62,7 @@ rabbitmq_run(
|
|||
home = ":broker-for-tests-home",
|
||||
)
|
||||
|
||||
PACKAGE = "deps/rabbitmq_stream_management"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "http_SUITE",
|
||||
)
|
||||
|
||||
|
|
|
@ -61,10 +61,7 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_tracing"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_tracing_SUITE",
|
||||
)
|
||||
|
||||
|
|
|
@ -74,15 +74,11 @@ rabbitmq_run(
|
|||
home = ":broker-for-tests-home",
|
||||
)
|
||||
|
||||
PACKAGE = "deps/rabbitmq_trust_store"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "system_SUITE",
|
||||
flaky = True,
|
||||
runtime_deps = [
|
||||
|
|
|
@ -69,10 +69,7 @@ rabbitmq_run(
|
|||
home = ":broker-for-tests-home",
|
||||
)
|
||||
|
||||
PACKAGE = "deps/rabbitmq_web_dispatch"
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "rabbit_web_dispatch_SUITE",
|
||||
data = [
|
||||
"test/priv/www/index.html",
|
||||
|
|
|
@ -66,8 +66,6 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_web_mqtt"
|
||||
|
||||
rabbitmq_test_helper(
|
||||
name = "test_utils",
|
||||
srcs = glob(["test/src/*.erl"]),
|
||||
|
@ -75,12 +73,10 @@ rabbitmq_test_helper(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "proxy_protocol_SUITE",
|
||||
additional_beam = [":test_utils"],
|
||||
additional_hdrs = glob(["test/src/*.hrl"]),
|
||||
|
@ -91,7 +87,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "system_SUITE",
|
||||
additional_beam = [":test_utils"],
|
||||
additional_hdrs = glob(["test/src/*.hrl"]),
|
||||
|
|
|
@ -70,15 +70,12 @@ dialyze(
|
|||
|
||||
broker_for_integration_suites()
|
||||
|
||||
PACKAGE = "deps/rabbitmq_web_stomp"
|
||||
|
||||
rabbitmq_test_helper(
|
||||
name = "test_util",
|
||||
srcs = glob(["test/src/*.erl"]),
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "amqp_stomp_SUITE",
|
||||
additional_beam = [
|
||||
":test_util",
|
||||
|
@ -86,12 +83,10 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "config_schema_SUITE",
|
||||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "cowboy_websocket_SUITE",
|
||||
additional_beam = [
|
||||
":test_util",
|
||||
|
@ -99,7 +94,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "proxy_protocol_SUITE",
|
||||
additional_beam = [
|
||||
":test_util",
|
||||
|
@ -107,7 +101,6 @@ rabbitmq_integration_suite(
|
|||
)
|
||||
|
||||
rabbitmq_integration_suite(
|
||||
PACKAGE,
|
||||
name = "raw_websocket_SUITE",
|
||||
additional_beam = [
|
||||
":test_util",
|
||||
|
|
|
@ -203,7 +203,6 @@ def rabbitmq_test_helper(
|
|||
)
|
||||
|
||||
def rabbitmq_integration_suite(
|
||||
package,
|
||||
name = None,
|
||||
tags = [],
|
||||
data = [],
|
||||
|
@ -215,6 +214,8 @@ def rabbitmq_integration_suite(
|
|||
deps = [],
|
||||
runtime_deps = [],
|
||||
**kwargs):
|
||||
package = native.package_name()
|
||||
|
||||
extra_deps = [
|
||||
"//deps/rabbit_common:erlang_app",
|
||||
"//deps/rabbitmq_ct_helpers:erlang_app",
|
||||
|
|
Loading…
Reference in New Issue