Mark D. Roth
66b0456360
Merge pull request #23253 from voidzcy/release/build_1_30_1_release_image
...
Add grpc-java v1.30.1 to interop test client matrix
5 years ago
Chengyuan Zhang
4009dc1115
Add grpc-java v1.30.1 to interop test client matrix
5 years ago
yulin liang
c9759f9414
Merge pull request #23251 from yulin-liang/flakey-cronet-tests
...
Fix flaky test:ios-test-cronettests
5 years ago
Yash Tibrewal
456036d808
Merge pull request #21959 from furukawa3/rm-trailing-spaces
...
Remove trailing-spaces from doc/*
5 years ago
yulin-liang
e994c95502
Fix flaky test:ios-test-cronettests
5 years ago
yulin liang
80288aef6b
Merge pull request #23228 from yulin-liang/protobuf_path
...
Objc update WKT generated import paths.
5 years ago
Eric Gribkoff
ea6c185ce1
Merge pull request #23248 from ericgribkoff/use_grpc_health_check
...
Use grpc health checks for PHP and Ruby xDS tests
5 years ago
Eric Gribkoff
d74e52ad85
Use grpc health checks for PHP and Ruby xDS tests
...
The test suite now dynamically updates the server's health status (via
the gRPC health service) to simulate failing backends; this requires
grpc health checks, which means the --use_stable_apis flag is no longer
compatible with these checks (it should probably be removed, but will
leave that for a follow-up).
5 years ago
Muxi Yan
80f0c331f9
Merge pull request #23242 from grpc/muxi-patch-1
...
Fix objc BUILD file for buildifier
5 years ago
Vijay Pai
4c1c3044ae
Merge pull request #23241 from vjpai/privatize_maybefinish
...
Privatize MaybeFinish methods in client_callback
5 years ago
Lidi Zheng
2729f08364
Merge pull request #23170 from lidizheng/setup-extras
...
Add protobuf as an "extras" dependency to grpcio package
5 years ago
Stanley Cheung
c342345a9e
Merge pull request #22840 from efimki/patch-1
...
Fix spelling error
5 years ago
Mark D. Roth
7cc9803d00
Merge pull request #22265 from igors/patch-1
...
fix typo in docs
5 years ago
Muxi Yan
e4bdd326e2
Fix buildfier
5 years ago
Vijay Pai
5ef722a2c9
Privatize MaybeFinish
5 years ago
Eric Gribkoff
77bd8cdb6d
Merge pull request #23206 from ericgribkoff/dynamic_server_health
...
Add gentle failover test
5 years ago
Mark D. Roth
6fbc078559
Merge pull request #23034 from gkarthiks/master
...
doc: adding the fourth enum for health check proto docs
5 years ago
Vijay Pai
5c715f2696
Merge pull request #23081 from vjpai/server_finishes_request
...
Roll-forward: Change server_finishes_request test to return OK status
5 years ago
Vijay Pai
90f6329d16
Merge pull request #23225 from grpc/vjpai-patch-2
...
Fix test filter for C++ include files
5 years ago
Vijay Pai
6db7c62a13
Roll-forward: Change server_finishes_request test to return OK status
5 years ago
Vijay Pai
84cf666014
Merge pull request #23229 from grpc/revert-23116-revert-23005-asyncwrite
...
Roll-forward: Fix StartCall: make corking work and allow concurrent Start*
5 years ago
Eric Gribkoff
3c90fe7bdf
wait for servers to become healthy after failover test
5 years ago
Eric Gribkoff
5e77db994b
Add gentle failover test and account for unexpected primary/secondary
...
assignment
5 years ago
Vijay Pai
7eebba3781
Fixes needed to make roll-forward of StartCall and corking work
5 years ago
donnadionne
039e7759c5
Merge pull request #23216 from donnadionne/my_features3
...
Adding error message to rarely failing tests.
5 years ago
Vijay Pai
278671072f
Revert "Revert "Fix StartCall: make corking work and allow concurrent Start*""
5 years ago
Vijay Pai
a2a1ca3281
Merge pull request #23223 from grpc/vjpai-patch-1-1
...
Avoid a use of ReleasableMutexLock
5 years ago
yulin-liang
83e679fad1
Objc update WKT generated import paths.
5 years ago
Lidi Zheng
09fa0ef790
Merge pull request #23200 from lidizheng/fix-rsa-2
...
Trust google-auth library will handle their dependency properly
5 years ago
Donna Dionne
97904d77a4
Adding the printing of error message when unexpected status returns.
5 years ago
Lidi Zheng
b5ec43e182
Fix a typo in setup.py
5 years ago
Lidi Zheng
d98ecdb85c
Set version upper bound for protobuf; installs grpcio-tools instead
5 years ago
Lidi Zheng
67f68d7e14
Add an "extras" dependency to grpcio package
5 years ago
donnadionne
8bae46ba6c
Merge pull request #23215 from donnadionne/repo
...
Passing C repo manager to markdroth
5 years ago
Esun Kim
54ebceb079
Merge pull request #21854 from veblush/del-manylinux1
...
Removes manylinux1-specific instructions
5 years ago
Eric Anderson
01bb1a07c8
Merge pull request #23214 from ejona86/no-mvnrepository
...
packages.grpc.io: Use search.maven.org instead of mvnrepository.com
5 years ago
Vijay Pai
9d82fcc1a2
Fix test filter for C++ include files
5 years ago
Vijay Pai
1dd7a01bc7
Avoid a use of ReleasableMutexLock
5 years ago
Jan Tattermusch
44a5a308e8
Merge pull request #23174 from jtattermusch/reference_assemblies
...
use Microsoft.NETFramework.ReferenceAssemblies for Grpc.Tools
5 years ago
Jan Tattermusch
005dbafe66
fix mac tests on kokoro workers
5 years ago
Esun Kim
be1bc912fd
Remove docker base image for manylinux
5 years ago
Esun Kim
23e1d30327
Removes manylinux1-specific instructions
5 years ago
Donna Dionne
52e1059a6d
Passing repo to markdroth
5 years ago
Srini Polavarapu
2e2d21d6e5
Merge pull request #23213 from srini100/xds_features
...
xds features in gRPC releases
5 years ago
Esun Kim
e01080c800
Merge pull request #22984 from veblush/json-run-flaky-fix
...
Defer the server shutdown until the clients finish calls to avoid tim…
5 years ago
yulin liang
96338ada72
Merge pull request #23181 from yulin-liang/cronet-transport
...
Cronet transport issue fix
5 years ago
Srini Polavarapu
c9acb66185
regenerate projects
5 years ago
Lidi Zheng
18054754c5
Install rsa==4.0 to avoid the egg cache race issue
5 years ago
srini100
815bd8b90f
resolving comment
5 years ago
Lidi Zheng
43a574d1ae
Trust google-auth library will handle their dependency properly
5 years ago