All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.test.cluster.reroute.10_basic.yml Maven / Gradle / Ivy

There is a newer version: 2.18.0
Show newest version
---
"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