OpenSearch/rest-api-spec/test/indices.upgrade/10_basic.yaml

17 lines
273 B
YAML
Raw Normal View History

---
"Basic test for upgrade indices":
- do:
indices.create:
index: test_index
- do:
cluster.health:
wait_for_status: yellow
- do:
indices.upgrade:
index: test_index
- match: {upgraded_indices.test_index: '/(\d\.)+\d/'}