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
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
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
Lidi Zheng
7c8d1b2150
Remove the experimental prefix for asyncio API in Sphinx rst script
4 years ago
root
53563f66a8
del php5-template
4 years ago
root
db768cfcbb
del unnecessary yum install
4 years ago
root
867f579e54
del php5 from basic Linux test and interop test
4 years ago
root
840e67984a
del several docker related files
4 years ago
Lidi Zheng
32e4c1c1df
Merge pull request #24267 from lidizheng/fix-macos-enum
...
Don't install enum34 for non-2.7 Python
4 years ago
donnadionne
d6e828b909
Merge pull request #24279 from donnadionne/fix
...
Remove unused variable.
4 years ago
Lidi Zheng
777792b652
Merge pull request #24271 from lidizheng/tiny-fix-in-commands
...
Use != with literals in commands.py
4 years ago
Lidi Zheng
811a78f8fa
Fix a typo in build_artifact_python
4 years ago
Donna Dionne
ea4cb41bd2
Remove unused variable.
4 years ago
Mark D. Roth
537467eb0e
Merge pull request #24258 from markdroth/service_config_parser_channel_args
...
Allow channel args to modify service config parsing behavior.
4 years ago
donnadionne
b9fe77f234
Merge pull request #24259 from donnadionne/release
...
1.33 Release [T - 4w] Updating boringssl
4 years ago
Donna Dionne
bad6ee7676
Merge remote-tracking branch 'upstream/master' into release
4 years ago
donnadionne
328ca01121
Merge pull request #24180 from donnadionne/cir_bre
...
xDS circuit breaking support
4 years ago
Donna Dionne
8b5728cb17
Merge remote-tracking branch 'upstream/master' into cir_bre
4 years ago
Lidi Zheng
7223e4360a
Use update-reset instead of update
4 years ago
Lidi Zheng
8da468ff09
Merge pull request #24257 from lidizheng/rpc-test-split-test
...
Split RPCTest into two and speed up test cases
4 years ago
Lidi Zheng
e242764d50
Remove enum34 from requirements.txt
4 years ago
Donna Dionne
bcd41d6397
Merge remote-tracking branch 'upstream/master' into release
4 years ago