OpenSearch/x-pack/plugin
Yannick Welsch af887be3e5 Hide orphaned tasks from follower stats (#48901)
CCR follower stats can return information for persistent tasks that are in the process of being cleaned up. This is problematic for tests where CCR follower indices have been deleted, but their persistent follower task is only cleaned up asynchronously afterwards. If one of the following tests then accesses the follower stats, it might still get the stats for that follower task.

In addition, some tests were not cleaning up their auto-follow patterns, leaving orphaned patterns behind. Other tests cleaned up their auto-follow patterns. As always the same name was used, it just depended on the test execution order whether this led to a failure or not. This commit fixes the offensive tests, and will also automatically remove auto-follow-patterns at the end of tests, like we do for many other features.

Closes #48700
2019-11-08 13:56:53 +01:00
..
analytics Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
ccr Hide orphaned tasks from follower stats (#48901) 2019-11-08 13:56:53 +01:00
core [7.x][Transform] decouple task and indexer (#48812) 2019-11-01 19:39:35 +01:00
deprecation Add migration tool checks for `_field_names` disabling (#46972) 2019-09-25 10:15:10 +02:00
enrich Don't preserve indices between enrich qa tests. 2019-10-31 14:23:56 +01:00
frozen-indices Remove unused transport action from TransportFreezeIndexAction (#47992) 2019-10-14 16:20:37 +02:00
graph Fix XPackPlugin usages in tests (#47252) 2019-10-02 12:36:02 +02:00
ilm Cleanup Concurrent RepositoryData Loading (#48329) (#48834) 2019-11-02 20:42:29 +01:00
logstash Remove description from xpack feature sets (#43065) 2019-06-11 09:22:58 -07:00
mapper-flattened Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
ml [7.x][ML] Handle nested arrays in source fields (#48885) (#48889) 2019-11-07 07:30:50 +02:00
monitoring Validate index name time format setting at parse time (#47911) (#48881) 2019-11-07 05:24:49 -06:00
rollup Ensure random timestamps are within search boundary (#38753) (#47787) 2019-10-10 14:38:01 +02:00
search-business-rules Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
security [7.x] Introduce type-safe and consistent pattern for handling build globals (#48818) 2019-11-01 11:33:11 -07:00
spatial Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
sql [7.x] Introduce type-safe and consistent pattern for handling build globals (#48818) 2019-11-01 11:33:11 -07:00
src/test Add owner flag parameter to the rest spec (#48500) 2019-10-30 13:07:01 +11:00
transform [7.x][Transform] decouple task and indexer (#48812) 2019-11-01 19:39:35 +01:00
vectors Refactor unit tests for vector functions. (#48662) 2019-10-30 15:36:06 -07:00
voting-only-node Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
watcher [7.x] Introduce type-safe and consistent pattern for handling build globals (#48818) 2019-11-01 11:33:11 -07:00
build.gradle [7.x] Introduce type-safe and consistent pattern for handling build globals (#48818) 2019-11-01 11:33:11 -07:00