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

v1: downgrade grpc requirements to <1.30.0 #381

Merged
merged 1 commit into from
Jan 17, 2021

Conversation

drewwells
Copy link
Contributor

@drewwells drewwells commented Jan 16, 2021

Refactors tests code to use local protobufs to avoid
importing grpc/examples. examples package uses bleeding
edge grpc forcing this package to be dependent on bleeding
edge latest grpc.

fixes #377

@codecov-io
Copy link

codecov-io commented Jan 16, 2021

Codecov Report

Merging #381 (969c1c6) into master (4890039) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

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

    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
Copy link
Collaborator

@bwplotka bwplotka left a 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
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Collaborator

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.

@bwplotka bwplotka changed the title downgrade grpc requirements to <1.30.0 v1: downgrade grpc requirements to <1.30.0 Jan 17, 2021
@bwplotka
Copy link
Collaborator

Note we focus our forces on releasing v2. I think this is already fixed in v2.

@bwplotka bwplotka merged commit fab13c2 into grpc-ecosystem:master Jan 17, 2021
@drewwells drewwells deleted the reduceGrpcVersion branch January 17, 2021 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

#293 Ambiguous import issues when pinning grpc to <v1.30
3 participants