2196 Commits (ee900c0e39dfaa003ff6ef8829a162ca9ef3d28a)

Author SHA1 Message Date
AJ Heller f7d8ee068a
[fixit] Extend timeout for SameBackendListedMultipleTimes/V3 test (#30716) 2 years ago
Cheng-Yu Chung 7c86c34e63
[fixit] Solve the flakiness for test case `End2endTest.ClientCancelsBidi` (#30664) 2 years ago
Mark D. Roth 72e76f6a86
client_lb_e2e_test: fix flake in PickFirstTest.CheckStateBeforeStartWatch (#30698) 2 years ago
Mark D. Roth eed4766424
rls_e2e_test: check authority on server side instead of using death test (#30652) 2 years ago
Vignesh Babu 9f9d87cfa6
Fix CBF on mac by switching to grpc_core::Mutex and grpc_core::CondVar (#30666) 2 years ago
Craig Tiller f573fd44f9
[test] Semi-automatic flaky test tracking (#30638) 2 years ago
Mark D. Roth fedba4654d
xds_routing_e2e_test: fix XdsRetryPolicyMaxBackOff flake (#30649) 2 years ago
Mark D. Roth 221a969e04
client_lb_end2end_test: fix flake caused by not doing graceful server shutdown (#30647) 2 years ago
Alisha Nanda 96af4084c9
Fix StatusCancelledWithoutStartingRecvTrailingMetadata flake in client_lb_end2end_test (#30629) 2 years ago
Cheng-Yu Chung dca225be95
[fixit] Increase sleep time for test `ProxyEnd2endTest.RpcDeadlineExpires` to reduce flakiness (#30631) 2 years ago
Yash Tibrewal 02df22f52f
FaultInjection: Fix random number generation (#30623) 2 years ago
Yash Tibrewal aba48793f8
XdsSecurityTest: Use a timeout of 5000ms for RPCs (#30621) 2 years ago
Yash Tibrewal b9f6b2663c
XdsEnd2EndTest: Increase default RPC timeout (#30609) 2 years ago
Alisha Nanda faa0679c57
Fix flake in client_lb_end2end_test (#30601) 2 years ago
Cheng-Yu Chung 103f4c2f1e
[fixit] Increase timeout value for XDS Core End2End Test (#30593) 2 years ago
Mark D. Roth dc4414aa0c
XdsClient: access certificate provider data via dependency injection (#30506) 2 years ago
Craig Tiller ae70e65e13
[build] Shard tests a little more (#30489) 2 years ago
Vignesh Babu 0b1a8c984b
Revert "Modifying iomgr tcp code to use event engine EndpointConfig instead of channel_args (#30028)" (#30495) 2 years ago
Vignesh Babu 2c977a4d98
Modifying iomgr tcp code to use event engine EndpointConfig instead of channel_args (#30028) 2 years ago
Mark D. Roth 7fcb2e1229
outlier_detection LB: reset state when OD is disabled (#30418) 2 years ago
Mark D. Roth f4edc883ab
service config API: use absl::Status instead of grpc_error (#30321) 2 years ago
Craig Tiller 856abd9446
[iwyu] Add test/core/util (#30289) 2 years ago
Mark D. Roth a1d42f84ef
xds_cluster_resolver: pass useful resolution_note to children (#30283) 2 years ago
Mark D. Roth 201213c681
client channel: add tests for authority override precedence (#30172) 2 years ago
Esun Kim 98b1a7710e
Changed num_threads based on slowness factor for xSAN (#30240) 2 years ago
Craig Tiller d304712f64
[channel_args] Spread grpc_core::ChannelArgs through client channel code (#30008) 2 years ago
Mark D. Roth 694e634a79
client_lb_end2end_test: fix flake in RoundRobin.SingleReconnect test (#30229) 2 years ago
Mark D. Roth a3afb81274
Second attempt: XdsClient: refactor transport code to make it injectable (#30225) 2 years ago
AJ Heller fa57b9d0bc
Revert "XdsClient: refactor transport code to make it injectable (#30183)" (#30223) 2 years ago
Mark D. Roth bd9bc5fd3e
XdsClient: refactor transport code to make it injectable (#30183) 2 years ago
Mark D. Roth 74e1023f0a
priority LB: fix dumb reversed-conditional bug (#30149) 2 years ago
Yash Tibrewal 5e19c780c3
XdsSecurityTest: Rework infrastructure (#30138) 2 years ago
Mark D. Roth d379e811be
C++ end2end tests: refactor ConnectionAttemptInjector code (#30148) 2 years ago
Ashitha Santhosh 9bc16ede7c
Update authz tests to use callback (#30058) 2 years ago
Craig Tiller eb5ae61470
Reland (again) bytestream removal (#29987) 2 years ago
Yash Tibrewal 3aad52e4d3
XdsSecurityTest flakiness: Add broken pipe to expected error messages (#30091) 2 years ago
Mark D. Roth 870fe8624f
security handshaker: include security connector type in error message (#30046) 2 years ago
Mark D. Roth 3a8e54b005
round_robin: update status upon each new connection failure (#30001) 2 years ago
Mark D. Roth 86e282ba97
weighted_target and RLS: delegate to child picker on error (#29870) 2 years ago
Mark D. Roth 7976501534
client_lb_end2end_test: refactor connection injectors and add test for sticky TF (#29993) 2 years ago
Mark D. Roth d0c8b29ef7
xDS: fix endpoint weight defaults (#30079) 2 years ago
Yash Tibrewal 78d6d71af3
Call: Send cancel op down the stack even when no ops are sent (#30004) 3 years ago
Mark D. Roth f12972506e
xDS: improve status messages from xDS resolver failures (#29975) 3 years ago
Mark D. Roth a78df68e96
xds: add "ignore_resource_deletion" server feature (#29633) 3 years ago
Craig Tiller 6532084a06
[iwyu] rest of the owl: src/core/lib - excluding iomgr, gpr (#29735) 3 years ago
Vignesh Babu f8eedac1fc
Changing grpc_tcp_client_vtable to include TCP cancel connect method (#29968) 3 years ago
Mark D. Roth 8459824e5c
xds end2end tests: change tests to check all RPC failure statuses (#29974) 3 years ago
Mark D. Roth 470a3066c7
ring hash: fix picker propagation bug in xds_cluster_manager policy (#29959) 3 years ago
Esun Kim c6ebbb5482
Added GRPC_ERROR_IS_NONE (#29937) 3 years ago
Mark D. Roth 27e6a094e1
client_lb_end2end_test: fix broken tests (#29938) 3 years ago