tests: disable same_upstream_downstream in release-8.5 CI#4423
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request provides a temporary fix for a failing CI pipeline on the Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request effectively addresses the immediate issue by temporarily disabling the same_upstream_downstream integration test in the release-8.5 CI. The detailed explanation provided in the code comment is highly beneficial for future maintainability, clearly stating the reason for the disablement and the conditions for re-enabling the test. This approach ensures that the CI remains functional while awaiting the necessary upstream changes.
| '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 |
There was a problem hiding this comment.
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.
| # 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 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flowbehappy, hongyunyan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
|
@wlwilliamx: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What problem does this PR solve?
Issue Number: close #4422
What is changed and how it works?
Temporarily disable the
same_upstream_downstreamintegration test inrelease-8.5CI, because TiDB 8.5.x (release-8.5 line) does not writecluster_idintomysql.tidb(pingcap/tidb#59511 was not cherry-picked to release-8.5). Re-enable it after TiDB release-8.5 hasmysql.tidb.cluster_id.Check List
Tests
Manual test steps:
bash -n tests/integration_tests/run_light_it_in_ci.shQuestions
Will it cause performance regression or break compatibility?
No.
Do you need to update user documentation, design documentation or monitoring documentation?
No.
Release note