From 7c5f1e20f6d091323f321acd6712b5a59406f11e Mon Sep 17 00:00:00 2001 From: tenfyzhong Date: Tue, 24 Feb 2026 16:55:39 +0800 Subject: [PATCH] tests: rebalance heavy integration test groups Move several cases from G05 to G01/G02 in heavy integration tests to avoid a single-group bottleneck.\n\nRef #4255 Signed-off-by: tenfyzhong --- tests/integration_tests/run_heavy_it_in_ci.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/integration_tests/run_heavy_it_in_ci.sh b/tests/integration_tests/run_heavy_it_in_ci.sh index 2cc545440e..0c85e23982 100755 --- a/tests/integration_tests/run_heavy_it_in_ci.sh +++ b/tests/integration_tests/run_heavy_it_in_ci.sh @@ -32,15 +32,15 @@ mysql_groups=( # G00 'api_v2 generate_column many_pk_or_uk multi_source' # G01 - 'ddl_for_split_tables_with_random_move_table' + 'ddl_for_split_tables_with_random_move_table syncpoint_check_ts random_drop_message' # G02 - 'ddl_for_split_tables_with_failover' + 'ddl_for_split_tables_with_failover in_flight_syncpoint_during_scheduling ' # G03 'cdc move_table in_flight_ddl_during_scheduling checkpoint_race_ddl_crash' # G04 'complex_transaction' # G05 - 'ddl_for_split_tables_with_merge_and_split syncpoint in_flight_syncpoint_during_scheduling syncpoint_check_ts random_drop_message' + 'ddl_for_split_tables_with_merge_and_split syncpoint' # G06 'ddl_for_split_tables_with_random_merge_and_split' # G07