grpc/tools
Mark D. Roth 214e3f3622
xds_end2end_test: Move RLS tests to their own file (#29290)
* move some code around

* remove num_backends parameter from XdsEnd2endTest

* remove use_xds_enabled_server param from XdsEnd2endTest

* remove xds_resource_does_not_exist_timeout_ms param from XdsEnd2endTest

* remove client_load_reporting_interval_seconds param from XdsEnd2endTest

* start moving CreateAndStartBackends() into individual tests

* finish moving CreateAndStartBackends() into individual tests

* remove unused variable

* remove SetEdsResourceWithDelay

* fix test flake

* clang-tidy

* clang-format

* move test framework to its own library

* fix build

* clang-format

* fix windows build

* rename TestType to XdsTestType

* move BackendServiceImpl inside of BackendServerThread

* clang-format

* move AdminServerThread to CSDS test suite

* move RLS tests to their own file

* remove unnecessary deps

* generate_projects
2022-04-14 11:22:39 -07:00
..
api_reference shellcheck 2018-05-21 18:23:09 -07:00
buildgen [xDS Proto] Enhence gRPC buildgen for 3rd party proto compilation (#29254) 2022-04-13 14:26:08 -07:00
codegen/core Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
debug/core Migrate Infrastructure Scripts to Python 3 (#27135) 2021-11-08 08:55:25 -08:00
distrib Correctly handle shebangs (#29315) 2022-04-06 10:35:25 -07:00
docker_runners Use ccache for selected C++ and python builds (with redis server as cache) (#28661) 2022-01-25 19:18:58 +01:00
dockerfile Upgrade Python versions for CI Dockerfiles (#29186) 2022-03-25 14:58:09 -07:00
doxygen Bump core version 202204081538 (#29362) 2022-04-11 09:11:48 -07:00
gce Migrate the bm_diff benchmarks to python3 (#25619) 2021-03-09 15:44:00 +01:00
gcp/utils xds/interop: add gke TD resource cleanup to daily cleanup script (#28370) 2022-01-07 11:39:47 -08:00
gource
http2_interop Create a go module for http2 interop test, fixing breakage from upgrade to go v1.16 (#25707) 2021-03-15 15:28:48 -07:00
internal_ci Simplify ARM64 bazel invocation (and produce resultstore bazel results). (#29355) 2022-04-14 11:09:58 +02:00
interop_matrix adding a GCR image for java 1.44.0 for compatibility test (#28697) 2022-03-22 10:38:39 -07:00
mkowners Migrate Infrastructure Scripts to Python 3 (#27135) 2021-11-08 08:55:25 -08:00
package_hosting packages.grpc.io: Use search.maven.org instead of mvnrepository.com 2020-06-15 11:14:49 -07:00
profiling iOS binary size script cleanup (#29377) 2022-04-14 11:01:16 +02:00
release Add Documentation for Supported Bazel Versions (#29191) 2022-03-25 10:45:06 -07:00
remote_build Better bazel C++ iOS tests (with structured test results) (#29354) 2022-04-12 13:16:48 +02:00
run_tests xds_end2end_test: Move RLS tests to their own file (#29290) 2022-04-14 11:22:39 -07:00
README.md
bazel A more reliable way of installing bazel on windows workers (#28835) 2022-02-15 19:41:29 +01:00
bazel.rc Fix dyld errors on macos (#28684) 2022-01-25 13:49:57 -08:00

README.md

buildgen: Template renderer for our build system.

distrib: Scripts to distribute language-specific packages and other distribution-related helper scripts.

dockerfile: Docker files to test gRPC.

doxygen: gRPC C/C++ documentation generation via Doxygen.

gce: Scripts to help setup testing infrastructure on GCE.

gcp: Helper scripts for interacting with various services on GCP (like Google container engine, BigQuery etc)

internal_ci: Support for running tests on an internal CI platform.

interop_matrix: Scripts to build, upload, and run gRPC clients in docker with various language/runtimes.

jenkins: Support for running tests on Jenkins.

run_tests: Scripts to run gRPC tests in parallel.

run_tests/performance: See the README for more notes on the performance tests.