-
Notifications
You must be signed in to change notification settings - Fork 717
v1: downgrade grpc requirements to <1.30.0 #381
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #381 +/- ##
=======================================
Coverage 73.50% 73.50%
=======================================
Files 41 41
Lines 1317 1317
=======================================
Hits 968 968
Misses 295 295
Partials 54 54 Continue to review full report at Codecov.
|
Refactors test code to use local protobufs instead of importing grpc/examples. examples package uses bleeding edge grpc forcing the pulling of bleeding edge grpc fixes grpc-ecosystem#377
88aea59
to
969c1c6
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.
Thanks,
This makes sense for v1, LGTM.
Just tiny suggestion 🤗
// SayHello can be called by client without being authenticated by exampleAuthFunc as AuthFuncOverride is called instead | ||
func (g *gRPCserverUnauthenticated) SayHello(ctx context.Context, request *pb.HelloRequest) (*pb.HelloReply, error) { | ||
return &pb.HelloReply{Message: "pong unauthenticated"}, nil | ||
// SayHello only can be called by client when authenticated by exampleAuthFunc |
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.
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.
Not a blocker, so let's merge.
Note we focus our forces on releasing v2. I think this is already fixed in v2. |
fixes #377