Skip to content
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

[Backport 2.x] Update version check in yaml test file for allowing composite aggregation to run under a parent filter aggregation #16653

Merged
merged 1 commit into from
Nov 15, 2024
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 @@ -512,8 +512,8 @@ setup:
---
"Composite aggregation with filtered nested parent":
- skip:
version: " - 2.99.99"
reason: fixed in 3.0.0
version: " - 2.12.99"
reason: fixed in 2.13.0
- do:
search:
rest_total_hits_as_int: true
Expand Down Expand Up @@ -582,8 +582,8 @@ setup:
---
"Composite aggregation with filtered reverse nested parent":
- skip:
version: " - 2.99.99"
reason: fixed in 3.0.0
version: " - 2.12.99"
reason: fixed in 2.13.0
- do:
search:
rest_total_hits_as_int: true
Expand Down
Loading