Skip to content

Commit b6107a5

Browse files
committed
elastic#26800 Adapt rest test for 6.x
1 parent b0ca48a commit b6107a5

File tree

1 file changed

+8
-8
lines changed
  • modules/aggs-composite/src/test/resources/rest-api-spec/test/composite

1 file changed

+8
-8
lines changed

modules/aggs-composite/src/test/resources/rest-api-spec/test/composite/20_composite.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ setup:
4747
---
4848
"Simple Composite aggregation":
4949
- skip:
50-
version: " - 6.99.99"
51-
reason: this uses a new API that has been added in 7.0
50+
version: " - 6.0.99"
51+
reason: this uses a new API that has been added in 6.1
5252

5353

5454
- do:
@@ -76,8 +76,8 @@ setup:
7676
---
7777
"Nested Composite aggregation":
7878
- skip:
79-
version: " - 6.99.99"
80-
reason: this uses a new API that has been added in 7.0
79+
version: " - 6.0.99"
80+
reason: this uses a new API that has been added in 6.1
8181

8282

8383
- do:
@@ -125,8 +125,8 @@ setup:
125125
---
126126
"Aggregate After":
127127
- skip:
128-
version: " - 6.99.99"
129-
reason: this uses a new API that has been added in 7.0
128+
version: " - 6.0.99"
129+
reason: this uses a new API that has been added in 6.1
130130

131131

132132
- do:
@@ -166,8 +166,8 @@ setup:
166166
---
167167
"Invalid Composite aggregation":
168168
- skip:
169-
version: " - 6.99.99"
170-
reason: this uses a new API that has been added in 7.0
169+
version: " - 6.0.99"
170+
reason: this uses a new API that has been added in 6.1
171171

172172
- do:
173173
catch: /\[composite\] aggregation cannot be used with a parent aggregation/

0 commit comments

Comments
 (0)