-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version: prohibit operating TiCDC clusters across major and minor versions (#2481) #2600
version: prohibit operating TiCDC clusters across major and minor versions (#2481) #2600
Conversation
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
Signed-off-by: Neil Shen <[email protected]>
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/run-kafka-tests |
Signed-off-by: Neil Shen <[email protected]>
/run-kafka-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 7ce67ca
|
/hold |
.github/workflows/integration.yml
Outdated
docker run pingcap/tidb:nightly -V | ||
docker run pingcap/tikv:nightly -V | ||
docker run pingcap/pd:nightly -V |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Image tagv5.2.0-nightly
is not available in docker hub currently, which will be uploaded after 5.2.0
is released. Since the integration test is not enabled in release branch, it is safe to change all tags to v5.2.0-nightly
now.
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 0faa15d
|
/unhold |
/run-integration-tests |
@ti-chi-bot: Your PR was out of date, I have automatically updated it for you. At the same time I will also trigger all tests for you: /run-all-tests If the CI test fails, you just re-trigger the test that failed and the bot will merge the PR for you after the CI passes. Instructions 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 ti-community-infra/tichi repository. |
/run-all-tests |
/run-kafka-tests |
/run-integration-tests |
Codecov Report
@@ Coverage Diff @@
## release-5.2 #2600 +/- ##
===================================================
- Coverage 56.0786% 55.8679% -0.2107%
===================================================
Files 169 169
Lines 20605 20663 +58
===================================================
- Hits 11555 11544 -11
- Misses 7919 8012 +93
+ Partials 1131 1107 -24 |
This is an automated cherry-pick of #2481
What problem does this PR solve?
Prohibit operating TiCDC clusters across major versions
What is changed and how it works?
Add version check for both TiDB cluster and TiCDC cluster.
Check List
Tests
Related changes
Release note