-
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
dp: cherry pick dp prs to release-1.4 #4929
Conversation
* init code for test * just clean before backup data * delete test code * import pingcap/errors * add check version * remove test code * add running status check * add restart condition to clarify logic * fix status update * fix ut
…cap#4895) * init code for test * just clean before backup data * delete test code * import pingcap/errors * add check version * remove test code * add running status check * add restart condition to clarify logic * fix status update * fix ut * init code * update crd reference * fix miss update retry count * add retry limit as constant * init runnable code * refine main controller logic * add some note * address some comments * init e2e test code * add e2e env to extend backup time * add e2e env for test * fix complie * just test kill pod * refine logic * use pkill to kill pod * fix reconcile * add kill pod log * add more log * add more log * try kill pod only * wait and kill running backup pod * add wait for pod failed * fix wait pod running * use killall backup to kill pod * use pkill -9 backup * kill pod until pod is failed * add ps to debug * connect commands by semicolon * kill pod by signal 15 * use panic simulate kill pod * test all kill pod test * remove useless log * add original reason of job or pod failure * rename BackupRetryFailed to BackupRetryTheFailed
* init schedule log backup code * add run log backup code * update api * refine some nodes * refine cacluate logic * add ut * fix make check * add log backup test * refine code * fix notes * refine function names * fix conflict
… between two snapshot (pingcap#4922)
* refine BackoffRetryPolicy time format * fix some ut
[REVIEW NOTIFICATION] This pull request has been approved by:
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. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release-1.4 #4929 +/- ##
===============================================
+ Coverage 59.91% 67.60% +7.69%
===============================================
Files 224 230 +6
Lines 25332 29323 +3991
===============================================
+ Hits 15178 19825 +4647
+ Misses 8720 7977 -743
- Partials 1434 1521 +87
|
/test pull-e2e-kind |
/test pull-e2e-kind-basic |
1 similar comment
/test pull-e2e-kind-basic |
/test pull-e2e-kind pull-e2e-kind-serial |
/test pull-e2e-kind |
/test pull-e2e-kind-serial |
/test pull-e2e-kind |
/test pull-e2e-kind-serial |
/test pull-e2e-kind pull-e2e-kind-serial |
2 similar comments
/test pull-e2e-kind pull-e2e-kind-serial |
/test pull-e2e-kind pull-e2e-kind-serial |
/test pull-e2e-kind |
/test pull-e2e-kind pull-e2e-kind-serial |
What problem does this PR solve?
What is changed and how does it work?
cherry-pick:
#4812
#4819
#4883
#4888
#4895
#4904
#4914
#4922
#4925
Code changes
Tests
Side effects
Related changes
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.