add a basic get index rolling upgrade test (#56322)

add a very basic rolling upgrade test for get index, post mortem action of #56274
This commit is contained in:
Hendrik Muhs 2020-05-08 10:52:34 +02:00
parent cc35d37788
commit 0b40886db3
1 changed files with 6 additions and 0 deletions

View File

@ -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" }