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