Lidi Zheng
4373d88caf
Fix the tests after merging with Unified Stub Call
5 years ago
Lidi Zheng
ae59fc3b7a
Adopt reviewers' advice
...
* Add cancellation handler
* Use loop=
5 years ago
Lidi Zheng
9aeefc3691
Fix missing shielding
5 years ago
Lidi Zheng
9289d34df0
Propagate unexpected error to application
5 years ago
Lidi Zheng
f8dc1d9a8e
Make PyLint happy
5 years ago
Lidi Zheng
8af510e1df
Adopt reviewer's advice:
...
1. Refactor (simplify) the failure handler;
2. Fix a memory leak for badly written application code.
5 years ago
Lidi Zheng
8168b9e1c9
Adopt reviewer's advice
...
* Make graceful shutdown support calls from multi-coroutine
* Added comments
* Make graceful shutdown success test case more strict
* Add 2 more concurrent graceful shutdown tests
5 years ago
Lidi Zheng
983e36d5a3
Make YAPF and PyLint happy
5 years ago
Lidi Zheng
0a423d05ca
Add 4 server tests and 1 channel tests
...
* Improve the shutdown process
* Refactor the AioRpcError
5 years ago
Lidi Zheng
cfea8c7d25
Add 3 more shutdown test cases
5 years ago
Lidi Zheng
a978449c3f
Correctly propagate and catch request_call failure
5 years ago
Lidi Zheng
980bcaf076
Add failure handling mechanism to CallbackWrapper
5 years ago
Lidi Zheng
3c43e6330f
Add shutdown process for completion queue
5 years ago
Lidi Zheng
9f5dbf70dc
Add shutdown test
5 years ago
Yash Tibrewal
fd22d3ae57
Merge pull request #20937 from yashykt/removschedfix
...
Remove new GRPC_CLOSURE_SCHED occurences
5 years ago
Yash Tibrewal
cc9231150d
Generate projects
5 years ago
Yash Tibrewal
0ca0a6f341
Remove new GRPC_CLOSURE_SCHED occurences
5 years ago
Yash Tibrewal
4b31415e61
Merge pull request #20892 from yashykt/removsched
...
Replace GRPC_CLOSURE_SCHED with ExecCtx::Run
5 years ago
Richard Belleville
057a493848
Merge pull request #20905 from gnossen/interceptor_test
...
Fix Regression in Client-side Interceptors
5 years ago
Lidi Zheng
0bfa42d7d8
Merge pull request #20789 from lidizheng/drop-3.4
...
Attempt to drop support for Python 3.4
5 years ago
Esun Kim
0228f76515
Merge pull request #20462 from veblush/remove-gpr-allocation
...
Remove gpr_get/set_allocation_functions
5 years ago
Juanli Shen
1d5744638c
Merge pull request #20589 from kcwu/abort-grpc_channel_create
...
Fix assertion failure in grpc_channel_create_with_builder
5 years ago
apolcyn
002282ef11
Merge pull request #20596 from apolcyn/fix_alts_thread_safety_issues
...
Associate a mutex with ALTS TSI handshaker objects
5 years ago
Esun Kim
81df105ac8
Deprecate gpr_get/set_allocation_functions
5 years ago
Esun Kim
31d3df8123
Merge pull request #20901 from veblush/cmake-test
...
Removed _gRPC_*_INCLUDE_DIR
5 years ago
Pau Freixes
11bba28ebd
Merge pull request #20824 from Skyscanner/unified_stub_call
...
AIO Unified call interface
5 years ago
Esun Kim
8de389b940
Update by review
5 years ago
Yash Tibrewal
5185ec651a
Merge pull request #20924 from grpc/revert-20584-leak-GetSystemRootCerts
...
Revert "Fix error object memory leak in GetSystemRootCerts"
5 years ago
Richard Belleville
8c7b77489b
Rename to InactiveRpcError
5 years ago
Alexander Polcyn
6bb8629879
Add tests that expose a race and lock cycle in alts client, fix TSAN issues
5 years ago
Yash Tibrewal
4ffda62d7d
Merge branch 'master' into removsched
5 years ago
Pau Freixes
403db61a58
AIO Unified call interface
...
Call interface, implemented by the new `grpc.experimental.aio.Call`
object is the unique entry point for handling RPC calls and is the
one returned by, for now, the `unary_unary` method. It supports all
in one the three interfaces `with_call`, `__call__` and `future` implemented
by the synchronous API.
5 years ago
Esun Kim
a0f09cb540
Merge pull request #20904 from veblush/cmake-clean
...
Clean up scripts for cmake tests
5 years ago
Lidi Zheng
13bc82ce9c
Merge pull request #20891 from lidizheng/fix-3-i20299
...
Make sure Core aware of gevent Cython objects
5 years ago
Richard Belleville
f7249fcd3a
Adopt reviewer's advice
5 years ago
Lidi Zheng
814fd36459
Merge pull request #20870 from lidizheng/win-3.6
...
Make Windows test gRPC with Python 3.6
5 years ago
yihuaz
5570dec9a5
Merge pull request #20916 from yihuazhang/python
...
Add more documentation on local credentials
5 years ago
Yash Tibrewal
5439944732
Revert "Fix error object memory leak in GetSystemRootCerts"
5 years ago
Yash Tibrewal
1dd2539e5b
Merge pull request #20749 from yashykt/schedtorun
...
Convert some GRPC_CLOSURE_SCHED to GRPC_CLOSURE_RUN
5 years ago
Yash Tibrewal
57c0ac011d
Reviewer comments
5 years ago
Lidi Zheng
1f3675005d
Disable StrictRealTimeTest for gevent
5 years ago
Lidi Zheng
cf02badf87
Make PyLint happy
5 years ago
rmstar
e62ba1e5c3
Merge pull request #20908 from rmstar/cppiostests
...
C++ tests on iOS to work with bazel 1.0
5 years ago
Esun Kim
a416a20d0e
Update by review
5 years ago
Nicolas Noble
7b21dd5c29
Merge pull request #20878 from grpc/vjpai-patch-1
...
Change unused parameter name comment to cast
5 years ago
Esun Kim
f43cb1a2a1
Update by review
5 years ago
Yihua Zhang
294aecfed6
add more documentation on local credentials
5 years ago
Esun Kim
40955d2cb4
Merge pull request #20886 from veblush/update-abseil
...
Update abseil-cpp to HEAD
5 years ago
Esun Kim
f33a7645c5
Removed _gRPC_*_INCLUDE_DIR
5 years ago
Prashant Jaikumar
a5db5d5450
C++ tests on iOS to work with bazel 1.0
5 years ago