Skip to content

Commit

Permalink
add a basic get index rolling upgrade test (#56322)
Browse files Browse the repository at this point in the history
add a very basic rolling upgrade test for get index, post mortem action of #56274
  • Loading branch information
Hendrik Muhs committed May 8, 2020
1 parent f7cd772 commit 574aacc
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 574aacc

Please sign in to comment.