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
Tim Hughes
cef8dbf27c
Adds python aio helloworld examples
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
Donna Dionne
e7d7b7de86
xDS circuit breaking support
4 years ago
Lidi Zheng
9e0b427893
Use != with literals
4 years ago
Yash Tibrewal
86f93801e5
Merge pull request #24264 from yashykt/updateenvoy
...
Update submodules: envoy-api, protoc-gen-validate, udpa
4 years ago
Lidi Zheng
cbcb89610c
TIL that coreutils conflicts with md5sha1sum
4 years ago
Lidi Zheng
944d20f7b8
Make buildifier happy
4 years ago
Lidi Zheng
36f17c7e24
Try to install md5sum in different packages
4 years ago
Lidi Zheng
27b110fc22
Update the brew before upgrading coreutils
4 years ago
Lidi Zheng
5527e0f328
Simplify the check with existing if
4 years ago
Lidi Zheng
0bd1c6ae28
Check $VENV_PYTHON instead of python
4 years ago
Esun Kim
4dbd45196b
To karthikravis
4 years ago
Lidi Zheng
c45f50581b
Don't install enum34 for non-2.7 Python
4 years ago
Mark D. Roth
b62d5c7eaa
Allow channel args to modify service config parsing behavior.
4 years ago
Donna Dionne
a484be74c8
Merge remote-tracking branch 'upstream/master' into release
4 years ago
Lidi Zheng
7f52f5d669
Make linters happy
4 years ago