OpenSearch/x-pack/plugin
David Turner 55f1dd8da6 Close nodes properly in Coordinator tests (#44967)
Today closing a `ClusterNode` in an `AbstractCoordinatorTestCase` uses
`onNode()` so has no effect if the node is not in the current list of nodes.
It also discards the `Runnable` it creates without having run it, so has no
effect anyway.

This commit makes these tests much stricter about properly closing the nodes
started during `Coordinator` tests, by tracking the persisted states that are
opened, and adds an assertion to catch the trappy requirement that the closing
node still belongs to the cluster.
2019-07-30 11:47:36 +01:00
..
ccr Close connection manager on current thread in RemoteClusterConnection (#44805) 2019-07-25 09:34:41 +02:00
core [7.x] Rename indexlifecycle to ilm and snapshotlifecycle to sl… (#44977) 2019-07-29 15:51:14 -06:00
data-frame [ML-DataFrame] Remove ID field from data frame indexer stats (#44848) 2019-07-25 15:19:32 +01:00
deprecation [7.x] Rename indexlifecycle to ilm and snapshotlifecycle to sl… (#44977) 2019-07-29 15:51:14 -06:00
frozen-indices remove usage of ActionType#(String) (#44459) (#44526) 2019-07-17 20:28:11 -07:00
graph migrate rollup/monitoring/graph/watcher actions to Writeable (#44464) (#44538) 2019-07-18 08:42:56 -07:00
ilm Mute SnapshotLifecycleServiceTests#testPolicyCRUD 2019-07-30 10:36:27 +01:00
logstash Remove description from xpack feature sets (#43065) 2019-06-11 09:22:58 -07:00
mapper-flattened Add support for 'flattened object' fields. (#43762) 2019-07-01 12:08:50 +03:00
ml [7.x][ML] Catch any error thrown while closing data frame analytics process (#44958) (#44968) 2019-07-29 21:59:10 +03:00
monitoring [7.x] Implement exponential average search time per hour statistics. (#44683) (#44897) 2019-07-26 15:56:34 +02:00
rollup migrate rollup/monitoring/graph/watcher actions to Writeable (#44464) (#44538) 2019-07-18 08:42:56 -07:00
security Fix broken short-circuit in getUnlicensedRealms (#44937) 2019-07-30 16:32:04 +10:00
sql Upgrade to Lucene 8.2.0 release (#44859) (#44892) 2019-07-26 08:14:59 +02:00
src/test Add option to filter ILM explain response (#44777) 2019-07-26 11:57:38 -04:00
vectors Add l1norm and l2norm distances for vectors (#44116) 2019-07-11 14:30:02 -04:00
voting-only-node Close nodes properly in Coordinator tests (#44967) 2019-07-30 11:47:36 +01:00
watcher [7.x] Rename indexlifecycle to ilm and snapshotlifecycle to sl… (#44977) 2019-07-29 15:51:14 -06:00
build.gradle Convert testclusters to use distro download plugin (#44253) (#44362) 2019-07-15 17:53:05 -07:00