tests: Fix foreign key tests with tidb configs - #11029
Conversation
|
Skipping CI for Draft Pull Request. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe change removes Docker Compose version declarations from classic YAML test configurations, updates fullstack and TiDB CI links to those configurations, and suppresses Rust deprecation warnings for selected LLVM builds. ChangesClassic YAML migration
Rust warning suppression
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ 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 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JinheLin, windtalker 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:
|
|
/test pull-integration-test |
|
/test pull-integration-test |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@tests/tidb-ci/cluster.yaml`:
- Line 1: Update the tidb-ci/cluster.yaml symlink to target the
fail-point-enabled cluster composition instead of classic-yaml/cluster.yaml,
preserving the tidb0 image and environment required by tidb-ci/fail-point-tests.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 9f27e552-2d2b-45e0-b8d1-6151d3044486
📒 Files selected for processing (23)
tests/docker/classic-yaml/cluster.yamltests/docker/classic-yaml/cluster_disable_new_collation.yamltests/docker/classic-yaml/cluster_new_collation.yamltests/docker/classic-yaml/cluster_tidb_fail_point.yamltests/docker/classic-yaml/tiflash-dt-disable-encrypt.yamltests/docker/classic-yaml/tiflash-dt-disable-local-tunnel.yamltests/docker/classic-yaml/tiflash-dt-force-enable-lm.yamltests/docker/classic-yaml/tiflash-dt-lightweight-compression.yamltests/docker/classic-yaml/tiflash-dt-sync-grpc.yamltests/docker/classic-yaml/tiflash-dt.yamltests/fullstack-test/cluster.yamltests/fullstack-test/tiflash-dt-sync-grpc.yamltests/fullstack-test/tiflash-dt.yamltests/fullstack-test2/cluster.yamltests/fullstack-test2/tiflash-dt-disable-encrypt.yamltests/fullstack-test2/tiflash-dt-disable-local-tunnel.yamltests/fullstack-test2/tiflash-dt.yamltests/tidb-ci/cluster.yamltests/tidb-ci/cluster_disable_new_collation.yamltests/tidb-ci/cluster_new_collation.yamltests/tidb-ci/tiflash-dt-force-enable-lm.yamltests/tidb-ci/tiflash-dt-lightweight-compression.yamltests/tidb-ci/tiflash-dt.yaml
💤 Files with no reviewable changes (10)
- tests/docker/classic-yaml/cluster.yaml
- tests/docker/classic-yaml/cluster_new_collation.yaml
- tests/docker/classic-yaml/tiflash-dt-force-enable-lm.yaml
- tests/docker/classic-yaml/tiflash-dt-disable-encrypt.yaml
- tests/docker/classic-yaml/cluster_disable_new_collation.yaml
- tests/docker/classic-yaml/tiflash-dt.yaml
- tests/docker/classic-yaml/tiflash-dt-sync-grpc.yaml
- tests/docker/classic-yaml/tiflash-dt-lightweight-compression.yaml
- tests/docker/classic-yaml/tiflash-dt-disable-local-tunnel.yaml
- tests/docker/classic-yaml/cluster_tidb_fail_point.yaml
|
/test pull-integration-test |
2 similar comments
|
/test pull-integration-test |
|
/test pull-integration-test |
Signed-off-by: JaySon-Huang <tshent@qq.com>
Signed-off-by: JaySon-Huang <tshent@qq.com>
b385fee to
b516fe4
Compare
|
/test pull-integration-test |
1 similar comment
|
/test pull-integration-test |
What problem does this PR solve?
Issue Number: close #11028
Problem Summary: after pingcap/tidb#70328, tiflash integration tests failed
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note
Summary by CodeRabbit