mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
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:
parent
cc35d37788
commit
0b40886db3
@ -73,3 +73,9 @@
|
|||||||
nodes.usage: {}
|
nodes.usage: {}
|
||||||
- is_true: nodes
|
- is_true: nodes
|
||||||
- match: { _nodes.failed: 0 }
|
- match: { _nodes.failed: 0 }
|
||||||
|
---
|
||||||
|
"Get index works":
|
||||||
|
- do:
|
||||||
|
indices.get:
|
||||||
|
index: queries
|
||||||
|
- match: { queries.mappings.properties.id.type: "keyword" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user