-
Notifications
You must be signed in to change notification settings - Fork 77
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
[patch] Refactor agent-sidecar: fix S3 reader & add backoff logic #467
[patch] Refactor agent-sidecar: fix S3 reader & add backoff logic #467
Conversation
Best reviewed: commit by commit
Optimal code review plan
|
Codecov Report
@@ Coverage Diff @@
## master #467 +/- ##
=========================================
- Coverage 7.92% 7.83% -0.10%
=========================================
Files 392 396 +4
Lines 20039 20323 +284
=========================================
+ Hits 1589 1593 +4
- Misses 18217 18493 +276
- Partials 233 237 +4
Continue to review full report at Codecov.
|
[WARNING] Changes in |
[WARNING] Changes in |
[WARNING] Changes in |
[WARNING] Changes in |
return nil | ||
} | ||
|
||
} |
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.
[golangci] reported by reviewdog 🐶
block should not end with a whitespace (or comment) (wsl)
[WARNING] Changes in |
// Change interface type to the type of object you are testing | ||
type T = interface{} | ||
type args struct { | ||
client *http.Client |
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.
[golangci] reported by reviewdog 🐶
client
is unused (structcheck)
[WARNING] Changes in |
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.
LGTM
/rebase |
[CHANGELOG] Please edit the following lines.
|
[REBASE] Rebase triggered by kpango for branch: refactor/agent-sidecar/use-io-pipe-for-reading-s3-backet |
Signed-off-by: Rintaro Okamura <[email protected]>
Signed-off-by: Rintaro Okamura <[email protected]>
Signed-off-by: Rintaro Okamura <[email protected]>
Signed-off-by: Rintaro Okamura <[email protected]>
Signed-off-by: Rintaro Okamura <[email protected]>
Signed-off-by: Rintaro Okamura <[email protected]>
Signed-off-by: Rintaro Okamura <[email protected]>
Signed-off-by: Rintaro Okamura <[email protected]>
Signed-off-by: Rintaro Okamura <[email protected]>
Signed-off-by: Rintaro Okamura <[email protected]>
05aa4bd
to
35fe989
Compare
[WARNING] Changes in |
[FORMAT] Updating license headers and formatting go codes triggered by kpango. |
Signed-off-by: vdaas-ci <[email protected]>
[WARNING] Changes in |
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.
[APPROVED] This PR is approved by kpango.
// Change interface type to the type of object you are testing | ||
type T = interface{} | ||
type args struct { | ||
client *http.Client |
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.
[golangci] reported by reviewdog 🐶
field client
is unused (unused)
@@ -59,3 +60,15 @@ func WithBlobStorage(storage storage.Storage) Option { | |||
return nil | |||
} | |||
} | |||
|
|||
func WithBackoffOpts(opts ...backoff.Option) Option { |
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.
[golangci] reported by reviewdog 🐶
exported function WithBackoffOpts
should have comment or be unexported (golint)
Description:
Related Issue:
nothing.
How Has This Been Tested?:
nothing
Environment:
Types of changes:
Changes to Core Features:
Checklist: