-
Notifications
You must be signed in to change notification settings - Fork 78
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
Add internal roundtrip test code #589
Conversation
Best reviewed: commit by commit
Optimal code review plan (9 warnings)
|
[CHATOPS:HELP] ChatOps commands.
|
Codecov Report
@@ Coverage Diff @@
## master #589 +/- ##
==========================================
+ Coverage 12.13% 12.19% +0.05%
==========================================
Files 409 409
Lines 21329 21340 +11
==========================================
+ Hits 2588 2602 +14
+ Misses 18456 18454 -2
+ Partials 285 284 -1
Continue to review full report at Codecov.
|
/rebase |
[REBASE] Rebase triggered by kevindiu for branch: test/net/http/transport/roundtrip |
3fd8c3c
to
e9fb3c6
Compare
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
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] Rebase triggered by kevindiu for branch: test/net/http/transport/roundtrip |
20da29c
to
7f2000e
Compare
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
/rebase |
[REBASE] Rebase triggered by vankichi for branch: test/net/http/transport/roundtrip |
[FORMAT] Updating license headers and formatting go codes triggered by vankichi. |
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 vankichi.
Author review required?
Description:
This PR implements the roundtrip test case.
This PR also fix the bug that it did not return
errors.ErrTransportRetryable
when the roundtrip success and the request is retryable.Also this PR update the roundtrip logic that making the request terminated if the request is not retryable.
Related Issue:
How Has This Been Tested?:
Environment:
Types of changes:
Changes to Core Features:
Checklist: