Skip to content

Commit

Permalink
Correct the skip version, multi_terms aggregation is supported on 2.1 (
Browse files Browse the repository at this point in the history
…#3072)

Signed-off-by: Peng Huo <[email protected]>
  • Loading branch information
penghuo authored Apr 25, 2022
1 parent ee7b731 commit 0bab473
Showing 1 changed file with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ setup:
---
"Basic test":
- skip:
version: "- 2.9.99"
reason: multi_terms aggregation is introduced in 3.0.0
version: "- 2.0.99"
reason: multi_terms aggregation is introduced in 2.1.0

- do:
bulk:
Expand Down Expand Up @@ -96,8 +96,8 @@ setup:
---
"IP test":
- skip:
version: "- 2.9.99"
reason: multi_terms aggregation is introduced in 3.0.0
version: "- 2.0.99"
reason: multi_terms aggregation is introduced in 2.1.0

- do:
bulk:
Expand Down Expand Up @@ -146,8 +146,8 @@ setup:
---
"Boolean test":
- skip:
version: "- 2.9.99"
reason: multi_terms aggregation is introduced in 3.0.0
version: "- 2.0.99"
reason: multi_terms aggregation is introduced in 2.1.0

- do:
bulk:
Expand Down Expand Up @@ -196,8 +196,8 @@ setup:
---
"Double test":
- skip:
version: "- 2.9.99"
reason: multi_terms aggregation is introduced in 3.0.0
version: "- 2.0.99"
reason: multi_terms aggregation is introduced in 2.1.0

- do:
bulk:
Expand Down Expand Up @@ -239,8 +239,8 @@ setup:
---
"Date test":
- skip:
version: "- 2.9.99"
reason: multi_terms aggregation is introduced in 3.0.0
version: "- 2.0.99"
reason: multi_terms aggregation is introduced in 2.1.0

- do:
bulk:
Expand Down Expand Up @@ -282,8 +282,8 @@ setup:
---
"Unmapped keywords":
- skip:
version: "- 2.9.99"
reason: multi_terms aggregation is introduced in 3.0.0
version: "- 2.0.99"
reason: multi_terms aggregation is introduced in 2.1.0

- do:
bulk:
Expand Down Expand Up @@ -322,8 +322,8 @@ setup:
---
"Null value":
- skip:
version: "- 2.9.99"
reason: multi_terms aggregation is introduced in 3.0.0
version: "- 2.0.99"
reason: multi_terms aggregation is introduced in 2.1.0

- do:
bulk:
Expand Down Expand Up @@ -357,8 +357,8 @@ setup:
---
"multiple multi_terms bucket":
- skip:
version: "- 2.9.99"
reason: multi_terms aggregation is introduced in 3.0.0
version: "- 2.0.99"
reason: multi_terms aggregation is introduced in 2.1.0

- do:
bulk:
Expand Down Expand Up @@ -409,8 +409,8 @@ setup:
---
"ordered by metrics":
- skip:
version: "- 3.0.0"
reason: multi_terms aggregation is introduced in 3.0.0
version: "- 2.0.99"
reason: multi_terms aggregation is introduced in 2.1.0

- do:
bulk:
Expand Down Expand Up @@ -457,8 +457,8 @@ setup:
---
"top 1 ordered by metrics ":
- skip:
version: "- 2.9.99"
reason: multi_terms aggregation is introduced in 3.0.0
version: "- 2.0.99"
reason: multi_terms aggregation is introduced in 2.1.0

- do:
bulk:
Expand Down Expand Up @@ -502,8 +502,8 @@ setup:
---
"min_doc_count":
- skip:
version: "- 2.9.99"
reason: multi_terms aggregation is introduced in 3.0.0
version: "- 2.0.99"
reason: multi_terms aggregation is introduced in 2.1.0

- do:
bulk:
Expand Down Expand Up @@ -574,8 +574,8 @@ setup:
---
"sum_other_doc_count":
- skip:
version: "- 2.9.99"
reason: multi_terms aggregation is introduced in 3.0.0
version: "- 2.0.99"
reason: multi_terms aggregation is introduced in 2.1.0

- do:
bulk:
Expand Down

0 comments on commit 0bab473

Please sign in to comment.