- b77f0a0 interop-testing: introduce --additional_metadata flag to let client optionally send extra metadata (#10201) by apolcyn · 1 year, 9 months ago
- 7217baa Remove old Java 7/8 TLS testing workarounds by Eric Anderson · 1 year, 10 months ago
- 74b515e Migrate many usages of TestUtils.loadCert() to the public TlsTesting by Eric Anderson · 1 year, 10 months ago
- 847ea7c Upgrade Mockito to 3.12.4 by Eric Anderson · 1 year, 10 months ago
- c35870b interop-testing: Start mgmt server before xds server by Eric Anderson · 1 year, 11 months ago
- a702397 Revert "testing: RpcBehaviorLoadBalancingProvider to use acceptResolvedAddresses() (#10030)" by Terry Wilson · 1 year, 11 months ago
- f6ddd63 Increase test timeouts for ARM emulation by Eric Anderson · 1 year, 11 months ago
- 17e1fcb testing: RpcBehaviorLoadBalancingProvider to use acceptResolvedAddresses() (#10030) by Terry Wilson · 1 year, 11 months ago
- 5201e49 services,orca: update backend metrics support to allow for server-wide metrics recording (per-call and OOB) (#9902) by Daniel Liu · 1 year, 11 months ago
- 687340b interop-test: fix orca interop test client npe (#9989) by yifeizhuang · 2 years ago
- 06ec0b9 interop-testing: Do not System.exit(0) from interop client by Stanley Cheung · 2 years ago
- 4229191 Move gcp-observability interop binary out of interop-testing by Eric Anderson · 2 years ago
- b55ecd5 GCP Observability Interop Testing Client/Server for Java (#9858) by Stanley Cheung · 2 years ago
- ae6c506 all: fix build with errorprone 2.18 (#9886) by Benjamin Peterson · 2 years ago
- 19eab29 compiler: Generate interfaces for services to implement (#9688) by Larry Safran · 2 years, 1 month ago
- 5983be1 rls:Fix throttling in route lookup (b/262779100) (#9874) by Larry Safran · 2 years, 1 month ago
- 706646f servlet: Implement gRPC server as a Servlet (#8596) by Colin Alworth · 2 years, 1 month ago
- ecc7cf3 Address internal linter suggestions by Alexander Polcyn · 2 years, 2 months ago
- 23d34cd testing: create test client for XDS federation integration tests (#9798) by apolcyn · 2 years, 2 months ago
- c0de130 Change ArgumentCaptor.forClass(null) to ArgumentCaptor.forClass(Foo.class) by Chris Povirk · 2 years, 2 months ago
- d17a2db Upgrade to Checkstyle 8.28 by Eric Anderson · 2 years, 2 months ago
- c145473 Improve error message when deadline is exceeded, making it clear which deadline (Context or CallOptions) was exceeded and making the grammar clearer. (#9713) by Larry Safran · 2 years, 3 months ago
- b593871 core: fix RejectedExecutionException in Retriable Stream (#9626) by yifeizhuang · 2 years, 3 months ago
- bacf18d census: Avoid deprecated measure constants by Eric Anderson · 2 years, 6 months ago
- b66250e Rls spec sync (#9437) by Larry Safran · 2 years, 7 months ago
- 7665d38 Revert "Add LoadBalancer.acceptResolvedAddresses() (#8742)" (#9414) by Terry Wilson · 2 years, 7 months ago
- 70a29fb Add LoadBalancer.acceptResolvedAddresses() (#8742) by Terry Wilson · 2 years, 7 months ago
- 5f1a1d4 service: CalMetricRecorder.recordCallMetric is deprecated, use CalMetricRecorder.recordRequestCostMetric (#9410) by yifeizhuang · 2 years, 7 months ago
- 0e45e04 Avoid accidental locale-sensitive String.format() by Eric Anderson · 2 years, 8 months ago
- 756fdf3 service: make the orca MetricReport a top level experimental class (#9382) by yifeizhuang · 2 years, 8 months ago
- 267d154 interop client: fix soak test bug where we can crash if peer wasn't set by apolcyn · 2 years, 8 months ago
- 6609f11 xds: do not expose orca proto in ORCA api (#9366) by yifeizhuang · 2 years, 8 months ago
- 19ad446 Service config parse failures should be UNAVAILABLE by Eric Anderson · 2 years, 8 months ago
- 2fc7ac4 interop-testing: Add cartesian product HTTP/2 interop test by Eric Anderson · 2 years, 9 months ago
- 957d4e8 Revert "interop-testing: add echo-server for proxyless gRPC testing in Istio (#9261)" (#9318) by sanjaypujare · 2 years, 8 months ago
- 6417466 interop-testing: add --soak_min_time_ms_between_rpcs flag and log peer addresses (#9282) by apolcyn · 2 years, 8 months ago
- c2d33f1 interop-testing: add echo-server for proxyless gRPC testing in Istio (#9261) by sanjaypujare · 2 years, 8 months ago
- 7b80954 core,interop-testing: avoid flushing after writing a message in case the server returns a single response by amirhadadi · 2 years, 9 months ago
- f0c934e interop-test: fix import, no cast to ServerStreamCallObserver (#9299) by yifeizhuang · 2 years, 9 months ago
- 630d63b interop-testing: add orca_oob lock to allow only one test client at a time to perform the test case (#9260) by yifeizhuang · 2 years, 9 months ago
- 0d6c402 interop-testing: skip empty orca updates for unary at the server (#9256) by yifeizhuang · 2 years, 9 months ago
- ecb2210 interop-test: test_orca_oob add retry limit 5 (#9251) by yifeizhuang · 2 years, 9 months ago
- c48b01a interop-test:sync grpc-proto and fix typo (#9233) by yifeizhuang · 2 years, 9 months ago
- 3624d59 interop-test: orca test change gradle dependency to xds non-shaded to allow bazel run (#9230) by yifeizhuang · 2 years, 9 months ago
- 6dbd1d8 interop-testing: bump client op timeout from 5 to 15 seconds (#9211) by apolcyn · 2 years, 9 months ago
- fc406e8 xds: Properly assign picker. (#9201) by Terry Wilson · 2 years, 10 months ago
- 01ab821 interop-test: add orca test case (#9079) by yifeizhuang · 2 years, 10 months ago
- 62119b2 interop-testing: Update comment to round_robin. (#9196) by Terry Wilson · 2 years, 10 months ago
- 4a5f6ad interop-testing: LB that adds the rpc-behavior to calls (#9186) by Terry Wilson · 2 years, 10 months ago
- 5bb721e interop-testing: Support syncing protos from grpc-proto by Eric Anderson · 2 years, 10 months ago
- 78067cb xds: Update rpc-behavior handling in interop server by Michael Lumish · 2 years, 10 months ago
- 15ecc07 gcp-observability: add grpc-census as a dependency and update opencensus version (#9140) by DNVindhya · 2 years, 10 months ago
- e258fc7 Use `ImmutableMap.Builder.buildOrThrow()` instead of deprecated `build()`. (#9132) by Ran · 2 years, 10 months ago
- 812264e interop-testing: Improve ConcurrencyTest error reporting by Eric Anderson · 2 years, 10 months ago
- 369f87b Revert "auth: Add support for Retryable interface" by Eric Anderson · 2 years, 10 months ago
- 0963f31 auth: Add support for Retryable interface by Eric Anderson · 2 years, 10 months ago
- 04c2b19 Simplify fallback test client and parameterize fallback deadline (#8989) by apolcyn · 3 years ago
- 42b32c6 interop-testing: Add a configurable warmup phase to fallback test client by apolcyn · 3 years ago
- 431fb02 core/netty: infinite local-only transparent retry for netty (#8878) by ZHANG Dapeng · 3 years, 1 month ago
- 3179bc3 Revert "use charset from StandardCharsets instead of 'Charset.forName' (#8779)" by Penn (Dapeng) Zhang · 3 years, 2 months ago
- 58a7ace Bump ErrorProne to 2.10.0 by Eric Anderson · 3 years, 2 months ago
- a74a3ad use charset from StandardCharsets instead of 'Charset.forName' (#8779) by Jintao · 3 years, 2 months ago
- b244ba8 xds: add skipNetCmd flag to fallback test client (#8765) by Mohan Li · 3 years, 3 months ago
- 042f987 all: remove deprecated StreamInfo.transportAttrs (#8768) by ZHANG Dapeng · 3 years, 3 months ago
- c0b8eff interop-testing: assign server as soon as it is built instead of after start (#8662) by sanjaypujare · 3 years, 4 months ago
- 93a77a7 Revert "xds: add xds end to end interop test (#8618)" (#8656) by yifeizhuang · 3 years, 4 months ago
- 0000cba xds: add xds end to end interop test (#8618) by yifeizhuang · 3 years, 4 months ago
- 7c6f53a all: add internal API to disable retry stats (#8510) by ZHANG Dapeng · 3 years, 6 months ago
- 2faa748 census: Fix retry stats data race (#8459) by ZHANG Dapeng · 3 years, 6 months ago
- 137bdaa interop-testing: add soak test cases to test service client by apolcyn · 3 years, 6 months ago
- 29172a9 interop-testing: fix misleading log message (#8426) by ZHANG Dapeng · 3 years, 7 months ago
- fd2a58a all: implement retry stats (#8362) by ZHANG Dapeng · 3 years, 7 months ago
- 20ac199 stub: Mark Stub-based MetadataUtils methods deprecated by Eric Anderson · 3 years, 7 months ago
- 860e97d all: API refactoring in preparation to support retry stats (#8355) by ZHANG Dapeng · 3 years, 7 months ago
- d836f38 core: add real transport test for retry buffer limit (#8354) by ZHANG Dapeng · 3 years, 7 months ago
- 438f8d9 interop-testing: extend XdsTestServer features to support retry test by ZHANG Dapeng · 3 years, 7 months ago
- 0cabf56 compiler: Add GrpcGenerated annotation to generated class by Eric Anderson · 3 years, 8 months ago
- 6201db2 Fix aarch64 emulation-triggered flakes by Eric Anderson · 3 years, 9 months ago
- bab1fe3 services: move classes with protobuf dependency into io.grpc.protobuf.services (#8056) by Chengyuan Zhang · 3 years, 11 months ago
- 11c3667 interop-testing: xDS interop app uses AdminInterface by Sergii Tkachenko · 4 years ago
- ab216a1 interop-testing, xds: Allow using TestServiceClient for making Traffic Director RPCs (#7994) by apolcyn · 4 years ago
- c26ee03 netty: Add Http2Headers.setLong() for inbound headers by Eric Anderson · 4 years ago
- 972fda2 Add a flag to interop clients to allow statically configuring grpclb (#7957) by apolcyn · 4 years ago
- a55e034 interop-testing: Specify ca-cert with transport-agnostic Credentials API by Eric Anderson · 4 years, 1 month ago
- 2e0e238 okhttp: Consume mTLS and Trust/KeyManager Credentials API by Eric Anderson · 4 years, 1 month ago
- 0eab1c9 netty: Consume mTLS and Trust/KeyManager Credentials API by Eric Anderson · 4 years, 1 month ago
- 0d2ea93 interop-testing: fix alts handshaking race (#7896) by yifeizhuang · 4 years, 1 month ago
- 7f7821c interop-testing: add fake altsHandshakerService for test (#7847) by yifeizhuang · 4 years, 1 month ago
- 14a38ef interop-testing: implement test client support for xDS timeout test (#7837) by Chengyuan Zhang · 4 years, 1 month ago
- ec270a7 interop-testing: support rpc sleep behavior for xDS test server (#7836) by Doug Fawley · 4 years, 1 month ago
- ff59104 Revert "interop-testing: allow multiple port in test server (#7799)" (#7805) by Yifei Zhuang · 4 years, 2 months ago
- dac8347 interop-testing: allow multiple port in test server (#7799) by Yifei Zhuang · 4 years, 2 months ago
- 7d77f64 compiler: remove some of the static imports in codegen (#7751) by ZHANG Dapeng · 4 years, 2 months ago
- d9becc7 interop: add channelz to xds interop test server running in non-secure mode by Sergii Tkachenko · 4 years, 3 months ago
- 7160647 interop: add channelz and reflection support to xds interop test client and server (#7701) by sanjaypujare · 4 years, 3 months ago
- 9211bd1 interop-testing: rename XdsTestClient secure_mode argument by Sergii Tkachenko · 4 years, 3 months ago
- a7530ef interop: create PSM security xDS interop tests - server & client (#7609) by sanjaypujare · 4 years, 4 months ago
- ddd5dea Migrate callers to ServerCredentials by Eric Anderson · 4 years, 4 months ago
- 76ad953 interop-testing: fix wrong semantics for RPC failure stats in xDS test client (#7618) by Chengyuan Zhang · 4 years, 4 months ago
- bf191cb interop-testing: aggregate accumulated stats by RPC methods in xDS test client (#7603) by Chengyuan Zhang · 4 years, 4 months ago