File tree 2 files changed +19
-7
lines changed
rest-api-spec/src/main/resources/rest-api-spec/test
2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 13
13
---
14
14
" Nested inner hits " :
15
15
- skip :
16
- version : " - 6.1.99"
17
- reason : " <= 6.1 nodes don't always include index or id in nested inner hits"
16
+ version : " all"
17
+ reason : " https://github.com/elastic/elasticsearch/issues/32055"
18
+
18
19
- do :
19
20
index :
20
21
index : test
45
46
" Nested doc version and seqIDs " :
46
47
47
48
- skip :
48
- version : " - 6.3.99 "
49
- reason : " object notation for docvalue_fields was introduced in 6.4 "
49
+ version : " all "
50
+ reason : " https://github.com/elastic/elasticsearch/issues/32055 "
50
51
51
52
- do :
52
53
index :
Original file line number Diff line number Diff line change @@ -107,6 +107,9 @@ setup:
107
107
108
108
---
109
109
" field collapsing and inner_hits " :
110
+ - skip :
111
+ version : " all"
112
+ reason : " https://github.com/elastic/elasticsearch/issues/32055"
110
113
111
114
- do :
112
115
search :
@@ -146,6 +149,9 @@ setup:
146
149
147
150
---
148
151
" field collapsing, inner_hits and maxConcurrentGroupRequests " :
152
+ - skip :
153
+ version : " all"
154
+ reason : " https://github.com/elastic/elasticsearch/issues/32055"
149
155
150
156
- do :
151
157
search :
@@ -226,6 +232,9 @@ setup:
226
232
227
233
---
228
234
" no hits and inner_hits " :
235
+ - skip :
236
+ version : " all"
237
+ reason : " https://github.com/elastic/elasticsearch/issues/32055"
229
238
230
239
- do :
231
240
search :
@@ -240,6 +249,9 @@ setup:
240
249
241
250
---
242
251
" field collapsing and multiple inner_hits " :
252
+ - skip :
253
+ version : " all"
254
+ reason : " https://github.com/elastic/elasticsearch/issues/32055"
243
255
244
256
- do :
245
257
search :
@@ -292,10 +304,9 @@ setup:
292
304
293
305
---
294
306
" field collapsing, inner_hits and version " :
295
-
296
307
- skip :
297
- version : " - 6.1.0 "
298
- reason : " bug fixed in 6.1.1 "
308
+ version : " all "
309
+ reason : " https://github.com/elastic/elasticsearch/issues/32055 "
299
310
300
311
- do :
301
312
search :
You can’t perform that action at this time.
0 commit comments