-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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: refactor sendBackup #31264
br: refactor sendBackup #31264
Conversation
[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. |
/run-integration-br-tests |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/e765c4ff68aaecffd6ffd1257f3e460b283757d5 |
051dad2
to
1747c8f
Compare
/run-integration-br-tests |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 8e37fcc
|
What problem does this PR solve?
Issue Number: ref #31374
Problem Summary:
refactor SendBackup to reduce cyclomatic complexities from 18 to 7.
What is changed and how it works?
refactor SendBackup
Check List
Tests
run
gocyclo br/pkg/backup/client.go
before this PR.
after this PR.
Side effects
Documentation
Release note