File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2525 - parallel-ct-set-2
2626 - parallel-ct-set-3
2727 - parallel-ct-set-4
28+ - ct-amqp_client
2829 - ct-clustering_management
2930 - eunit ct-dead_lettering
3031 - ct-feature_flags
Original file line number Diff line number Diff line change @@ -175,7 +175,8 @@ bats: $(BATS)
175175
176176tests :: bats
177177
178- SLOW_CT_SUITES := backing_queue \
178+ SLOW_CT_SUITES := amqp_client \
179+ backing_queue \
179180 channel_interceptor \
180181 cluster \
181182 cluster_rename \
@@ -257,7 +258,7 @@ define ct_master.erl
257258 halt(0)
258259endef
259260
260- PARALLEL_CT_SET_1_A = amqp_client unit_cluster_formation_locking_mocks unit_cluster_formation_sort_nodes unit_collections unit_config_value_encryption unit_connection_tracking
261+ PARALLEL_CT_SET_1_A = unit_cluster_formation_locking_mocks unit_cluster_formation_sort_nodes unit_collections unit_config_value_encryption unit_connection_tracking
261262PARALLEL_CT_SET_1_B = amqp_address amqp_auth amqp_credit_api_v2 amqp_filtex amqp_dotnet amqp_jms signal_handling single_active_consumer unit_access_control_authn_authz_context_propagation unit_access_control_credential_validation unit_amqp091_content_framing unit_amqp091_server_properties unit_app_management
262263PARALLEL_CT_SET_1_C = amqp_proxy_protocol amqpl_consumer_ack amqpl_direct_reply_to backing_queue bindings rabbit_db_maintenance rabbit_db_msup rabbit_db_policy rabbit_db_queue rabbit_db_topic_exchange rabbit_direct_reply_to_prop cluster_limit cluster_minority term_to_binary_compat_prop topic_permission transactions unicode unit_access_control
263264PARALLEL_CT_SET_1_D = amqqueue_backward_compatibility channel_interceptor channel_operation_timeout classic_queue classic_queue_prop config_schema peer_discovery_dns peer_discovery_tmp_hidden_node per_node_limit per_user_connection_channel_limit
@@ -282,7 +283,7 @@ PARALLEL_CT_SET_2 = $(sort $(PARALLEL_CT_SET_2_A) $(PARALLEL_CT_SET_2_B) $(PARAL
282283PARALLEL_CT_SET_3 = $(sort $(PARALLEL_CT_SET_3_A ) $(PARALLEL_CT_SET_3_B ) $(PARALLEL_CT_SET_3_C ) $(PARALLEL_CT_SET_3_D ) )
283284PARALLEL_CT_SET_4 = $(sort $(PARALLEL_CT_SET_4_A ) $(PARALLEL_CT_SET_4_B ) $(PARALLEL_CT_SET_4_C ) $(PARALLEL_CT_SET_4_D ) )
284285
285- SEQUENTIAL_CT_SUITES = clustering_management dead_lettering feature_flags metadata_store_clustering quorum_queue rabbit_stream_queue
286+ SEQUENTIAL_CT_SUITES = amqp_client clustering_management dead_lettering feature_flags metadata_store_clustering quorum_queue rabbit_stream_queue
286287PARALLEL_CT_SUITES = $(PARALLEL_CT_SET_1 ) $(PARALLEL_CT_SET_2 ) $(PARALLEL_CT_SET_3 ) $(PARALLEL_CT_SET_4 )
287288
288289ifeq ($(filter-out $(SEQUENTIAL_CT_SUITES ) $(PARALLEL_CT_SUITES ) ,$(CT_SUITES ) ) ,)
You can’t perform that action at this time.
0 commit comments