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) (#16653)

(cherry picked from commit efef676)

Signed-off-by: Gao Binlong <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent bcecfe0 commit a48ddce
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 a48ddce

Please sign in to comment.