Skip to content

Commit b3cc3fd

Browse files
authored
tests: disable same_upstream_downstream in release-8.5 CI (#4423)
1 parent 5306544 commit b3cc3fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/integration_tests/run_light_it_in_ci.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ mysql_groups=(
4444
# G05
4545
'vector simple partition_table fail_over_ddl_F conflict_key_generated_column wide_table'
4646
# G06
47-
'http_api http_api_compatibility http_api_tls http_api_tls_old_arch fail_over_ddl_G synced_status same_upstream_downstream'
47+
# NOTE: same_upstream_downstream is temporarily disabled on release-8.5 CI because TiDB 8.5.x
48+
# does not write `cluster_id` into `mysql.tidb` (tidb#59511 not cherry-picked). Re-enable it
49+
# after TiDB release-8.5 has `mysql.tidb.cluster_id`.
50+
'http_api http_api_compatibility http_api_tls http_api_tls_old_arch fail_over_ddl_G synced_status'
4851
# G07
4952
'http_api_tls_with_user_auth fail_over_ddl_H changefeed_update_config synced_status_with_redo'
5053
# G08

0 commit comments

Comments
 (0)