-
Notifications
You must be signed in to change notification settings - Fork 782
Update interop-test-descriptions.md #1404
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
The proto definition link leads to a 404 The actual location of the file seems to be https://github.com/grpc/grpc/blob/master/src/proto/grpc/testing/test.proto
|
Wonderful! Thanks for the fix! Do you mind complete the EasyCLA process btw? Thanks! 😊 |
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 for the fix! 😊
Thank you @sampajano for the quick reply. I've authorized the EasyCLA app and the check passed. I was reading this document because I'm working on adding gRPC Web support to the vert-grpc (I'm an Eclipse Vert.x committer). It seems I should be able to use the test suite described in https://github.com/grpc/grpc-web/tree/master/test/interop, is that right? |
@tsegismont You're very welcome!! Oh thanks for adding this support! Yeah on a quick glance i assume that could work! From our dockerfile here:
It seems that we're using this interop-server by grpc-node: So maybe you'd have to implement a similar server and the same test can likely be run on there too 😃 |
Thanks. I'll keep you informed when I've made some progress |
Hi @sampajano , the implementation of gRPC-Web in Vert.x is almost ready. I've implemented a backend for the interop tests and used the grpcweb/prereqs image to run them in a container. I noticed on Docker Hub that the image was updated two years ago. Is that expected? Or should I instead create the image using a fork of this repo during CI builds? |
Oh wow! Amazing! Thanks for the good news! 😃
Hi! Thanks for pointing it out! I mean kinda yes and no.. Yes because I've not been pushing them.. No because it's not intentional.. 😄 I will probably try pushing them soon (like during next release). For now, could you use Thanks! |
Thank you!
I changed the test so that a docker image is built from a fresh checkout of this repo: eclipse-vertx/vertx-grpc@35b180f I chose to build only the |
Oh great!! Glad that you have a good solution now! 😃 Apologize for the troubles! But i think your current solution is probably more robust going forward! 😃 |
No worries, thank you for taking some time to answer my questions! |
You're very welcome! 😃 |
The proto definition link leads to a 404
The actual location of the file seems to be https://github.com/grpc/grpc/blob/master/src/proto/grpc/testing/test.proto