[TEST] fix test bug
This commit is contained in:
parent
7a21d846bb
commit
99363bd35d
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in New Issue