summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/action/admin/cluster/node/tasks/TasksIT.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-07-13Removes FieldStats API (#25628)Colin Goodheart-Smithe
2017-07-12Add a shard filter search phase to pre-filter shards based on query rewriting...Simon Willnauer
2017-05-03Java api: ActionRequestBuilder#execute to return a PlainActionFuture (#24415)Luca Cavanna
2017-02-08Fold InternalSearchHits and friends into their interfaces (#23042)Simon Willnauer
2017-02-06Remove QUERY_AND_FETCH search type (#22996)Simon Willnauer
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2016-12-08Add descriptions to bulk tasksIgor Motov
2016-11-22Add search task descriptionsIgor Motov
2016-11-04Add automatic parallelization support to reindex and friends (#20767)Nik Everett
2016-10-07Remove LocalTransport in favor of MockTcpTransport (#20695)Simon Willnauer
2016-09-16Fix up tasks integ testNik Everett
2016-09-14[TEST] Don't use transport client if we are blocking internal actions we migh...Simon Willnauer
2016-09-13Rework the basic IT for GETing running tasksNik Everett
2016-08-15Rename Task Persistence into Storing Task ResultsIgor Motov
2016-08-11Remove ESIntegTestCase#pluginListNik Everett
2016-07-14Remove `node.mode` and `node.local` settings (#19428)Simon Willnauer
2016-07-04Do not catch throwableJason Tedor
2016-06-21Fetch result when wait_for_completionNik Everett
2016-06-16Move waitForTaskCompletion into TaskManagerNik Everett
2016-06-15Test: wait for task to start before waiting for it to finish (#18902)Nik Everett
2016-06-15Test: Remove and untrue assertionNik Everett
2016-06-14Clean up after test failureNik Everett
2016-06-14Create get task API that falls back to the .tasks indexNik Everett
2016-05-27Introduce dedicated master nodes in testing infrastructure (#18514)Boaz Leskes
2016-05-26Add ability to store results for long running tasksIgor Motov
2016-05-04Remove Strings#splitStringToArrayJason Tedor
2016-04-27[test] Wrap long lines in TasksITNik Everett
2016-04-27[test] TasksIT expected a request per copyNik Everett
2016-04-14Shard level tasks in Bulk Action lose reference to their parent tasksIgor Motov
2016-03-30Remove DiscoveryNode#name in favour of existing DiscoveryNode#getNamejavanna
2016-03-23Don't wait for completion of list tasks tasks when wait_for_completion flag i...Igor Motov
2016-03-23Fix TaskId#isSet to return true when id is set and not other way aroundIgor Motov
2016-03-21Remove ClusterService interface, in favor of it's only production instance #1...Boaz Leskes
2016-03-21percolator: Replace percolate api with the new percolator queryMartijn van Groningen
2016-03-10Decouple the TransportService and ClusterService #16872Boaz Leskes
2016-03-08[test] Fix uncommon tests failure in TasksITNik Everett
2016-03-08Teach list tasks api to wait for tasks to finishNik Everett
2016-02-24Combine node name and task id into single string task idIgor Motov
2016-02-10Adds wait for task registration to testCanFetchIndexStatusIgor Motov
2016-02-09Add task cancellation mechanismIgor Motov
2016-02-03Add task statusNik Everett
2016-02-02Make settings validation strictSimon Willnauer
2016-01-28Extend tracking of parent tasks to master node, replication and broadcast act...Igor Motov
2016-01-05Task Management: Add framework for registering and communicating with tasksIgor Motov