Mehrdad Afshari
8199aff7a6
Fix Python blocking interceptors facing RpcError
...
RpcError should be returned from the continuation intact,
not raised.
6 years ago
apolcyn
aa00e06b65
Merge pull request #17290 from ganmacs/return-unimplemented-in-server-streamer
...
Return UNIMPLEMENTED error when user does not implement server_streamer method
6 years ago
Stanley Cheung
f2973917f4
Fix PHP ZTS build breakage
6 years ago
Stanley Cheung
90cdbd69aa
Fix PHP ZTS build breakage
6 years ago
Yash Tibrewal
b87984bace
Stream size needs to be rounded up to alignment
6 years ago
Muxi Yan
fd69f74b20
use value64
6 years ago
Lidi Zheng
43599facf4
Channelz Python wrapper implementation
...
* Expose the C-Core API in Cython layer
* Handle the object translation
* Create a separate package for Channelz specifically
* Handle nullptr and raise exception if seen one
* Translate C++ Channelz unit tests
* Adding 5 more invalid query unit tests
Adding peripheral utility for grpcio-channelz package
* Add to `pylint_code.sh`
* Add to Python build script
* Add to artifact build script
* Add to Bazel
* Add to Sphinx module list
6 years ago
Yash Tibrewal
28ad1bd28e
Use grpc_event_engine_can_track_errors
6 years ago
Yash Tibrewal
fe9ba9adf8
Always set fd to be readable/writable on receiving EPOLLERR
6 years ago
Lidi Zheng
c5d22df984
Merge pull request #17304 from euroelessar/grpc-redeclaration
...
[cython] Declare symbols once
6 years ago
Yash Tibrewal
023415c461
Circumvent padding issues and make traced the second last field
6 years ago
Yash Tibrewal
cee77cfd38
Add traced information to stream op
6 years ago
Bill Feng
e00b58ba5a
trying latest image
6 years ago
Bill Feng
eff3b4ec30
trying standard-16 machine
6 years ago
Bill Feng
49528b9713
trying highmem machine
6 years ago
Guantao Liu
dc9ffa8034
Revert "Use a static local flag to memorize whether the grpc event engine runs in background or not"
...
This reverts commit 9bbda894cb
.
6 years ago
Guantao Liu
a7b24f511f
Revert "Resolve naming conflicts"
...
This reverts commit c1af11fbd6
.
6 years ago
Yash Tibrewal
66b2005cbb
Enable errqueue support for linux kernel versions 4.0.0 and above
6 years ago
Lidi Zheng
3adca9ff93
Surface exceptions from Cython to Python as much as possible
6 years ago
Jan Tattermusch
81c224379a
Merge pull request #17271 from jtattermusch/csharp_avoid_nsl_1_17x
...
avoid c-ares dependency on libnsl (for v1.17.x)
6 years ago
Srini Polavarapu
0adcbd5014
gRPC release schedule
6 years ago
Bill Feng
74b780e096
added toolchain_resolution_debug for displaying platform
6 years ago
Soheil Hassas Yeganeh
a93b6012cc
Merge pull request #17300 from soheilhy/worktree-h2-refcnt
...
Move HTTP2 transport and byte stream to grpc_core::RefCount.
6 years ago
Soheil Hassas Yeganeh
58beb81d11
Move HTTP2 transport and byte stream to grpc_core::RefCount.
...
Also, added a TODO to move `grpc_transport` to C++. I believe that's
doable, which would requires significant change in all transports.
6 years ago
Soheil Hassas Yeganeh
1832d64f70
Merge pull request #17301 from soheilhy/worktree-orphanable
...
Use grpc_core::RefCount in place of gpr_refcount in OrphanablePtr
6 years ago
Ruslan Nigmatullin
f8f711ae4c
[cython] Declare symbols once
6 years ago
Muxi Yan
fdf4b8f2f7
clang-format
6 years ago
Muxi Yan
5ae61f5a5a
Multiple fixes
6 years ago
Soheil Hassas Yeganeh
b77c77f7da
Use grpc_core::RefCount in place of gpr_refcount
6 years ago
Guantao Liu
c1af11fbd6
Resolve naming conflicts
6 years ago
Guantao Liu
9bbda894cb
Use a static local flag to memorize whether the grpc event engine runs in background or not
6 years ago
Jan Tattermusch
4036ebbe3d
Merge pull request #17283 from jtattermusch/python_interop_37
...
Run python interop tests with python3.7
6 years ago
Noah Eisen
debb6d8991
Merge pull request #17296 from ncteisen/clang-tidy
...
Fix Clang Tidy
6 years ago
Lidi Zheng
4bc98acfd7
Merge pull request #17281 from lidizheng/issue-16718
...
Raise the exception while credential initialization
6 years ago
Bill Feng
1e53e3c17f
added back platform registration to WORKSPACE
6 years ago
Bill Feng
5810b53df3
merge conflict fix
6 years ago
Lidi Zheng
b7fd18daa4
Raise the exception while credential initialization
6 years ago
Bill Feng
70f9992d77
modified execution platform registration, added host platform
6 years ago
vishalpowar
5ee0cdc422
Merge pull request #17239 from vishalpowar/add_ads_in_metadata
...
Adding ads (data-plane-api) method name to wellknown names list.
6 years ago
vishalpowar
222706ac58
Merge pull request #17257 from vishalpowar/cleanup_load_reporting
...
xDS plugin is going to use LRS stream to report load to balancer. Remove
6 years ago
ncteisen
d3631f9c79
fix clang tidy
6 years ago
ganmacs
79f58ec74e
Use space
6 years ago
ganmacs
b5ee54add3
Remove unused require
6 years ago
Jan Tattermusch
b0bcfb4ea5
use python stretch3.7 image for interop tests
6 years ago
Jan Tattermusch
422fdbfd6c
run python interop tests with python3.7
6 years ago
Jan Tattermusch
346d745c6e
Merge pull request #15640 from jtattermusch/slow_python_interop_build
...
Run interop tests using python3.4 (and build interop with 3.4 only)
6 years ago
ganmacs
bd1fdfaabe
Return unimplemented
...
when calling a method which is server_streamer and is not implemented by user
6 years ago
Lidi Zheng
e0d9692fa3
Merge pull request #17268 from mehrdada/remove-beta-elements-from-bazel
...
Remove beta module dependency from the Python Bazel package
6 years ago
Yash Tibrewal
c79a64d1d8
Merge pull request #17278 from yashykt/seq17219
...
Necessary change after #17219
6 years ago
Muxi Yan
03c73e92f1
Fix test failure due to NSAssert
6 years ago