Skip to content

Commit

Permalink
Update version check in yaml test file for allowing composite aggrega…
Browse files Browse the repository at this point in the history
…tion to run under a parent filter aggregation (#16652)

Signed-off-by: Gao Binlong <[email protected]>
(cherry picked from commit efef676)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent f308752 commit 1c02a73
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 1c02a73

Please sign in to comment.