Skip to content

Commit

Permalink
300_sequence_numbers should not rely on 7.0 total hits structure
Browse files Browse the repository at this point in the history
  • Loading branch information
bleskes committed Jan 24, 2019
1 parent 4313c2d commit 9d87ca5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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}

Expand Down

0 comments on commit 9d87ca5

Please sign in to comment.