-
Notifications
You must be signed in to change notification settings - Fork 498
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
br: GC by MaxReservedTime works on completed or failed backups #5148
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@BornChanger: 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. |
Signed-off-by: BornChanger <[email protected]>
deb5c23
to
1f6329f
Compare
/test pull-e2e-kind pull-e2e-kind-across-kubernetes pull-e2e-kind-basic pull-e2e-kind-br pull-e2e-kind-serial |
@BornChanger: 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. |
@BornChanger: 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. |
Signed-off-by: BornChanger <[email protected]>
Signed-off-by: BornChanger <[email protected]>
/retest |
Signed-off-by: BornChanger <[email protected]>
/test pull-e2e-kind pull-e2e-kind-across-kubernetes pull-e2e-kind-basic pull-e2e-kind-br pull-e2e-kind-serial |
@BornChanger: 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. |
@BornChanger: 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. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5148 +/- ##
==========================================
+ Coverage 57.69% 62.65% +4.95%
==========================================
Files 248 252 +4
Lines 28957 32546 +3589
==========================================
+ Hits 16708 20391 +3683
+ Misses 10615 10417 -198
- Partials 1634 1738 +104
|
/test pull-e2e-kind pull-e2e-kind-across-kubernetes pull-e2e-kind-basic pull-e2e-kind-serial |
@BornChanger: 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. |
@BornChanger: 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 |
@BornChanger: 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. |
@BornChanger: 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 |
@BornChanger: 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. |
@BornChanger: 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 |
@BornChanger: 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. |
@BornChanger: 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. |
/cherry-pick release-1.5 |
@BornChanger: 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. |
@BornChanger: new pull request created to branch 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. |
#5152) Signed-off-by: BornChanger <[email protected]> Co-authored-by: BornChanger <[email protected]>
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)
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)
What problem does this PR solve?
Close #5147 #4992 #5129
What is changed and how does it work?
This PR addresses 3 problems
Code changes
Tests
Side effects
Related changes
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.