300_sequence_numbers should not rely on 7.0 total hits structure

This commit is contained in:
Boaz Leskes 2019-01-24 23:40:12 +01:00
parent 4313c2d4a7
commit 9d87ca567a
1 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ setup:
foo: bar foo: bar
seq_no_primary_term: true seq_no_primary_term: true
- match: {hits.total.value: 1}
- match: {hits.hits.0._seq_no: 1} - match: {hits.hits.0._seq_no: 1}
- gte: {hits.hits.0._primary_term: 1} - gte: {hits.hits.0._primary_term: 1}
@ -48,7 +47,6 @@ setup:
foo: bar foo: bar
seq_no_primary_term: true seq_no_primary_term: true
- match: {hits.total.value: 1}
- match: {hits.hits.0._seq_no: 1} - match: {hits.hits.0._seq_no: 1}
- gte: {hits.hits.0._primary_term: 1} - gte: {hits.hits.0._primary_term: 1}