Pau Freixes
2d89ef0acd
Fix pylint issue
5 years ago
Pau Freixes
3a8be1784c
make YAPF happy
5 years ago
Pau Freixes
c94364f311
Use a weakset for storing ongoing calls
5 years ago
Pau Freixes
2cef2fce39
Use set as data structure for trace ongoing calls
5 years ago
Pau Freixes
d0b218ae18
Once cancelled just destroy the channel
5 years ago
Pau Freixes
46804d8125
Add test for stream unary close channel, remove irrelevant code
5 years ago
Pau Freixes
2f81f3df82
Fix typo
5 years ago
Pau Freixes
a1eb58c6ff
Fix pytype issue
5 years ago
Pau Freixes
cc8bd8cfda
Use Event for knowing if a callback was called or not
5 years ago
Pau Freixes
61177a2cd8
Make none graceful test explicit
5 years ago
Pau Freixes
5959b685e8
Remove unused imports, add pylint exceptions
5 years ago
Pau Freixes
90331211a6
Add graceful period for closing the channel
...
Separated the tests for testing how a channel is closed into another
test file.
Fixed a bug introduced into the interceptors code in the previous
commit.
5 years ago
Pau Freixes
c2b3e00068
[Aio] Close ongoing calls when the channel is closed
...
When the channel is closed, either by calling explicitly the `close()`
method or by leaving an asyncrhonous channel context all ongoing RPCs will be
cancelled.
5 years ago
Mark D. Roth
214fd8822b
Merge pull request #21768 from markdroth/xds_keepalive
...
Set keepalive interval for xds channel to 5 minutes.
5 years ago
Jan Tattermusch
380b70d3a6
Merge pull request #21704 from grpc/fix-kokoro-rvm-key
...
Update PGP keys and keyserver for RVM install
5 years ago
Vijay Pai
7a89f6fb9c
Merge pull request #21767 from grpc/revert-21725-revert-21680-cq_ordering
...
Revert "Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)""
5 years ago
Vijay Pai
16f2250585
Revert "Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)""
5 years ago
Vijay Pai
a50e265f1b
Merge pull request #21741 from vjpai/clarify_comments
...
Clarify ownership in comments
5 years ago
Esun Kim
1746b9d1c8
Merge pull request #21757 from ebroto/add_missing_async2_example
...
Add missing greeter_async_client2 to c++ helloworld CMakeLists.txt
5 years ago
matthewstevenson88
87bc81fd28
Merge pull request #21766 from matthewstevenson88/tls-credentials-1
...
Collect TLS-specific changes from PR 20568.
5 years ago
Mark D. Roth
8aa2b49b4e
Set keepalive interval for xds channel to 5 minutes.
5 years ago
Vijay Pai
8ee7657a3d
Merge pull request #21738 from vjpai/bm_server_noncore
...
Stop using core server shutdown in microbenchmarks
5 years ago
Esun Kim
41258807c9
Merge pull request #21765 from veblush/make-unique-ns
...
Clean up grpc_core::MakeUnique
5 years ago
Matthew Stevenson
5cfff04ce9
Collect TLS-specific changes from PR 2-568.
5 years ago
Esun Kim
ed44a1f430
Clean up grpc_core::MakeUnique
5 years ago
Lidi Zheng
152de3cf91
Merge pull request #21763 from lidizheng/bump-time-limit
...
Double the time limit for linux extra artifacts build
5 years ago
Lidi Zheng
26531bfcf0
Double the time limit for linux extra artifacts build
5 years ago
Vijay Pai
749b50d938
Merge pull request #21754 from vjpai/alarm_executor
...
Alarm callback should run on executor
5 years ago
Eduardo Broto
60953c511d
Add missing greeter_async_client2 to c++ helloworld CMakeLists.txt
5 years ago
Vijay Pai
3b7286f1a1
Alarm callback should run on executor
5 years ago
Yash Tibrewal
49be7a6667
Merge pull request #21743 from yashykt/lentype
...
Fix Issue 20281
5 years ago
Yash Tibrewal
fa7c81b480
Merge pull request #21709 from yashykt/20928fix
...
Fix Issue 20928 and potentially other related xds issues
5 years ago
Lidi Zheng
a65a590fba
Merge pull request #21744 from grpc/revert-21640-change_local_tcp_security_level
...
Revert "Update security level of local TCP connection"
5 years ago
Esun Kim
86c918e74d
Merge pull request #21679 from veblush/build-odr-test
...
Added verify_duplicate_sources
5 years ago
Yash Tibrewal
4b44562a00
Merge pull request #21742 from yashykt/crepomanager
...
Pass C repo manager to Esun
5 years ago
Lidi Zheng
5109e05d06
Merge pull request #21708 from lidizheng/aio-fix
...
[Aio] Fixing a segfault in the shutdown path
5 years ago
Vijay Pai
2678afe310
Stop using core server shutdown in microbenchmarks
5 years ago
Lidi Zheng
b9c71f9c94
Revert "Update security level of local TCP connection"
5 years ago
Lidi Zheng
c4c318dc54
Merge pull request #21696 from Skyscanner/move_status_initial_metadata_cython
...
Move status and initial metadata handling to Cython
5 years ago
Yash Tibrewal
2d45619a41
Fix Issue 20281
5 years ago
Yash Tibrewal
b83e9b3f72
Pass C repo manager to Esun
5 years ago
Lidi Zheng
2ea49dbf9a
Adding a space line
5 years ago
Lidi Zheng
29d42a4731
Merge pull request #21672 from lidizheng/one-logger
...
Clean-up loggers and imports in Cython
5 years ago
Lidi Zheng
d803bc8e4e
Merge pull request #21712 from lidizheng/fix-import
...
[Aio] Fix a segfault in check connectivity state
5 years ago
Vijay Pai
64281e8c79
Clarify ownership in comments
5 years ago
donnadionne
73846ad6b4
Merge pull request #21690 from donnadionne/mac_remote_build
...
Adding GRPC_PORT_ISOLATED_RUNTIME=1 to mac.bazelrc.
5 years ago
Jan Tattermusch
e886a9d0fd
Merge pull request #21723 from grpc/revert-21527-unify_boringssl_deps2
...
Revert "Unify boringssl submodules and use non-developer boringssl cmake build"
5 years ago
Jan Tattermusch
a8a14e6735
Merge pull request #21725 from grpc/revert-21680-cq_ordering
...
Revert "Log an error (in dbg mode) if CQ is Shutdown before its Server(s)"
5 years ago
Jan Tattermusch
4bc28087fb
Merge pull request #21721 from grpc/revert-20803-grpclb_stabilization
...
Revert "grpclb stabilization"
5 years ago
Pau Freixes
2dde566d39
Fix pylint issue
5 years ago