@@ -143,22 +143,9 @@ tasks.named("yamlRestCompatTest").configure {
143
143
' explain/40_mix_typeless_typeful/Explain with typeless API on an index that has types' ,
144
144
' field_caps/10_basic/Get date_nanos field caps' ,
145
145
' field_caps/30_filter/Field caps with index filter' ,
146
- ' get/100_mix_typeless_typeful/GET with typeless API on an index that has types' ,
147
- ' get/10_basic/Basic' ,
148
- ' get/11_basic_with_types/Basic' ,
149
- ' get/15_default_values/Default values' ,
150
- ' get/16_default_values_with_types/Default values' ,
151
- ' get/20_stored_fields/Stored fields' ,
152
- ' get/21_stored_fields_with_types/Stored fields' ,
153
- ' get/41_routing_with_types/Routing' ,
154
- ' get/50_with_headers/REST test with headers' ,
155
- ' get/51_with_headers_with_types/REST test with headers' ,
156
- ' get/61_realtime_refresh_with_types/Realtime Refresh' ,
157
- ' get/70_source_filtering/Source filtering' ,
158
- ' get/71_source_filtering_with_types/Source filtering' ,
159
- ' get/81_missing_with_types/Missing document with catch' ,
160
- ' get/81_missing_with_types/Missing document with ignore' ,
161
- ' get/91_versions_with_types/Versions' ,
146
+ ' get/100_mix_typeless_typeful/GET with typeless API on an index that has types' ,// failing due to include_type_name #48632
147
+ ' get/21_stored_fields_with_types/Stored fields' , // failing due to include_type_name #48632
148
+ ' get/71_source_filtering_with_types/Source filtering' ,// failing due to include_type_name #48632
162
149
' get_source/11_basic_with_types/Basic with types' ,
163
150
' get_source/16_default_values_with_types/Default values' ,
164
151
' get_source/41_routing_with_types/Routing' ,
@@ -168,20 +155,8 @@ tasks.named("yamlRestCompatTest").configure {
168
155
' get_source/81_missing_with_types/Missing document with ignore' ,
169
156
' get_source/86_source_missing_with_types/Missing document source with catch' ,
170
157
' get_source/86_source_missing_with_types/Missing document source with ignore' ,
171
- ' index/10_with_id/Index with ID' ,
172
- ' index/11_with_id_with_types/Index with ID' ,
173
- ' index/13_result_with_types/Index result field' ,
174
- ' index/15_without_id/Index without ID' ,
175
- ' index/16_without_id_with_types/Index without ID' ,
176
- ' index/21_optype_with_types/Optype' ,
177
- ' index/37_external_version_with_types/External version' ,
178
- ' index/38_external_gte_version_with_types/External GTE version' ,
179
- ' index/41_routing_with_types/Routing' ,
180
- ' index/61_refresh_with_types/Refresh' ,
181
- ' index/61_refresh_with_types/When refresh url parameter is an empty string that means "refresh immediately"' ,
182
- ' index/61_refresh_with_types/refresh=wait_for waits until changes are visible in search' ,
183
- ' index/70_mix_typeless_typeful/Index call that introduces new field mappings' ,
184
- ' index/70_mix_typeless_typeful/Index with typeless API on an index that has types' ,
158
+ ' index/70_mix_typeless_typeful/Index call that introduces new field mappings' , // failing due to include_type_name #48632
159
+ ' index/70_mix_typeless_typeful/Index with typeless API on an index that has types' , // failing due to include_type_name #48632
185
160
' indices.clone/10_basic/Clone index via API' ,
186
161
' indices.create/10_basic/Create index with explicit _doc type' ,
187
162
' indices.create/10_basic/Create index without soft deletes' ,
@@ -376,3 +351,8 @@ tasks.named("yamlRestCompatTest").configure {
376
351
' update/90_mix_typeless_typeful/Update with typeless API on an index that has types'
377
352
]. join(' ,' )
378
353
}
354
+
355
+ tasks. named(" transformV7RestTests" ). configure({ task ->
356
+ task. replaceMatch(" _type" , " _doc" )
357
+ task. addAllowedWarningRegex(" \\ [types removal\\ ].*" )
358
+ })
0 commit comments