Prashant Jaikumar
2b6e7c4423
Added some Objective C tests and minor bug fixes.
...
Objective-C tests: metadata, compression, keepalives, channel args.
Stress tests: network flap while streaming call in progress.
Bug fixes:
Stream gzip handling in interop server.
Keep alive, backoff time truncation bug in Obj-C layer.
6 years ago
Mark D. Roth
cfb31818ef
Remove channelz from LB policy API.
6 years ago
Karthik Ravi Shankar
522ddfe273
Move ClientContext to grpc_impl
...
ClientContext is another file which needs to be moved from grpc to
grpc_impl for referencing it.
6 years ago
Moiz Haidry
226e63dd0c
Move server context implementation to grpc_impl namespace and typedef the ref to it
6 years ago
yuangongji
e8bece9c71
some typo errors too.
6 years ago
Prashant Jaikumar
58771fa12a
Fix cfstream_test flake
...
Ask server to skip cancel check in network flap test.
6 years ago
yang-g
91eb1141a9
Ask server to skip cancel check
6 years ago
yang-g
6ced31ee89
resolve review comments
6 years ago
yang-g
c156653997
Add listner fd as part of the external connection parameters
6 years ago
Esun Kim
434b3b62e5
Applied the best practice using global configuration
6 years ago
Yash Tibrewal
cf05591971
Add comment about LoggingInterceptor
6 years ago
Karthik Ravi Shankar
196b0aa3a3
Revert "Revert "Start supporting a callback-based RPC under lock""
6 years ago
Karthik Ravi Shankar
b790c24e5c
Revert "Start supporting a callback-based RPC under lock"
6 years ago
yang-g
9d3288e408
Fix test bugs
6 years ago
yang-g
47dbf1dd26
Second approach
6 years ago
Wayne Zhang
bd2756e482
Fix format
6 years ago
Yash Tibrewal
66c7560fc4
Fix server interceptors end2end test
6 years ago
Yash Tibrewal
6a2da31a36
Remove unused variable
6 years ago
Yash Tibrewal
c58b4a3964
Clang format
6 years ago
Yash Tibrewal
67bdbbdf6f
Fix a bug where POST_RECV_MESSAGE is not being triggered
6 years ago
Prashant Jaikumar
b1147052d3
cfstream_test: print HTTP2 stream id of completed RPCs
...
Log stream id of completed RPCs. This helps in debugging test failures.
6 years ago
yang-g
384f15ab6e
Delay calling plugin_creds callback
6 years ago
Yash Tibrewal
886dc10daa
Move validate_service_config to a new file
6 years ago
Karthik Ravi Shankar
b18faa6c95
Fix tsan error
6 years ago
Karthik Ravi Shankar
d2c8eb94c9
Fix microbenchmark failures
6 years ago
Prashant Jaikumar
1ac1ab7396
Flaky network test enhancements and cleanups
...
- Parameterized flaky_network_test to run with different packet sizes and
credentials.
- Cleanup debugger_macros
Parametrize flaky_network_test to run with different packet sizes and
credentials.
6 years ago
Wayne Zhang
edc506849f
Expose interop test for others
6 years ago
Karthik Ravi Shankar
e1f62278e3
Fix clang error
6 years ago
Karthik Ravi Shankar
4f7f561564
Add synchronization to bm test
...
- since we made the callback run on another thread, add synchronization
in bm tests as well
6 years ago
Esun Kim
90fbdc92f5
Roll-forward "Config migration"
...
This reverts commit 236ae12bb1
.
6 years ago
Yash Tibrewal
f63dde8e8e
Make validation function a global function
6 years ago
Mark D. Roth
440e9b79bf
Fix bug in test health check service implementation.
6 years ago
Juanli Shen
98461b0fa8
xds enter fallback mode as long as no child policy is ready
6 years ago
yang-g
6215ccb587
resolve comments
6 years ago
Karthik Ravi Shankar
fe85756a8a
Fix end2end tests
6 years ago
Karthik Ravi Shankar
b4ef5388fc
Fix golden file
6 years ago
Karthik Ravi Shankar
03b079499c
Move CompletionQueue and Channel
6 years ago
Karthik Ravi Shankar
40210d3b8a
Move Channel to grpc_impl
6 years ago
Vijay Pai
41191323ec
Make sure event_engine is alive before checking for MAYBE_SKIP_TEST
6 years ago
yang-g
7c5bfbbb32
Resolve comments
6 years ago
yang-g
51210ba922
Update the message allocator API
6 years ago
yang-g
ec6e7fd941
Rename enum
6 years ago
Vijay Pai
39be72a230
Remove "class Channel" forward reference from generated code
6 years ago
Karthik Ravi Shankar
772a74aced
Revert changes to Channel
6 years ago
Karthik Ravi Shankar
6be0b06c69
Revert "Fold CompletionQueue and ServerCompletionQueue into grpc_impl"
6 years ago
Alexander Polcyn
236ae12bb1
Revert "Config migration"
...
This reverts commit 87905ae5ea
.
6 years ago
Yash Tibrewal
4e711fab64
Add method to validate and set service config json
6 years ago
Na-Na Pang
a02c76dfb9
Cancel predefine number of streaming
6 years ago
Yash Tibrewal
1ff5791e47
Add tests for setting a channel to lame on an invalid default service config
6 years ago
Na-Na Pang
87d75d2a88
Add explicit and fix error
6 years ago