Skip to content

Remove AwaitsFix in field collapsing yaml tests #75087

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 2 commits into from
Jul 7, 2021
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 @@ -86,10 +86,6 @@ setup:
---
"field collapsing and from":

- skip:
version: "all"
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/52416"

- do:
search:
rest_total_hits_as_int: true
Expand All @@ -110,10 +106,6 @@ setup:
---
"field collapsing and inner_hits":

- skip:
version: "all"
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/52416"

- do:
search:
rest_total_hits_as_int: true
Expand Down Expand Up @@ -150,9 +142,7 @@ setup:

---
"field collapsing, inner_hits, and fields":
- skip:
version: " - 7.9.99"
reason: the 'fields' option was added in 7.10

- do:
search:
rest_total_hits_as_int: true
Expand Down Expand Up @@ -234,9 +224,7 @@ setup:

---
"field collapsing and search_after with invalid sort":
- skip:
version: " - 7.13.99"
reason: "support for collapsing with search_after was added in 7.14"

- do:
catch: /Cannot use \[collapse\] in conjunction with \[search_after\] unless the search is sorted on the same field. Multiple sort fields are not allowed./
search:
Expand All @@ -257,9 +245,7 @@ setup:

---
"field collapsing and search_after":
- skip:
version: " - 7.13.99"
reason: "support for collapsing with search_after was added in 7.14"

- do:
search:
index: test
Expand Down Expand Up @@ -316,10 +302,6 @@ setup:
---
"no hits and inner_hits":

- skip:
version: "all"
reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/52416"

- do:
search:
rest_total_hits_as_int: true
Expand Down Expand Up @@ -444,9 +426,7 @@ setup:

---
"field collapsing on a field alias":
- skip:
version: " - 7.5.1"
reason: the bug fix was introduced in 7.5.2

- do:
indices.create:
index: alias-test
Expand Down