Skip to content

Commit bcab641

Browse files
authored
Adjust some skip versions after backport (#74389)
We forgot to update some skip versions in REST tests after backports. This PR only targets search tests.
1 parent 42c0be4 commit bcab641

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.aggregation/170_cardinality_metric.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ setup:
216216
---
217217
"profiler int":
218218
- skip:
219-
version: " - 7.99.99"
220-
reason: new info added in 8.0.0 to be backported to 7.10.0
219+
version: " - 7.9.99"
220+
reason: introduced in 7.10.0
221221
- do:
222222
search:
223223
body:
@@ -242,8 +242,8 @@ setup:
242242
---
243243
"profiler double":
244244
- skip:
245-
version: " - 7.99.99"
246-
reason: new info added in 8.0.0 to be backported to 7.10.0
245+
version: " - 7.9.99"
246+
reason: introduced in 7.10.0
247247
- do:
248248
search:
249249
body:
@@ -268,8 +268,8 @@ setup:
268268
---
269269
"profiler string":
270270
- skip:
271-
version: " - 7.99.99"
272-
reason: new info added in 8.0.0 to be backported to 7.10.0
271+
version: " - 7.9.99"
272+
reason: introduced in 7.10.0
273273
- do:
274274
search:
275275
body:

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.aggregation/30_sig_terms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
'Misspelled fields get "did you mean"':
143143
- skip:
144144
version: " - 7.6.99"
145-
reason: Implemented in 8.0 (to be backported to 7.7)
145+
reason: introduced in 7.7.0
146146
- do:
147147
catch: /\[significant_terms\] unknown field \[jlp\] did you mean \[jlh\]\?/
148148
search:

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.aggregation/330_auto_date_histogram.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ setup:
8080
---
8181
"profile at top level":
8282
- skip:
83-
version: " - 7.99.99"
84-
reason: Debug information added in 8.0.0 (to be backported to 7.9.0)
83+
version: " - 7.9.99"
84+
reason: introduced in 7.10.0
8585

8686
- do:
8787
search:

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.aggregation/380_global.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ simple:
3737
---
3838
profile:
3939
- skip:
40-
version: " - 7.99.99"
41-
reason: fixed in 8.0.0 (to be backported to 7.13.0)
40+
version: " - 7.12.99"
41+
reason: fix introduced in 7.13.0
4242

4343
- do:
4444
search:

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search/30_limits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ setup:
3030

3131
- skip:
3232
version: " - 7.99.99"
33-
reason: waiting for backport
33+
reason: change was only made in 8.0.0
3434

3535
- do:
3636
catch: /\[from\] parameter cannot be negative but was \[-1\]/
@@ -44,7 +44,7 @@ setup:
4444

4545
- skip:
4646
version: " - 7.99.99"
47-
reason: waiting for backport
47+
reason: change was only made in 8.0.0
4848

4949
- do:
5050
catch: /\[from\] parameter cannot be negative but was \[-1\]/

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search/330_fetch_fields.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,8 +858,8 @@ Test nested field with sibling field resolving to DocValueFetcher:
858858
---
859859
Test token_count inside nested field doesn't fail:
860860
- skip:
861-
version: ' - 7.99.99'
862-
reason: 'Added in 8.0 - change on backport'
861+
version: ' - 7.11.99'
862+
reason: 'fix introduced in 7.12.0'
863863
- do:
864864
indices.create:
865865
index: test

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search/350_point_in_time.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ setup:
171171
---
172172
"msearch":
173173
- skip:
174-
version: " - 7.99.99"
175-
reason: "After backport: 7.9.99 => point in time is introduced in 7.10"
174+
version: " - 7.9.99"
175+
reason: "point in time is introduced in 7.10"
176176
- do:
177177
open_point_in_time:
178178
index: "t*"

0 commit comments

Comments
 (0)