-
Notifications
You must be signed in to change notification settings - Fork 102
Conversation
Codecov Report
@@ Coverage Diff @@
## master #292 +/- ##
==========================================
+ Coverage 71.32% 71.50% +0.17%
==========================================
Files 48 48
Lines 4997 5025 +28
==========================================
+ Hits 3564 3593 +29
+ Misses 973 971 -2
- Partials 460 461 +1
Continue to review full report at Codecov.
|
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.
rest LGTM
Co-authored-by: kennytm <kennytm@gmail.com>
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.
rest lgtm
Co-authored-by: kennytm <kennytm@gmail.com>
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.
Rest LGTM
@@ -0,0 +1,37 @@ | |||
package task |
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.
Please add license header.
pkg/task/common.go
Outdated
"regexp" | ||
"strings" | ||
|
||
"github.com/pingcap/log" | ||
"go.uber.org/zap" | ||
|
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.
Please remove the empty line.
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.
Cool, LGTM
cherry pick to release-3.1 failed |
cherry pick to release-4.0 in PR #293 |
* backup: don't log secret of s3. * br_s3: always print log. * *: remove query string on logging arguments. * br_s3: reset BR_LOG_TO_TERM on fail. * Apply suggestions from code review Co-authored-by: kennytm <kennytm@gmail.com> * Apply suggestions from code review Co-authored-by: kennytm <kennytm@gmail.com> * *: remove query string on logging arguments. Co-authored-by: Hillium <maruruku@stu.csust.edu.cn> Co-authored-by: 山岚 <36239017+YuJuncen@users.noreply.github.com> Co-authored-by: kennytm <kennytm@gmail.com>
What problem does this PR solve?
fix bug hunting #71
What is changed and how it works?
I change the line that logging the secret information:
br/pkg/backup/client.go
Line 763 in 00fe08c
Check List
Tests
Code changes
LogArguments
fromutils
totask
).Release Note