Martijn van Groningen
6783f823a8
[ML] Change stop datafeed api delegate to node hosting datafeed task and execute cancel locally,
...
instead of only removing the persistent task from cluster state.
Original commit: elastic/x-pack-elasticsearch@3974b20827
2017-02-28 16:36:13 +01:00
Ryan Ernst
8527bc2415
Build: Convert integ test dsl to new split cluster/runner dsl
...
This is the xpack side of elastic/elasticsearch#23304
Original commit: elastic/x-pack-elasticsearch@8eddd7fb0d
2017-02-22 00:56:52 -08:00
Martijn van Groningen
8a6cea0350
[ml] For the data, flush and update apis check the job state on the node running the job task instead of the coordinating node.
...
[test] Also re-enabled multi node qa tests.
Original commit: elastic/x-pack-elasticsearch@efb24131f0
2017-02-18 19:18:29 +01:00
Jay Modi
68324f5a50
Remove usage of deprecated methods that do not accept a XContentType ( elastic/x-pack-elasticsearch#549 )
...
This commit removes the usages and definition of deprecated methods that do not accept the XContentType for the source.
Additionally, usages of *Entity classes from the http client library have been changed to always specify the content
type.
Original commit: elastic/x-pack-elasticsearch@29d336a008
2017-02-17 14:45:00 -05:00
Martijn van Groningen
92a4b97f6d
[TEST] Add simple test, so that module has at least one working test.
...
Original commit: elastic/x-pack-elasticsearch@72441418ac
2017-02-17 19:44:04 +01:00
David Kyle
d707a1c977
Mark class with awaitsfix
...
Is the test failing because all the methods are marked awaitsfix?
Original commit: elastic/x-pack-elasticsearch@de93bb83b7
2017-02-17 18:06:42 +00:00
David Kyle
b9a4a2c621
Revert "Don’t wait on job close ( elastic/x-pack-elasticsearch#574 )"
...
This reverts commit elastic/x-pack-elasticsearch@99ed0e0dba and fixes the failing tests
Original commit: elastic/x-pack-elasticsearch@403e38316d
2017-02-17 17:05:41 +00:00
David Kyle
1a4b87454c
Add AwaitsFix for elastic/x-pack-elasticsearch#592
...
Original commit: elastic/x-pack-elasticsearch@c5d2650acf
2017-02-17 14:05:25 +00:00
Martijn van Groningen
6739f84efb
[test] change id between tests, to make reading log files easier.
...
Original commit: elastic/x-pack-elasticsearch@e633d7098e
2017-02-17 14:55:14 +01:00
Martijn van Groningen
6d79210f79
[ml] Registered named writable entry for DatafeedState.
...
Also added a test to multi node qa module that tests the datafeeder, which should have caught this.
Original commit: elastic/x-pack-elasticsearch@89e4875f6c
2017-02-15 21:38:19 +01:00
Colin Goodheart-Smithe
6183015639
Adds licensing to machine learning feature ( elastic/x-pack-elasticsearch#559 )
...
This change adds licensing to the maching learning feature, and only allows access to machine learning if a trial or platinum license is installed.
Further, this change also renames `MlPlugin` to `MachineLearning` in line with the other feature plugin names and move the enabled setting to `XPackSettings`
Original commit: elastic/x-pack-elasticsearch@48ea9d781b
2017-02-14 15:47:37 +00:00
Ryan Ernst
2571921605
Rename x-pack project names to new names with split repo
...
Original commit: elastic/x-pack-elasticsearch@5a908f5dcc
2017-02-10 11:02:42 -08:00
Colin Goodheart-Smithe
e761b76765
Migrates QA files
...
Original commit: elastic/x-pack-elasticsearch@ac651f51d4
2017-02-08 16:58:55 +00:00