-
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/singleflight test #542
Conversation
Best reviewed: commit by commit
Optimal code review plan (2 warnings)
|
Codecov Report
@@ Coverage Diff @@
## master #542 +/- ##
=========================================
+ Coverage 9.51% 9.65% +0.13%
=========================================
Files 402 402
Lines 20859 20859
=========================================
+ Hits 1985 2013 +28
+ Misses 18621 18593 -28
Partials 253 253
Continue to review full report at Codecov.
|
/rebase |
[REBASE] Rebase triggered by vankichi for branch: test/internal/singleflight |
/rebase |
98f5cd6
to
7040107
Compare
[REBASE] Rebase triggered by vankichi for branch: test/internal/singleflight |
/rebase |
[REBASE] Rebase triggered by vankichi for branch: test/internal/singleflight |
2f9c18a
to
3e5c4f4
Compare
/rebase |
[REBASE] Rebase triggered by vankichi for branch: test/internal/singleflight |
3e5c4f4
to
d79c15b
Compare
/rebase |
[REBASE] Rebase triggered by vankichi for branch: test/internal/singleflight |
[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.
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] Rebase triggered by vankichi for branch: test/internal/singleflight |
Signed-off-by: vankichi <kyukawa315@gmail.com>
* fix: test case Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com> * fix: comment out Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com> * fix: delete unncessary code Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
77ca32c
to
f804947
Compare
[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.
Signed-off-by: vankichi kyukawa315@gmail.com
Description:
I added the test of
internal/singleflight
and updated its godocRelated Issue:
How Has This Been Tested?:
Environment:
Types of changes:
Changes to Core Features:
Checklist: