Eric Gribkoff
14e79b2138
include test case name in logging
5 years ago
Eric Gribkoff
26e31e15d8
blank line
5 years ago
Eric Gribkoff
9e84ea1a01
Increase logging in xds test suite
...
Include timestamp with Python log statements and log GCP API request
bodies. Also enable gRPC core tracers when running the C++ client.
5 years ago
Eric Gribkoff
6d4910fa12
update kokoro command line
5 years ago
Eric Gribkoff
33463cc1ed
support arbitrary IPs in forwarding rule creation
5 years ago
Eric Gribkoff
1816401abf
remove unused param
5 years ago
Eric Gribkoff
d19c10ff16
build: re-add xds interop client and server
5 years ago
yang-g
976fff1797
Create a macro to allow custom dualstack socket
5 years ago
Eric Gribkoff
8562a13fab
fix line
5 years ago
Eric Gribkoff
58bdf6995c
typo
5 years ago
Eric Gribkoff
033695da8b
reviewer comments
5 years ago
Esun Kim
1adb077815
Changed gen_upb_api.h to use root BUILD file
5 years ago
Esun Kim
b308241343
Fix clang-tidy issues
5 years ago
Esun Kim
e019f18707
Fix C2196: egrep is non-standard and deprecated.
5 years ago
Esun Kim
128c8eaacf
Upgrade sanity docker
5 years ago
Eric Gribkoff
0ddf5565e3
yapf
5 years ago
Eric Gribkoff
c1677cd8a4
try-finally
5 years ago
Eric Gribkoff
1cec654ac1
wait longer for deletion
5 years ago
Alexander Polcyn
09bc1eebe4
Add ruby 2.7 to mac binary packages
5 years ago
Eric Gribkoff
4a594a1011
fix typo
5 years ago
Eric Gribkoff
ac6a79a108
Add additional xds test cases
5 years ago
Eric Gribkoff
1576de5d35
Refactor xds test driver to prepare for additional test cases
...
The bulk of this change is the introduction of a GcpResource object to
track the created VMs, backend services, URL maps, etc. The additional
test cases for xDS integration greatly increase the complexity of the
resources required (e.g., multiple backend services, instance groups in
different zones) and the GcpResource construct makes keeping track of -
and cleaning up - these resources much cleaner.
5 years ago
Mark D. Roth
19e28b1353
Refactor code for gracefully switching child LB policies.
5 years ago
Alexander Polcyn
e482b79ee8
Change grpclb policy to use internal connectivity state watch API
5 years ago
Jan Tattermusch
8640d82309
fix import broken by missing grpc++_test library
5 years ago
Eric Gribkoff
41f25b64b1
build binary before starting test runner
5 years ago
Matthew Stevenson
3c87fb610f
Add comments to TlsFetchKeyMaterials API and add a test file for the TLS credentials options.
5 years ago
Jan Tattermusch
e9b06b5a0f
increase timeout for grpc_build_*_at_head.cfg
5 years ago
Jan Tattermusch
3bb4d312df
regenerate projects
5 years ago
Jan Tattermusch
0faead377e
simplify sanitize.sh script
5 years ago
Jan Tattermusch
2945f9b0a3
fix bazel wrapper download race in sanity tests
5 years ago
Jan Tattermusch
41ac287f7b
generate build metadata from bazel BUILD
5 years ago
Eric Gribkoff
d0f91d2e73
Use grpc_bazel.sh to run the xds test client using bazel
5 years ago
Richard Belleville
5ef379870d
Regenerate projects
5 years ago
Mark D. Roth
412419b5f9
fix submodule check
5 years ago
Mark D. Roth
b68f813e54
xds: send envoy.lb.does_not_support_overprovisioning client capability
5 years ago
Eric Gribkoff
47ceb4e035
set timeout on rpc call
5 years ago
Esun Kim
dc8c0a2c2b
Update abseil to lts_2020_02_25
5 years ago
Eric Gribkoff
e8325a16e6
Add --stats_port and --service_port_range params
...
--service_port_range replaces --grpc_port and allows the test driver to
pick an available port, allowing multiple instances of the test to run
simultaneously in the same GCP project and network
5 years ago
Moiz Haidry
67565b767d
CallCredentials debug string API
5 years ago
Eric Gribkoff
704415e252
Add params for running in other test environments
5 years ago
Esun Kim
2295cde4e5
Enable absl completely
5 years ago
Eric Gribkoff
4795b7e361
Run xDS tests on Kokoro
5 years ago
Matthew Stevenson
e04e8285b9
Removed config file.
5 years ago
Lidi Zheng
abebd4085d
Generate tests.json
5 years ago
Lidi Zheng
fdbeb3c5c3
Enforce 1 channel per client
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
50a7c863dd
Add nto1 scenario between aio and C++
5 years ago
Lidi Zheng
72514e9bf4
Adding more comments & fix the outstanding channel count
5 years ago
Lidi Zheng
4819d8ba6e
Improve scenario configs & plumb through channel arguments
5 years ago