Donna Dionne
39b795c9e6
removing unused proto (avoid build errors during import time)
4 years ago
Donna Dionne
b2443df1e1
xds_interop_client.cc modification: new stats and new timeout_sec config
4 years ago
Donna Dionne
19b1f8f64a
Cds Watchers changes to support aggregate Cds and Logical DNS Cds.
4 years ago
Mark D. Roth
e86fd6b854
Remove BUILD file comment causing problems on import.
4 years ago
Yash Tibrewal
ac4f4de196
xDS server config fetcher
4 years ago
Sergii Tkachenko
8db79e2e71
Python style: reformat code using updated yapf 0.30.0
4 years ago
Ashitha Santhosh
1602a02a82
Add gRPC SDK Authorization Policy proto.
4 years ago
Yash Tibrewal
c9e99945ec
Add SANs matching for xDS credentials
4 years ago
Yash Tibrewal
33b4911a50
xDS client security integration
4 years ago
Chengyuan Zhang
30b0a06e8f
Categorize accumulated stats by methods.
4 years ago
capstan
7267c8fcd9
Python3-ize tools/buildgen.
...
* Ran `2to3` on `tools/buildgen` and the `gen_build_yaml.py` files.
* Updated the invocations of python to be explicitly Python 3.
* Changed the loader in `mako_renderer.py` to allow pickle to find the module for pickling `external_version.Version`
* Added a few open-as-binary to placate readers/writers expecting bytes.
* Hand tweaked the templates to remove `iteritems` and fiddle with encodings.
Partially addresses #24359 .
4 years ago
Chengyuan Zhang
4f76ad3f87
No need to count succeeded RPCs for each peer separately.
4 years ago
Chengyuan Zhang
86aad0f707
Update stats RPC service definition.
4 years ago
Chengyuan Zhang
b498681b5a
Delete an empty line.
4 years ago
Chengyuan Zhang
7ded166d7d
Add empty message definitions for real-time stats service and configure service.
4 years ago
Chengyuan Zhang
50d0b6d84d
Update configure RPC request parameters.
4 years ago
Donna Dionne
a3ce1f745a
Setting timeout in method config.
4 years ago
Chengyuan Zhang
7be41b9a75
Add message and service definition for updating test client's configuration dynamically.
4 years ago
Chengyuan Zhang
4565d8fb64
Add message and service definition for querying test client's real-time stats.
4 years ago
Donna Dionne
e7d7b7de86
xDS circuit breaking support
4 years ago
Alisha Nanda
91627677fd
Added timeout flag to grpc cli.
4 years ago
Alisha Nanda
a3ef19c1f0
Revert "Add timeout flag to gRPC cli"
4 years ago
Alisha Nanda
4282e968c4
Re-add in all changes, fix check failures.
4 years ago
Alisha Nanda
a4eedc1510
Revert "Merge branch 'master' of https://github.com/ananda1066/grpc "
...
This reverts commit 35e0e96b09
, reversing
changes made to b78bc85185
.
4 years ago
Alisha Nanda
88d99b4603
Add timeout flag to gRPC cli
...
Signed-off-by: Alisha Nanda <alishananda@google.com>
4 years ago
Yash Tibrewal
9e4ceb041e
Move the proto to third_party
4 years ago
Yash Tibrewal
8da364d741
Add proto for MeshCA MeshCertificateService
4 years ago
Mark D. Roth
255a468b44
Hacks to fix build problems on import.
4 years ago
Mark D. Roth
da9b03638a
Fix BUILD file for import.
4 years ago
Mark D. Roth
181781387d
xDS v3 support
4 years ago
Donna Dionne
fc8923c0a3
Updating C++ interop client and server to do path matching and header
...
matching tests.
4 years ago
Donna Dionne
60b878d3a5
New Matchers Implementation
...
- All except for Regex (which will be submitted with RE2 import PR)
4 years ago
Eric Gribkoff
c7e0d323e0
Merge pull request #23206 from ericgribkoff/dynamic_server_health
...
Add gentle failover test
5 years ago
Eric Gribkoff
5e77db994b
Add gentle failover test and account for unexpected primary/secondary
...
assignment
5 years ago
Donna Dionne
b35b463a08
reject RouteConfiguration with a case-insensitive RouteMatch
5 years ago
Donna Dionne
9ad561c436
Integrating weighted target policy into xds routing policy
5 years ago
Mark D. Roth
b95843c1b7
xds: Add support for send_all_clusters field in LRS.
5 years ago
Donna Dionne
c4d4541af5
Added TestMultipleServiceImpl.h: a templated test service to allow
...
multiple RPC services to be used in test.
5 years ago
Donna Dionne
f3f11cc21c
Added new RPC methods to test routing different RPCs to different
...
backends.
5 years ago
Donna Dionne
70ac4b6418
Basic Parsing, building service config, and Picking are all exercised
...
with basic tests.
5 years ago
Mark D. Roth
67a2eb2ba1
fix use-after-free bug
5 years ago
Mark D. Roth
b68f813e54
xds: send envoy.lb.does_not_support_overprovisioning client capability
5 years ago
Lidi Zheng
c22b161d4e
Improve benchmark automations:
...
1. Use monotonic time;
2. Improve readabilities;
3. Add two more fields for number of processes.
5 years ago
Lidi Zheng
7cdef95c4f
Make buildifier happy
5 years ago
Lidi Zheng
1ee45615e2
Add benchmark client, server, and worker
5 years ago
Yannic Bonenberger
06ecc87290
[bazel] Add fixes for --incompatible_load_proto_rules_from_bzl
5 years ago
Eric Gribkoff
1d59b25dea
Add xDS test client and server
5 years ago
Eric Gribkoff
31fa9550e5
Add runner script for xDS integration tests
5 years ago
Nicolas Noble
011078c009
Second file to match with internal changes
5 years ago
Ashitha Santhosh
4622c42ef7
Added max_frame_size field.
5 years ago