grpc/test/core/iomgr
AJ Heller 3d82c522fa [EventEngine] Refactor ServerCallbackCall to use EventEngine::Run (#36126)
This removes two Executor::Run dependencies, and requires that all ServerCallbackCall implementations implement the new `RunAsync` method. There's one other known other implementation of ServerCallbackCall that will need to be updated.

We could also support an "inefficient" path that uses the default engine (not implemented here), for all subclasses that do not want to update. As far as anyone is aware, the ServerCallbackCall class was never intended to be subclassed externally.

Closes #36126

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36126 from drfloob:server-callback-on-ee 6242a78a3f
PiperOrigin-RevId: 619621598
2024-03-28 17:34:00 +00:00
..
ios/CFStreamTests [ObjC] Upgrade podspec xx.deployment_target (#33091) 2023-05-20 20:38:24 +00:00
BUILD [EventEngine] Refactor ServerCallbackCall to use EventEngine::Run (#36126) 2024-03-28 17:34:00 +00:00
buffer_list_test.cc [fix] don't leak when a range times out unacked (#34064) 2023-08-15 19:04:05 -07:00
combiner_test.cc [reland][EventEngine] Move combiner executor usage to EventEngine (#34396) 2023-09-19 14:41:17 -07:00
endpoint_pair_test.cc [EventEngine] Skip pathological iomgr test on Windows experiments (#32569) 2023-03-08 19:50:44 -08:00
endpoint_tests.cc [EventEngine] Modify iomgr to allow creation of event engine clients and client side endpoints (#31661) 2023-01-20 19:47:14 -08:00
endpoint_tests.h Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
error_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
fd_conservation_posix_test.cc [testing] Update max fd limit in test (#35775) 2024-01-31 13:10:59 -08:00
fd_posix_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
grpc_ipv6_loopback_available_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
pollset_windows_starvation_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
resolve_address_posix_test.cc Reland global config changes (#32661) 2023-03-27 18:55:24 -07:00
resolve_address_test.cc [reorg] move resolver code to src/core/resolver (#35804) 2024-02-06 09:07:56 -08:00
socket_utils_test.cc [core] Add a channel argument to set DSCP on streams (#28322) 2023-06-30 16:10:21 -07:00
tcp_client_posix_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
tcp_posix_test.cc [tracing] Fix flakiness in tcp_posix_test (#33639) 2023-07-10 12:59:57 -07:00
tcp_server_posix_test.cc [EventEngine] Modify iomgr to allow creation of posix event engine listeners and server side endpoints (#31928) 2023-01-24 18:22:14 -08:00
timer_heap_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
timer_list_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00