[7.x] add a basic get index rolling upgrade test (#56322) (#56411)

add a very basic rolling upgrade test for get index, post mortem action of #56274
This commit is contained in:
Hendrik Muhs 2020-05-11 07:51:38 +02:00 committed by GitHub
parent 2823300bdf
commit ad54c51467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

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