Lidi Zheng
99f248ae12
Remove the `del` hack and skip server related test cases
6 years ago
Yash Tibrewal
836e143093
Add required header
6 years ago
Lidi Zheng
d75abb6663
Adding comment about `del` about #17258
6 years ago
Mark D. Roth
5214f8bc57
Fix InlinedVector to use its elements' move and copy methods.
6 years ago
Soheil Hassas Yeganeh
9128881b6d
Add GPR_ATM_INC_ADD_THEN to grpc_core::RefCount
...
This is to fix the wrong atomic op counts reported by benchmarks.
Also add these macros to windows and gcc-sync headers as noop macros for
consistency.
6 years ago
Eric Gribkoff
d9f656a911
fix docstring on grpc.server
6 years ago
Lidi Zheng
53476eced4
Adopt reviewer's suggestions
...
* Correct the StatusCode
* Format code
* Use @staticmethod
* Fix typo
6 years ago
Stanley Cheung
698cf221d8
Regenerate projects
6 years ago
Mehrdad Afshari
8199aff7a6
Fix Python blocking interceptors facing RpcError
...
RpcError should be returned from the continuation intact,
not raised.
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
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
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
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
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
Ruslan Nigmatullin
f8f711ae4c
[cython] Declare symbols once
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
Lidi Zheng
b7fd18daa4
Raise the exception while credential initialization
6 years ago
ganmacs
79f58ec74e
Use space
6 years ago
ganmacs
b5ee54add3
Remove unused require
6 years ago
ganmacs
bd1fdfaabe
Return unimplemented
...
when calling a method which is server_streamer and is not implemented by user
6 years ago
Mehrdad Afshari
e69c1b960f
Remove BUILD.bazel files from beta code elements
...
Beta code elements are going to get deprecated and
Bazel support is much newer, so Bazel users are
not supposed to accidentally depend on beta code
elements. Preventing Bazel from building and
including beta code elements makes our tests pass
without depending on beta in grpcio target and
helps avoid including that dependency accidentally
if you are using Bazel.
6 years ago
Mehrdad Afshari
107539c0d7
Removed unused import from grpc.beta in tests
6 years ago
Yash Tibrewal
d704cfe3d1
Add can_track_err methods to other platforms too
6 years ago
Jan Tattermusch
b609caebf1
trailing "-bin" metadata is binary
6 years ago
Jan Tattermusch
29f44db128
fix initial->trailing
6 years ago
Jan Tattermusch
95bae1ead9
make client_email loading python3 compatible
6 years ago
Mehrdad Afshari
989af50e1d
Remove beta modules from the Python Bazel package
6 years ago
Stanley Cheung
42e3ae7309
Re-generate projects
6 years ago
Stanley Cheung
c51d9c169e
Wrap pthread_atwork call
6 years ago
Vishal Powar
c575d68730
Incorporate review comments
6 years ago
Eric Gribkoff
b654c8d279
python: close channels in _server_ssl_cert_config_test
6 years ago
Stanley Cheung
9809e01888
Wrap pthread_atwork call
6 years ago
Yash Tibrewal
c7e92f26eb
Reviewer comments
6 years ago
Vishal Powar
070d524352
xDS plugin is going to use LRS stream to report load to balancer. Remove
...
the current grpclb specific load reporting from the implementation.
The changes here also mean that the plugin will just get the initial
response and no subsequent response from the balancer.
6 years ago
Muxi Yan
195c042d32
Replace PB_FIELD_16BIT with PB_FIELD_32BIT
6 years ago
Muxi Yan
4f41886324
Generate projects
6 years ago
Guantao Liu
a3348a3bc9
Also extend iomgr_windows.cc
6 years ago
Muxi Yan
da14743f1a
Generate projects
6 years ago
Muxi Yan
f3e4ae633e
Regenerate projects
6 years ago
Guantao Liu
be5eea1f42
Extend ev_posix.* to prepare for the new background poller 'epollbg',
...
and get rid of the dependency loop on the grpc shutdown path. Make sure
all background closures are complete before shutting down the other grpc
modules.
Avoid using the backup poller in TCP endpoints if using the background
poller.
6 years ago