Lidi Zheng
408fc1993b
Merge pull request #24288 from timhughes/timhughes-python-aio-helloworld
...
Adds python aio helloworld examples
4 years ago
Mark D. Roth
67ba00ccb7
Call needs to hold a ref to the service config containing the method configs.
4 years ago
Jan Tattermusch
ff2cd21f87
add c++ 1.32.0 to interop matrix
4 years ago
Jan Tattermusch
4dff4fc430
Merge pull request #24217 from JamesNK/jamesnk/trimming
...
Add trimming attribute to BindServiceMethodAttribute
4 years ago
Jan Tattermusch
f444177a01
Merge pull request #23252 from tuttieee/fix/hello-world-example-cmake-message
...
Fix a message indicating the protobuf version CMakeLists.txt
4 years ago
Jan Tattermusch
a72d6730a9
Merge pull request #23391 from Emeka-NMC/master
...
Fix incremental build of csproj projects depending on grpc.
4 years ago
Richard Belleville
3dc0b3b625
Get port properly
4 years ago
Yash Tibrewal
48ec53971a
gRPC Core API to create Xds channel credentials
4 years ago
Tim Hughes
80799468bd
lint
4 years ago
Tim Hughes
0b3fc20b83
clean up docstrings and remove unused imports
4 years ago
Richard Belleville
d13fbc5bfb
Remove uses of PIPE
4 years ago
Karthik Ravi Shankar
0b74b78123
Merge pull request #24268 from veblush/to-karthikravis
...
To karthikravis
4 years ago
Mark D. Roth
7311a01760
Change grpclb to wrap the subchannels instead of attaching the attributes to them.
4 years ago
Mark D. Roth
7c0b500f33
Merge pull request #24291 from markdroth/xds_load_reporting_in_eds
...
Move locality load reporting to EDS policy.
4 years ago
Stan
6b298fbc38
Typo
...
fixed simple typo
4 years ago
Tim Hughes
7aff6c4555
dont need ThreadPoolExecutor in asyncio
4 years ago
Stanley Cheung
9fac907f80
Merge pull request #24311 from HannahShiSFB/fix-distribtest-24306
...
PHP: replace jessie to stretch
4 years ago
root
2153047b43
add zlib1g-dev to include zlib.h
4 years ago
Lidi Zheng
77316f3c9a
Merge pull request #24286 from lidizheng/aio-not-experimental
...
[Aio] Remove the experimental prefix for asyncio API in Sphinx rST
4 years ago
Lidi Zheng
4f3f6960f9
Merge pull request #24289 from lidizheng/aio-import-dot
...
Allow asyncio API to be imported as grpc.aio
4 years ago
Lidi Zheng
b830caa997
Update the tests.json
4 years ago
Mark D. Roth
799e805e8a
Move locality load reporting to EDS policy.
4 years ago
Mark D. Roth
24f54fbb4b
Merge pull request #24287 from markdroth/xds_drop_policy
...
Move EDS drop handling to a new eds_drop LB policy.
4 years ago
root
49bad76da3
replace label name php to php7
4 years ago
root
455e2c9847
replace jessie to stretch, using name PHP7 instead of PHP
4 years ago
Mark D. Roth
71050c88b9
Move EDS drop handling to a new eds_drop LB policy.
4 years ago
Esun Kim
cdb3b827a4
Merge pull request #24280 from veblush/ev-libuv-fix
...
Skip eventmanager_libuv_test under TSAN
4 years ago
Esun Kim
f2885db732
Merge pull request #24274 from lopsided98/grpcio-libatomic-cross
...
setup.py: use CXX to get compiler for libatomic check
4 years ago
Stanley Cheung
2f6fe29341
Merge pull request #24085 from HannahShiSFB/del-php5-part3
...
PHP: replace php/php-dev to php7.2/php7.2-dev and delete php5 tests
4 years ago
Yash Tibrewal
73d7ee5d51
Merge pull request #24285 from yashykt/cdsresponseupdate
...
Update Cds response parsing for tls
4 years ago
donnadionne
9614d14417
Merge pull request #24293 from donnadionne/new_flake
...
Fixing ListenerRemoved test.
4 years ago
root
60b5d06ec1
replace to php7
4 years ago
root
762a0b83c4
replace php to php7
4 years ago
root
f4a0a9d0ff
del php5 from php_jessie_x64 and run_tests.py
4 years ago
root
078f840486
change php/php-dev to php7.2/php7.2-dev as PHP dependencies
4 years ago
Stanley Cheung
3b80a96570
Merge pull request #23922 from HannahShiSFB/del-php5-build
...
PHP: stop testing against PHP5
4 years ago
Lidi Zheng
c9768211fb
Remove unused import
4 years ago
Lidi Zheng
638f6fb659
Expand alternatives to import aio module
4 years ago
Lidi Zheng
b7894bb090
Allow asyncio API to be accessed as grpc.aio.foo
4 years ago
Ben Wolsieffer
1b7c290083
grpcio_tools: setup.py: use CXX to get compiler for libatomic check
...
This allows it to work with a prefixed compiler when cross-compiling.
4 years ago
Ben Wolsieffer
1024ebeb31
grpcio_tools: setup.py: update libatomic check from top-level setup.py
4 years ago
Ben Wolsieffer
ad36ff39d3
setup.py: use CXX to get compiler for libatomic check
...
This allows it to work with a prefixed compiler when cross-compiling.
4 years ago
Donna Dionne
a204d54f24
Fixing ListenerRemoved test.
...
In the ListenerRemoved test, we observed that XdsConfigSelector gets re-created after being destroyed upon removal of listener.
This sometimes causes test to fail as RPC will continue to succeed which is not expected; more importantly the re-creation of XdsConfigSelector is not the correct behaviour.
XdsConfigSelector gets recreated because the XdsConfigSelector destructor calls will check on removed clusters and then
recreate XdsConfigSelector due to the change.
This recreation uses a stored copy of the LDS/RDS update, the correct solution is to clear that update upon the removal of listener (ResourceDoesNotExist) and thus prvent the recreation of XdsConfigSelector.
Fix is tested to make sure ListenerRemoved test is no longer flaky; logs are checked to ensure that after Listener Removal, the CDs and EDs requests contain no resources and the XDS server will unsubscribe to those resources and no RPC will succeed.
4 years ago
Mark D. Roth
8c142a1d8c
Merge pull request #24299 from markdroth/xds_test_crash_fix
...
Don't try to use global xds channel args after they've been destroyed.
4 years ago
root
2c175b9ef5
del php5/Dockerfile
4 years ago
Esun Kim
5878808677
Removing TLS workaround for Android NDK r12b.
4 years ago
Mark D. Roth
dcc94158ac
Don't try to use global xds channel args after they've been destroyed.
4 years ago
Esun Kim
c8046ad6bc
Skip eventmanager_libuv_test under TSAN
4 years ago
Yash Tibrewal
6515903d12
Update cds response parsing for TLS
4 years ago
Tim Hughes
cef8dbf27c
Adds python aio helloworld examples
4 years ago