grpc / grpc-go

The Go language implementation of gRPC. HTTP/2 based RPC
https://grpc.io
Apache License 2.0
21.09k stars 4.39k forks source link

Implement compression interop tests #1357

Open ericgribkoff opened 7 years ago

ericgribkoff commented 7 years ago

There are four compressed interop tests defined in interop-test-descriptions.md but not implemented for Go:

These should be implemented and enabled in run_interop_tests.py.

Hrily commented 1 year ago

Hey folks

Raised #6717 to implement client_compressed_unary test.

But I see that the probe request from the test description does not fail for go server.

So I'm not sure whether the test that I've written is doing what it's supposed to do. Would need some help here.

arvindbr8 commented 1 year ago

Thanks for your PR @Hrily -- but this issue might be easier for someone on our team to pick up. But if you managed to get the probe test description working, please let us know. Right now our team is facing bandwidth issues for this quarter to prioritize this.