-
Notifications
You must be signed in to change notification settings - Fork 499
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
ticdc: upgrade ticdc first if version >= v5.1.0 #5140
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5140 +/- ##
==========================================
+ Coverage 57.24% 64.22% +6.97%
==========================================
Files 247 251 +4
Lines 29872 33386 +3514
==========================================
+ Hits 17101 21441 +4340
+ Misses 11107 10212 -895
- Partials 1664 1733 +69
|
3c408b3
to
fede680
Compare
Signed-off-by: hi-rustin <[email protected]> ticdc: add tests Signed-off-by: hi-rustin <[email protected]> ticdc: add more tests Signed-off-by: hi-rustin <[email protected]> ticdc: rename Signed-off-by: hi-rustin <[email protected]> ticdc: add deps ro controller Signed-off-by: hi-rustin <[email protected]> ticdc: use correct version Signed-off-by: hi-rustin <[email protected]> ticdc: add test for GetImageVersion Signed-off-by: hi-rustin <[email protected]> br: GC by MaxReservedTime works on completed or failed backups (pingcap#5148)
fede680
to
7f46ef8
Compare
Signed-off-by: hi-rustin <[email protected]>
/run-all-tests |
Signed-off-by: hi-rustin <[email protected]>
Signed-off-by: hi-rustin <[email protected]>
Signed-off-by: hi-rustin <[email protected]>
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.
Self check
Signed-off-by: hi-rustin <[email protected]>
/run-all-tests |
/run-all-tests |
1 similar comment
/run-all-tests |
/test pull-e2e-kind-across-kubernetes |
@csuzhangxc: The label(s) In response to this:
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. |
@csuzhangxc: No presubmit jobs available for pingcap/tidb-operator@master In response to this:
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 kubernetes/test-infra repository. |
/test pull-e2e-kind-across-kubernetes |
@csuzhangxc: The label(s) In response to this:
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. |
@csuzhangxc: No presubmit jobs available for pingcap/tidb-operator@master In response to this:
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 kubernetes/test-infra repository. |
/test pull-e2e-kind-across-kubernetes |
@csuzhangxc: The label(s) In response to this:
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. |
@csuzhangxc: No presubmit jobs available for pingcap/tidb-operator@master In response to this:
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 kubernetes/test-infra repository. |
/test pull-e2e-kind-across-kubernetes |
@csuzhangxc: The label(s) In response to this:
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. |
@csuzhangxc: No presubmit jobs available for pingcap/tidb-operator@master In response to this:
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 kubernetes/test-infra repository. |
/test pull-e2e-kind-across-kubernetes |
@csuzhangxc: The label(s) In response to this:
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. |
@csuzhangxc: No presubmit jobs available for pingcap/tidb-operator@master In response to this:
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 kubernetes/test-infra repository. |
/test pull-e2e-kind-across-kubernetes |
@csuzhangxc: The label(s) In response to this:
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. |
@csuzhangxc: No presubmit jobs available for pingcap/tidb-operator@master In response to this:
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 kubernetes/test-infra repository. |
when upgrading the TiDB cluster (with 1 PD), the process was blocked as TiCDC waited for PD ready but PD's status stayed in Upgrade. |
PR needs rebase. 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 kubernetes/test-infra repository. |
What problem does this PR solve?
close #4966
What is changed and how does it work?
upgrade ticdc first if version >= v5.1.0
Code changes
Tests
Side effects
Related changes
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.