elasticsearch/qa/ccs-unavailable-clusters
Dianna Hohensee df38bc8a84
Call TransportService#registerRequestHandler with Executor (#98998)
Remove temporary TransportService#registerRequestHandler functions
that take String instead of Executor and update the callers. This
is part of a larger change to pass Executor into request handlers,
rather than creating and stashing Strings that are only used to
eventually fetch appropriate Executors anyway.

Extensive testing changes were required to make TransportService and
ThreadPool mocks capable of looking up Executors from Strings for
TransportAction constructors. Added a new MockUtils class to
modularize the additional test setup.

Part of the changes for #97879
2023-09-08 13:21:53 -04:00
..
src/javaRestTest/java/org/elasticsearch/search Call TransportService#registerRequestHandler with Executor (#98998) 2023-09-08 13:21:53 -04:00
build.gradle Add JUnit rule based integration test cluster orchestration framework (#92379) 2022-12-21 15:33:46 -08:00