Skip to content

Commit

Permalink
Merge pull request #9994 from gyuho/grpc
Browse files Browse the repository at this point in the history
 vendor: upgrade google.golang.org/grpc to v1.14.0
  • Loading branch information
gyuho committed Aug 10, 2018
2 parents 4fa58fc + 7e2e71c commit 457a96d
Show file tree
Hide file tree
Showing 41 changed files with 1,944 additions and 1,196 deletions.
1 change: 1 addition & 0 deletions .words
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,4 @@ BackoffFunc
CallOptions

__lostleader
ErrConnClosing
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions clientv3/integration/server_shutdown_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (

"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
"google.golang.org/grpc/transport"
)

// TestBalancerUnderServerShutdownWatch expects that watch client
Expand Down Expand Up @@ -394,7 +393,7 @@ func isClientTimeout(err error) bool {
return false
}
code := ev.Code()
return code == codes.DeadlineExceeded || ev.Message() == transport.ErrConnClosing.Desc
return code == codes.DeadlineExceeded
}

func isCanceled(err error) bool {
Expand Down
6 changes: 5 additions & 1 deletion vendor/google.golang.org/grpc/balancer/balancer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 7 additions & 26 deletions vendor/google.golang.org/grpc/call.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 457a96d

Please sign in to comment.