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

Interop test should use proto3 #1572

Closed
zhangkun83 opened this issue Oct 11, 2017 · 0 comments · Fixed by #1574
Closed

Interop test should use proto3 #1572

zhangkun83 opened this issue Oct 11, 2017 · 0 comments · Fixed by #1574
Assignees

Comments

@zhangkun83
Copy link

grpc-go is using proto2 in the interop test, while Java and C++ are both using proto3. Mixing proto2 and proto3 has wire compatibility issues and should be avoided. Go should switch to proto3 in the interop test.

zhangkun83 added a commit to zhangkun83/grpc-java that referenced this issue Oct 11, 2017
The check fails in Java-Go interop test because of
grpc/grpc-go#1572

Resolves grpc#3562
zhangkun83 added a commit to zhangkun83/grpc-java that referenced this issue Oct 11, 2017
The check fails in Java-Go interop test because of
grpc/grpc-go#1572

Resolves grpc#3562
@dfawley dfawley added the P1 label Oct 12, 2017
zhangkun83 added a commit to grpc/grpc-java that referenced this issue Oct 13, 2017
The check fails in Java-Go interop test because of
grpc/grpc-go#1572

This is also needed for the internal gRPC-GFE test.

Resolves #3562
@lock lock bot locked as resolved and limited conversation to collaborators Sep 26, 2018
fixmebot bot referenced this issue in aomsw13/develop_test Apr 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants