Skip to content

Commit 7253cb6

Browse files
authored
Removed usage of left over mapper.bwc_workaround_9_0 cluster features. (#120141)
1 parent ea35055 commit 7253cb6

File tree

2 files changed

+2
-58
lines changed

2 files changed

+2
-58
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.create/20_synthetic_source.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ setup:
55

66
---
77
object with unmapped fields:
8-
- requires:
9-
cluster_features: ["mapper.bwc_workaround_9_0"]
10-
reason: requires tracking ignored source
11-
128
- do:
139
indices.create:
1410
index: test
@@ -98,10 +94,6 @@ unmapped arrays:
9894

9995
---
10096
nested object with unmapped fields:
101-
- requires:
102-
cluster_features: ["mapper.bwc_workaround_9_0"]
103-
reason: requires tracking ignored source
104-
10597
- do:
10698
indices.create:
10799
index: test
@@ -149,10 +141,6 @@ nested object with unmapped fields:
149141

150142
---
151143
empty object with unmapped fields:
152-
- requires:
153-
cluster_features: ["mapper.bwc_workaround_9_0"]
154-
reason: requires tracking ignored source
155-
156144
- do:
157145
indices.create:
158146
index: test
@@ -425,7 +413,7 @@ mixed disabled and enabled objects:
425413
---
426414
object with dynamic override:
427415
- requires:
428-
cluster_features: ["mapper.ignored_source.dont_expand_dots", "mapper.bwc_workaround_9_0"]
416+
cluster_features: ["mapper.ignored_source.dont_expand_dots"]
429417
reason: requires tracking ignored source
430418

431419
- do:
@@ -870,10 +858,6 @@ doubly nested object:
870858

871859
---
872860
subobjects auto:
873-
- requires:
874-
cluster_features: ["mapper.bwc_workaround_9_0"]
875-
reason: requires tracking ignored source and supporting subobjects auto setting
876-
877861
- do:
878862
indices.create:
879863
index: test

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.create/21_synthetic_source_stored.yml

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ setup:
55

66
---
77
object param - store complex object:
8-
- requires:
9-
cluster_features: ["mapper.bwc_workaround_9_0"]
10-
reason: requires tracking ignored source
11-
128
- do:
139
indices.create:
1410
index: test
@@ -70,10 +66,6 @@ object param - store complex object:
7066

7167
---
7268
object param - object array:
73-
- requires:
74-
cluster_features: ["mapper.bwc_workaround_9_0"]
75-
reason: requires tracking ignored source
76-
7769
- do:
7870
indices.create:
7971
index: test
@@ -135,10 +127,6 @@ object param - object array:
135127

136128
---
137129
object param - object array within array:
138-
- requires:
139-
cluster_features: ["mapper.bwc_workaround_9_0"]
140-
reason: requires tracking ignored source
141-
142130
- do:
143131
indices.create:
144132
index: test
@@ -179,10 +167,6 @@ object param - object array within array:
179167

180168
---
181169
object param - no object array:
182-
- requires:
183-
cluster_features: ["mapper.bwc_workaround_9_0"]
184-
reason: requires tracking ignored source
185-
186170
- do:
187171
indices.create:
188172
index: test
@@ -222,10 +206,6 @@ object param - no object array:
222206

223207
---
224208
object param - field ordering in object array:
225-
- requires:
226-
cluster_features: ["mapper.bwc_workaround_9_0"]
227-
reason: requires tracking ignored source
228-
229209
- do:
230210
indices.create:
231211
index: test
@@ -272,10 +252,6 @@ object param - field ordering in object array:
272252

273253
---
274254
object param - nested object array next to other fields:
275-
- requires:
276-
cluster_features: ["mapper.bwc_workaround_9_0"]
277-
reason: requires tracking ignored source
278-
279255
- do:
280256
indices.create:
281257
index: test
@@ -330,7 +306,7 @@ object param - nested object array next to other fields:
330306
---
331307
object param - nested object with stored array:
332308
- requires:
333-
cluster_features: ["mapper.ignored_source.always_store_object_arrays_in_nested", "mapper.bwc_workaround_9_0"]
309+
cluster_features: ["mapper.ignored_source.always_store_object_arrays_in_nested"]
334310
reason: requires fix to object array handling
335311

336312
- do:
@@ -379,10 +355,6 @@ object param - nested object with stored array:
379355

380356
---
381357
index param - nested array within array:
382-
- requires:
383-
cluster_features: ["mapper.bwc_workaround_9_0"]
384-
reason: requires tracking ignored source
385-
386358
- do:
387359
indices.create:
388360
index: test
@@ -427,10 +399,6 @@ index param - nested array within array:
427399
---
428400
# 112156
429401
stored field under object with store_array_source:
430-
- requires:
431-
cluster_features: ["mapper.bwc_workaround_9_0"]
432-
reason: requires bug fix to be implemented
433-
434402
- do:
435403
indices.create:
436404
index: test
@@ -806,10 +774,6 @@ field param - nested array within array:
806774

807775
---
808776
index param - root arrays:
809-
- requires:
810-
cluster_features: ["mapper.bwc_workaround_9_0"]
811-
reason: requires keeping array source
812-
813777
- do:
814778
indices.create:
815779
index: test
@@ -1175,10 +1139,6 @@ index param - nested object with stored array:
11751139

11761140
---
11771141
index param - flattened fields:
1178-
- requires:
1179-
cluster_features: ["mapper.bwc_workaround_9_0"]
1180-
reason: requires keeping array source
1181-
11821142
- do:
11831143
indices.create:
11841144
index: test

0 commit comments

Comments
 (0)