grpc/test/cpp/end2end
Mark D. Roth 148f59c15a [reorg] move LB policy code to src/core/load_balancing (#35786)
This new directory combines code from the following locations:
- src/core/ext/filters/client_channel/lb_policy
- src/core/lib/load_balancing

Closes #35786

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35786 from markdroth:client_channel_resolver_reorg 98554efb98
PiperOrigin-RevId: 604351832
2024-02-05 10:05:35 -08:00
..
xds [reorg] move LB policy code to src/core/load_balancing (#35786) 2024-02-05 10:05:35 -08:00
BUILD [Fork] Add ObjectGroupForkHandler fork-handling system (#33733) 2023-11-07 17:48:13 -08:00
admin_services_end2end_test.cc Refactor end2end tests to exercise each EventEngine (#29202) 2022-03-30 15:43:05 -07:00
async_end2end_test.cc [Deps] Update to Clang-16 (#34492) 2023-10-11 16:26:32 -07:00
cfstream_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
channelz_service_test.cc [event-engine] Fix channelz tests to hermetically clean up callbacks (#34883) 2023-11-06 07:00:04 -08:00
client_callback_end2end_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
client_crash_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
client_crash_test_server.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
client_fork_test.cc [Fork] Add ObjectGroupForkHandler fork-handling system (#33733) 2023-11-07 17:48:13 -08:00
client_interceptors_end2end_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
client_lb_end2end_test.cc [grpclb and fake resolver] clean up e2e tests and simplify fake resolver (#34887) 2023-11-06 14:42:43 -08:00
connection_attempt_injector.cc EventEngine::RunAfter migration ConnectionAttemptInjector (#31865) 2022-12-13 11:14:40 -08:00
connection_attempt_injector.h EventEngine::RunAfter migration ConnectionAttemptInjector (#31865) 2022-12-13 11:14:40 -08:00
context_allocator_end2end_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
counted_service.h Revert "Revert "start splitting up xds_end2end_test (#27702)" (#27725)" (#27726) 2021-10-14 11:41:45 -07:00
crl_provider_test.cc Disable failing openssl102 tests (#35354) 2024-01-04 11:43:09 -08:00
delegating_channel_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
end2end_test.cc [channel] Remove test only feature (#35465) 2024-01-05 15:03:33 -08:00
exception_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
flaky_network_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
generic_end2end_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
grpc_authz_end2end_test.cc [Audit Logging] End2end test for audit logging in authorization policy (#33196) 2023-05-24 14:09:32 -07:00
grpclb_end2end_test.cc [reorg] move LB policy code to src/core/load_balancing (#35786) 2024-02-05 10:05:35 -08:00
health_service_end2end_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
hybrid_end2end_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
interceptors_util.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
interceptors_util.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
message_allocator_end2end_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
mock_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
nonblocking_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
orca_service_end2end_test.cc [WRR] Prefer application_utilization to cpu_utilization (#33355) 2023-06-07 17:38:29 -07:00
port_sharing_end2end_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
proto_server_reflection_test.cc [reflection] Add v1 reflection (#34599) 2023-10-06 11:40:31 -07:00
raw_end2end_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
resource_quota_end2end_stress_test.cc [resource quota] Reduce stress test size to prevent OOMs (#33776) 2023-07-19 16:41:19 -07:00
rls_end2end_test.cc [e2e tests] refactor code for determining local IP address (#34769) 2023-10-23 17:27:21 -07:00
rls_server.cc xDS RLS implementation (#29200) 2022-03-23 21:23:34 -07:00
rls_server.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
server_builder_plugin_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_crash_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
server_crash_test_client.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
server_early_return_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
server_interceptors_end2end_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_load_reporting_end2end_test.cc Reland global config changes (#32661) 2023-03-27 18:55:24 -07:00
service_config_end2end_test.cc [e2e tests] refactor code for determining local IP address (#34769) 2023-10-23 17:27:21 -07:00
shutdown_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
ssl_credentials_test.cc [Security] Reapply Move ownership of tsi_ssl_client_handshaker_factory (#34726) 2023-10-18 17:59:44 -04:00
streaming_throughput_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
test_health_check_service_impl.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
test_health_check_service_impl.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
test_service_impl.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
test_service_impl.h [promises] Run C++ end to end tests with server promises (#32537) 2023-04-06 12:32:23 -07:00
thread_stress_test.cc [flake] Remove inproc thread stress tests (#32283) 2023-02-07 08:58:41 -08:00
time_change_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
tls_credentials_test.cc [OpenSSL] Disable another test (#35461) 2024-01-05 19:42:36 -08:00
tls_key_export_test.cc [e2e tests] refactor code for determining local IP address (#34769) 2023-10-23 17:27:21 -07:00