[TEST] fix test bug

This commit is contained in:
Areek Zillur 2015-07-16 18:57:04 -04:00
parent 7a21d846bb
commit 99363bd35d
1 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@
index: index1
status: "green"
- match: { indices.index1.shards.0.stores.0.allocation: "PRIMARY" }
- match: { indices.index1.shards.0.stores.0.allocation: "primary" }
- gte: { indices.index1.shards.0.stores.0.version: 0 }
---
@ -77,10 +77,10 @@
indices.shard_stores:
status: "green"
- match: { indices.index1.shards.0.stores.0.allocation: "PRIMARY" }
- match: { indices.index1.shards.0.stores.0.allocation: "primary" }
- gte: { indices.index1.shards.0.stores.0.version: 0 }
- match: { indices.index2.shards.0.stores.0.allocation: "PRIMARY" }
- match: { indices.index2.shards.0.stores.0.allocation: "primary" }
- gte: { indices.index2.shards.0.stores.0.version: 0 }
- match: { indices.index2.shards.1.stores.0.allocation: "PRIMARY" }
- match: { indices.index2.shards.1.stores.0.allocation: "primary" }
- gte: { indices.index2.shards.1.stores.0.version: 0 }