add a basic get index rolling upgrade test ()

add a very basic rolling upgrade test for get index, post mortem action of 
This commit is contained in:
Hendrik Muhs 2020-05-08 10:52:34 +02:00
parent cc35d37788
commit 0b40886db3

@ -73,3 +73,9 @@
nodes.usage: {}
- is_true: nodes
- match: { _nodes.failed: 0 }
---
"Get index works":
- do:
indices.get:
index: queries
- match: { queries.mappings.properties.id.type: "keyword" }