Merge pull request #9511 from ctiller/assert_writes
Add a test verifying number of writes per RPC is reasonable
No related branches found
No related tags found
Showing
- BUILD 2 additions, 0 deletionsBUILD
- CMakeLists.txt 73 additions, 0 deletionsCMakeLists.txt
- Makefile 89 additions, 0 deletionsMakefile
- binding.gyp 1 addition, 0 deletionsbinding.gyp
- build.yaml 32 additions, 0 deletionsbuild.yaml
- config.m4 1 addition, 0 deletionsconfig.m4
- doc/environment_variables.md 1 addition, 0 deletionsdoc/environment_variables.md
- gRPC-Core.podspec 3 additions, 0 deletionsgRPC-Core.podspec
- grpc.gemspec 2 additions, 0 deletionsgrpc.gemspec
- include/grpc/impl/codegen/grpc_types.h 9 additions, 0 deletionsinclude/grpc/impl/codegen/grpc_types.h
- package.xml 2 additions, 0 deletionspackage.xml
- src/core/ext/transport/chttp2/transport/chttp2_transport.c 242 additions, 148 deletionssrc/core/ext/transport/chttp2/transport/chttp2_transport.c
- src/core/ext/transport/chttp2/transport/frame_ping.c 17 additions, 5 deletionssrc/core/ext/transport/chttp2/transport/frame_ping.c
- src/core/ext/transport/chttp2/transport/frame_ping.h 2 additions, 2 deletionssrc/core/ext/transport/chttp2/transport/frame_ping.h
- src/core/ext/transport/chttp2/transport/frame_settings.c 4 additions, 3 deletionssrc/core/ext/transport/chttp2/transport/frame_settings.c
- src/core/ext/transport/chttp2/transport/frame_window_update.c 5 additions, 6 deletions...core/ext/transport/chttp2/transport/frame_window_update.c
- src/core/ext/transport/chttp2/transport/internal.h 86 additions, 36 deletionssrc/core/ext/transport/chttp2/transport/internal.h
- src/core/ext/transport/chttp2/transport/parsing.c 25 additions, 5 deletionssrc/core/ext/transport/chttp2/transport/parsing.c
- src/core/ext/transport/chttp2/transport/stream_lists.c 29 additions, 14 deletionssrc/core/ext/transport/chttp2/transport/stream_lists.c
- src/core/ext/transport/chttp2/transport/writing.c 110 additions, 10 deletionssrc/core/ext/transport/chttp2/transport/writing.c
Loading
Please register or sign in to comment