Merge pull request #2603 from dgquintas/compression-interop
Updated interop tests with support for compression.
No related branches found
No related tags found
Showing
- Makefile 35 additions, 1 deletionMakefile
- build.json 15 additions, 0 deletionsbuild.json
- include/grpc++/client_context.h 5 additions, 0 deletionsinclude/grpc++/client_context.h
- include/grpc++/server_context.h 2 additions, 2 deletionsinclude/grpc++/server_context.h
- include/grpc/compression.h 6 additions, 3 deletionsinclude/grpc/compression.h
- src/core/channel/compress_filter.c 41 additions, 1 deletionsrc/core/channel/compress_filter.c
- src/core/compression/algorithm.c 11 additions, 4 deletionssrc/core/compression/algorithm.c
- src/core/surface/call.c 50 additions, 2 deletionssrc/core/surface/call.c
- src/core/surface/call.h 19 additions, 0 deletionssrc/core/surface/call.h
- src/core/surface/channel.c 11 additions, 1 deletionsrc/core/surface/channel.c
- src/core/surface/channel.h 2 additions, 0 deletionssrc/core/surface/channel.h
- test/core/compression/compression_test.c 77 additions, 0 deletionstest/core/compression/compression_test.c
- test/core/end2end/tests/request_with_compressed_payload.c 9 additions, 0 deletionstest/core/end2end/tests/request_with_compressed_payload.c
- test/cpp/interop/client.cc 15 additions, 5 deletionstest/cpp/interop/client.cc
- test/cpp/interop/client_helper.cc 33 additions, 1 deletiontest/cpp/interop/client_helper.cc
- test/cpp/interop/client_helper.h 19 additions, 0 deletionstest/cpp/interop/client_helper.h
- test/cpp/interop/interop_client.cc 131 additions, 5 deletionstest/cpp/interop/interop_client.cc
- test/cpp/interop/interop_client.h 2 additions, 0 deletionstest/cpp/interop/interop_client.h
- test/cpp/interop/rnd.dat 0 additions, 0 deletionstest/cpp/interop/rnd.dat
- test/cpp/interop/server.cc 52 additions, 9 deletionstest/cpp/interop/server.cc
Loading
Please register or sign in to comment