rest-api-spec.test.cluster.reroute.10_basic.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
OpenSearch subproject :rest-api-spec
---
"Basic sanity check":
- do:
cluster.reroute: {}
---
"Cluster reroute returns cluster_manager_node":
- skip:
version: " - 1.4.99"
reason: "The metric cluster_manager_node is added to cluster state in version 2.0.0"
- do:
cluster.reroute: {}
- set:
state.cluster_manager_node: node_id
- match: {state.master_node: $node_id}
- match: {state.cluster_manager_node: $node_id}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy