Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tests/integration_tests/run_light_it_in_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ mysql_groups=(
# G05
'vector simple partition_table fail_over_ddl_F conflict_key_generated_column wide_table'
# G06
'http_api http_api_compatibility http_api_tls http_api_tls_old_arch fail_over_ddl_G synced_status same_upstream_downstream'
# NOTE: same_upstream_downstream is temporarily disabled on release-8.5 CI because TiDB 8.5.x
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To enhance traceability, consider adding a reference to the current pull request's issue number (#4422) within the comment. This would make it easier for future developers to find the context and discussion surrounding this temporary disablement directly from the code.

Suggested change
# NOTE: same_upstream_downstream is temporarily disabled on release-8.5 CI because TiDB 8.5.x
# NOTE: same_upstream_downstream is temporarily disabled (ref #4422) on release-8.5 CI because TiDB 8.5.x

# does not write `cluster_id` into `mysql.tidb` (tidb#59511 not cherry-picked). Re-enable it
# after TiDB release-8.5 has `mysql.tidb.cluster_id`.
'http_api http_api_compatibility http_api_tls http_api_tls_old_arch fail_over_ddl_G synced_status'
# G07
'http_api_tls_with_user_auth fail_over_ddl_H changefeed_update_config synced_status_with_redo'
# G08
Expand Down