File tree Expand file tree Collapse file tree 7 files changed +17
-17
lines changed
rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test Expand file tree Collapse file tree 7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ setup:
216
216
---
217
217
" profiler int " :
218
218
- 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
221
221
- do :
222
222
search :
223
223
body :
@@ -242,8 +242,8 @@ setup:
242
242
---
243
243
" profiler double " :
244
244
- 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
247
247
- do :
248
248
search :
249
249
body :
@@ -268,8 +268,8 @@ setup:
268
268
---
269
269
" profiler string " :
270
270
- 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
273
273
- do :
274
274
search :
275
275
body :
Original file line number Diff line number Diff line change 142
142
' Misspelled fields get "did you mean" ' :
143
143
- skip :
144
144
version : " - 7.6.99"
145
- reason : Implemented in 8.0 (to be backported to 7.7)
145
+ reason : introduced in 7.7.0
146
146
- do :
147
147
catch : /\[significant_terms\] unknown field \[jlp\] did you mean \[jlh\]\?/
148
148
search :
Original file line number Diff line number Diff line change 80
80
---
81
81
" profile at top level " :
82
82
- 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
85
85
86
86
- do :
87
87
search :
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ simple:
37
37
---
38
38
profile :
39
39
- 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
42
42
43
43
- do :
44
44
search :
Original file line number Diff line number Diff line change 30
30
31
31
- skip :
32
32
version : " - 7.99.99"
33
- reason : waiting for backport
33
+ reason : change was only made in 8.0.0
34
34
35
35
- do :
36
36
catch : /\[from\] parameter cannot be negative but was \[-1\]/
44
44
45
45
- skip :
46
46
version : " - 7.99.99"
47
- reason : waiting for backport
47
+ reason : change was only made in 8.0.0
48
48
49
49
- do :
50
50
catch : /\[from\] parameter cannot be negative but was \[-1\]/
Original file line number Diff line number Diff line change @@ -858,8 +858,8 @@ Test nested field with sibling field resolving to DocValueFetcher:
858
858
---
859
859
Test token_count inside nested field doesn't fail :
860
860
- 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 '
863
863
- do :
864
864
indices.create :
865
865
index : test
Original file line number Diff line number Diff line change @@ -171,8 +171,8 @@ setup:
171
171
---
172
172
" msearch " :
173
173
- 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"
176
176
- do :
177
177
open_point_in_time :
178
178
index : " t*"
You can’t perform that action at this time.
0 commit comments