Skip to content
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

clientv3/retry: clean up retryRPCFunc #8724

Merged
merged 1 commit into from
Dec 20, 2017
Merged

Conversation

gyuho
Copy link
Contributor

@gyuho gyuho commented Oct 20, 2017

c.f. #8691.

return &retryClusterClient{&nonRepeatableClusterClient{cc, nonRepeatableRetry}, repeatableRetry}
return &retryClusterClient{
cc: pb.NewClusterClient(c.conn),
retryf: c.newAuthRetryWrapper(c.newRetryWrapper()),
Copy link
Contributor Author

@gyuho gyuho Oct 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gyuho gyuho force-pushed the cleanup-retry branch 2 times, most recently from be4484e to a76623c Compare October 20, 2017 17:35
@gyuho gyuho force-pushed the cleanup-retry branch 2 times, most recently from 486509e to 60d3136 Compare November 21, 2017 22:35
@codecov-io
Copy link

codecov-io commented Nov 21, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@fc2eecf). Click here to learn what that means.
The diff coverage is 95.83%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #8724   +/-   ##
=========================================
  Coverage          ?   75.89%           
=========================================
  Files             ?      359           
  Lines             ?    29807           
  Branches          ?        0           
=========================================
  Hits              ?    22623           
  Misses            ?     5598           
  Partials          ?     1586
Impacted Files Coverage Δ
clientv3/retry.go 92.88% <95.83%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fc2eecf...13720a2. Read the comment docs.

@gyuho gyuho force-pushed the cleanup-retry branch 2 times, most recently from d34cfae to 13720a2 Compare December 8, 2017 05:32
@gyuho gyuho changed the title clientv3/retry: clean up retryRPCFunc, add auth wrapper to all RPCs clientv3/retry: clean up retryRPCFunc Dec 20, 2017
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
@fanminshi
Copy link
Member

lgtm

@gyuho gyuho merged commit 578d13c into etcd-io:master Dec 20, 2017
@gyuho gyuho deleted the cleanup-retry branch December 20, 2017 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants