File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ PARALLEL_CT_SET_3_D = metadata_store_phase1 metrics mirrored_supervisor msg_stor
265
265
266
266
PARALLEL_CT_SET_4_A = clustering_events rabbit_local_random_exchange rabbit_message_interceptor rabbitmq_4_0_deprecations unit_pg_local unit_plugin_directories unit_plugin_versioning unit_policy_validators unit_priority_queue
267
267
PARALLEL_CT_SET_4_B = per_user_connection_tracking per_vhost_connection_limit rabbit_fifo_dlx_integration rabbit_fifo_int
268
- PARALLEL_CT_SET_4_C = per_vhost_msg_store per_vhost_queue_limit priority_queue upgrade_preparation vhost
268
+ PARALLEL_CT_SET_4_C = msg_size_metrics unit_msg_size_metrics per_vhost_msg_store per_vhost_queue_limit priority_queue upgrade_preparation vhost
269
269
PARALLEL_CT_SET_4_D = per_user_connection_channel_tracking product_info publisher_confirms_parallel queue_type rabbitmq_queues_cli_integration rabbitmqctl_integration rabbitmqctl_shutdown routing
270
270
271
271
PARALLEL_CT_SET_1 = $(sort $(PARALLEL_CT_SET_1_A ) $(PARALLEL_CT_SET_1_B ) $(PARALLEL_CT_SET_1_C ) $(PARALLEL_CT_SET_1_D ) )
@@ -277,7 +277,7 @@ SEQUENTIAL_CT_SUITES = clustering_management dead_lettering feature_flags metada
277
277
PARALLEL_CT_SUITES = $(PARALLEL_CT_SET_1 ) $(PARALLEL_CT_SET_2 ) $(PARALLEL_CT_SET_3 ) $(PARALLEL_CT_SET_4 )
278
278
279
279
ifneq ($(filter-out $(SEQUENTIAL_CT_SUITES ) $(PARALLEL_CT_SUITES ) ,$(CT_SUITES ) ) ,)
280
- $(error Some test suites in CT_SUITES but not configured for CI. )
280
+ $(error Some test suites in CT_SUITES but not configured for CI : $( filter-out $( SEQUENTIAL_CT_SUITES ) $( PARALLEL_CT_SUITES ) , $( CT_SUITES ) ) )
281
281
endif
282
282
283
283
define tpl_parallel_ct_test_spec
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ PARALLEL_CT_SET_1_D = mqtt_shared
99
99
PARALLEL_CT_SUITES = $(PARALLEL_CT_SET_1_A ) $(PARALLEL_CT_SET_1_B ) $(PARALLEL_CT_SET_1_C ) $(PARALLEL_CT_SET_1_D )
100
100
101
101
ifneq ($(filter-out $(PARALLEL_CT_SUITES ) ,$(CT_SUITES ) ) ,)
102
- $(error Some test suites in CT_SUITES but not configured for CI. )
102
+ $(error Some test suites in CT_SUITES but not configured for CI : $( filter-out $( PARALLEL_CT_SUITES ) , $( CT_SUITES ) ) )
103
103
endif
104
104
105
105
define tpl_parallel_ct_test_spec
You can’t perform that action at this time.
0 commit comments