mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Remove some more ActionType
subclasses (#102354)
Removing a couple more of these from the search package. Co-authored-by: Joe Gallo <joegallo@gmail.com>
This commit is contained in:
parent
0eca436728
commit
c45b95d0eb
150 changed files with 1196 additions and 1049 deletions
|
@ -12,9 +12,9 @@ import org.elasticsearch.ExceptionsHelper;
|
|||
import org.elasticsearch.action.ActionFuture;
|
||||
import org.elasticsearch.action.DocWriteRequest;
|
||||
import org.elasticsearch.action.bulk.BulkRequestBuilder;
|
||||
import org.elasticsearch.action.search.SearchAction;
|
||||
import org.elasticsearch.action.search.SearchPhaseExecutionException;
|
||||
import org.elasticsearch.action.search.SearchResponse;
|
||||
import org.elasticsearch.action.search.TransportSearchAction;
|
||||
import org.elasticsearch.action.support.WriteRequest;
|
||||
import org.elasticsearch.aggregations.AggregationsPlugin;
|
||||
import org.elasticsearch.aggregations.bucket.timeseries.TimeSeriesAggregationBuilder;
|
||||
|
@ -115,7 +115,7 @@ public class SearchCancellationIT extends AbstractSearchCancellationTestCase {
|
|||
)
|
||||
.execute();
|
||||
awaitForBlock(plugins);
|
||||
cancelSearch(SearchAction.NAME);
|
||||
cancelSearch(TransportSearchAction.TYPE.name());
|
||||
disableBlocks(plugins);
|
||||
|
||||
SearchPhaseExecutionException ex = expectThrows(SearchPhaseExecutionException.class, searchResponse::actionGet);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue