mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
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 |
||
---|---|---|
.. | ||
src/javaRestTest/java/org/elasticsearch/search | ||
build.gradle |