Mark D. Roth
f31a322e1c
Merge pull request #23938 from markdroth/xds_client_api_multiple_listeners_and_route_configs
...
Change XdsClient to support multiple LDS and RDS watchers
4 years ago
donnadionne
0f54c3047c
Merge pull request #24147 from donnadionne/flake2
...
Fixing Flake with InitialUnavailable test by increasing failover timeout
4 years ago
Esun Kim
a0569fef29
Merge pull request #24067 from walkerdu/master
...
fix when cmake version<3.13, gRPC_INSTALL will be forced to FALSE bec…
4 years ago
Donna Dionne
fa4f131a85
Increasing failover time to avoid errors like
...
I0914 19:15:38.606657832 40 priority.cc:658] [priority_lb 0x611000009b40] child child2 (0x613001702bc0): failover timer fired, reporting TRANSIENT_FAILURE
Should prevent flakes in InitialUnavailable tests
Note: test had to be modified to reproduce more easily, will monitor the
test after this fix to ensure problem does not appear again.
4 years ago
Mark D. Roth
5acae9fc07
Change XdsClient to support multiple LDS and RDS watchers.
4 years ago
Mark D. Roth
ae0cc5052b
Merge pull request #24150 from markdroth/xds_eds_duplicate_update_fix
...
Fix EDS update equality check.
4 years ago
yulin liang
58b0233aeb
Merge pull request #24149 from yulin-liang/fix_typo
...
Fix a typo s/training/trailing/ in ProtoRPC.h
4 years ago
Mark D. Roth
414405d6ae
Fix EDS update equality check.
4 years ago
Alisha Nanda
81b24a4aa1
Merge pull request #24145 from ananda1066/grpc_cli
...
Added timeout flag to grpc cli.
4 years ago
yulin-liang
bac876eb1e
Fix a typo s/training/trailing/ in ProtoRPC.h
4 years ago
donnadionne
153af916d6
Merge pull request #24141 from donnadionne/flake
...
Fixing flake in DeadUpdate
4 years ago
Mark D. Roth
73177eebe2
Merge pull request #24140 from phmx/patch-1
...
Fix UNAUTHENTICATED code order
4 years ago
Mark D. Roth
f8fe2932c4
Merge pull request #24135 from markdroth/xds_eds_update_cleanup
...
Clean up EdsUpdate data structure.
4 years ago
Alisha Nanda
91627677fd
Added timeout flag to grpc cli.
4 years ago
Mark D. Roth
e7f7bdbb05
Merge pull request #24089 from markdroth/repo_mgr
...
Pass repo manager duty to nicolasnoble.
4 years ago
Mark D. Roth
bba617f1cc
Merge pull request #24137 from markdroth/xds_channel_creds_cleanup
...
xds: Remove code for stripping call creds from channel creds.
4 years ago
Donna Dionne
5c242f0577
Fixing flake in DeadUpdate
...
It is observed that ADS is shutdown, but it's possible that
a request still comes in.
This request should not update the ADS resource_type_response_state_ as
they were cleared by the shutdown.
This fix ensures this.
5 years ago
Maxim Philippov
c5c2793427
Fix UNAUTHENTICATED code order
5 years ago
Mark D. Roth
6513ce67ed
xds: Remove code for stripping call creds from channel creds.
5 years ago
Mark D. Roth
021651631e
Clean up EdsUpdate data structure.
5 years ago
Srini Polavarapu
6b734fe1e5
Merge pull request #24132 from srini100/interop1320
...
interop for 1.32.0 for python, ruby, php, csharp
5 years ago
Srini Polavarapu
d09be7b261
interop for 1.32.0 for python, ruby, php, csharp
5 years ago
donnadionne
3daba88553
Merge pull request #23659 from donnadionne/new_top
...
Moving XDS Routing functionalities from LB policy into XdsConfigSelector
5 years ago
Donna Dionne
ffb560090a
Moving XDS Routing functionalities from LB policy into XdsConfigSelector
5 years ago
Stanley Cheung
61879df215
Merge pull request #23994 from HannahShiSFB/32bittimeval
...
PHP: support 32bit timeval value
5 years ago
Stanley Cheung
fb2cc65e6a
Merge pull request #24086 from HannahShiSFB/fix-unit-tests-slow
...
PHP: add server->start() to correspond with PR23636
5 years ago
Richard Belleville
f4d29f26c5
Merge pull request #24124 from gnossen/windows_oserror
...
[gRPC Easy] Fix import errors on Windows
5 years ago
Lidi Zheng
3895ce5f15
Merge pull request #24119 from lidizheng/no-py2-on-mac
...
Reduce tested Python version on macOS
5 years ago
Mark D. Roth
926a451472
Merge pull request #24126 from stig/patch-1
...
Replace "whitelist" with "allowlist" in example
5 years ago
Eric Anderson
954af016b4
Merge pull request #24115 from ejona86/grpc-java-1.32.1
...
Add grpc-java 1.32.1 to interop_matrix
5 years ago
Vijay Pai
a018be39d4
Merge pull request #24120 from grpc/vjpai-patch-1
...
Remove invalid forward declaration
5 years ago
Stig Brautaset
0d4af5d279
Replace "whitelist" with "allowlist" in example
...
This term is more descriptive, IMO. Also, [less contentious](https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.2 ).
5 years ago
yulin liang
4fc9fedad4
Merge pull request #24108 from zhungxd/remove_var
...
remove unused variable(cronet_transport)
5 years ago
zhungxd
a562727b8b
remove unused variable
...
(cherry picked from commit 9de1f18dbbc13c2c25aff3cf033fbcd1ed08c588)
5 years ago
yulin liang
3e06140e8b
Merge pull request #24083 from yulin-liang/cronet-error-message
...
Expose Cronet error message to the application layer.
5 years ago
walkerdu
2b73fcc741
fix the BUILDING.md example code, when cmake version<3.13, gRPC_INSTALL will be forced to FALSE because gRPC_ABSL_PROVIDER is "module"
5 years ago
walkerdu
ef13dcb411
Merge remote-tracking branch 'upstream/master'
5 years ago
Vijay Pai
6bbe905e27
Remove invalid forward declaration
5 years ago
Richard Belleville
d743defdaf
Fix import errors on Windows
5 years ago
Lidi Zheng
5644879af3
Reduce tested Python version on macOS
5 years ago
mohanli-ml
c77540c1f8
Merge pull request #24112 from mohanli-ml/channelz-sampler-import
...
fix the import bug
5 years ago
Eric Anderson
b2449c654e
Add grpc-java 1.32.1 to interop_matrix
5 years ago
Eric Anderson
19beac027d
Merge pull request #23809 from ejona86/grpc-java-1.31.1
...
Bump client_matrix.py for grpc-java 1.31.1
5 years ago
“Mohan
8cfe62155f
removed unused decl for ClangTidy
5 years ago
“Mohan
876021f313
Fix two bugs for channelz_sampler_test
5 years ago
Esun Kim
5229982273
Merge pull request #24088 from junyer/master
...
Attempt to find RE2 via CMake and via pkg-config.
5 years ago
Alisha Nanda
8fea4cc33a
Merge pull request #24104 from grpc/revert-24043-master
...
Revert "Add timeout flag to gRPC cli"
5 years ago
donnadionne
5bb8cdeeac
Merge pull request #24095 from donnadionne/import_fix
...
Cannot igore return values of SendRpc.
5 years ago
Alisha Nanda
a3ef19c1f0
Revert "Add timeout flag to gRPC cli"
5 years ago
donnadionne
f13c589dbc
Merge pull request #23801 from mampfes/use-https-for-re2
...
use https instead of ssh for google/re2 repository
5 years ago