Skip to content

[7.x] Lower minimum compatibility version of _doc_count field tests #65805

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ setup:
---
"Test numeric terms agg with doc_count":
- skip:
version: " - 7.99.99"
reason: "Doc count fields are only implemented in 8.0"

version: " - 7.10.99"
reason: "doc_count field has been added in 7.11"
- do:
search:
rest_total_hits_as_int: true
Expand All @@ -52,8 +51,8 @@ setup:
---
"Test keyword terms agg with doc_count":
- skip:
version: " - 7.99.99"
reason: "Doc count fields are only implemented in 8.0"
version: " - 7.10.99"
reason: "doc_count field has been added in 7.11"
- do:
search:
rest_total_hits_as_int: true
Expand All @@ -72,8 +71,8 @@ setup:

"Test unmapped string terms agg with doc_count":
- skip:
version: " - 7.99.99"
reason: "Doc count fields are only implemented in 8.0"
version: " - 7.10.99"
reason: "doc_count field has been added in 7.11"
- do:
bulk:
index: test_2
Expand All @@ -97,8 +96,8 @@ setup:
---
"Test composite str_terms agg with doc_count":
- skip:
version: " - 7.99.99"
reason: "Doc count fields are only implemented in 8.0"
version: " - 7.10.99"
reason: "doc_count field has been added in 7.11"
- do:
search:
rest_total_hits_as_int: true
Expand All @@ -124,8 +123,8 @@ setup:
---
"Test composite num_terms agg with doc_count":
- skip:
version: " - 7.99.99"
reason: "Doc count fields are only implemented in 8.0"
version: " - 7.10.99"
reason: "doc_count field has been added in 7.11"
- do:
search:
rest_total_hits_as_int: true
Expand Down