mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
300_sequence_numbers should not rely on 7.0 total hits structure
This commit is contained in:
parent
4313c2d4a7
commit
9d87ca567a
@ -33,7 +33,6 @@ setup:
|
||||
foo: bar
|
||||
seq_no_primary_term: true
|
||||
|
||||
- match: {hits.total.value: 1}
|
||||
- match: {hits.hits.0._seq_no: 1}
|
||||
- gte: {hits.hits.0._primary_term: 1}
|
||||
|
||||
@ -48,7 +47,6 @@ setup:
|
||||
foo: bar
|
||||
seq_no_primary_term: true
|
||||
|
||||
- match: {hits.total.value: 1}
|
||||
- match: {hits.hits.0._seq_no: 1}
|
||||
- gte: {hits.hits.0._primary_term: 1}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user