Removed usage of left over mapper.bwc_workaround_9_0 cluster features. (#120141)

This commit is contained in:
Martijn van Groningen 2025-01-15 12:49:36 +01:00 committed by GitHub
parent ea35055bcd
commit 7253cb688c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 58 deletions

View file

@ -5,10 +5,6 @@ setup:
--- ---
object with unmapped fields: object with unmapped fields:
- requires:
cluster_features: ["mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source
- do: - do:
indices.create: indices.create:
index: test index: test
@ -98,10 +94,6 @@ unmapped arrays:
--- ---
nested object with unmapped fields: nested object with unmapped fields:
- requires:
cluster_features: ["mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source
- do: - do:
indices.create: indices.create:
index: test index: test
@ -149,10 +141,6 @@ nested object with unmapped fields:
--- ---
empty object with unmapped fields: empty object with unmapped fields:
- requires:
cluster_features: ["mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source
- do: - do:
indices.create: indices.create:
index: test index: test
@ -425,7 +413,7 @@ mixed disabled and enabled objects:
--- ---
object with dynamic override: object with dynamic override:
- requires: - requires:
cluster_features: ["mapper.ignored_source.dont_expand_dots", "mapper.bwc_workaround_9_0"] cluster_features: ["mapper.ignored_source.dont_expand_dots"]
reason: requires tracking ignored source reason: requires tracking ignored source
- do: - do:
@ -870,10 +858,6 @@ doubly nested object:
--- ---
subobjects auto: subobjects auto:
- requires:
cluster_features: ["mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source and supporting subobjects auto setting
- do: - do:
indices.create: indices.create:
index: test index: test

View file

@ -5,10 +5,6 @@ setup:
--- ---
object param - store complex object: object param - store complex object:
- requires:
cluster_features: ["mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source
- do: - do:
indices.create: indices.create:
index: test index: test
@ -70,10 +66,6 @@ object param - store complex object:
--- ---
object param - object array: object param - object array:
- requires:
cluster_features: ["mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source
- do: - do:
indices.create: indices.create:
index: test index: test
@ -135,10 +127,6 @@ object param - object array:
--- ---
object param - object array within array: object param - object array within array:
- requires:
cluster_features: ["mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source
- do: - do:
indices.create: indices.create:
index: test index: test
@ -179,10 +167,6 @@ object param - object array within array:
--- ---
object param - no object array: object param - no object array:
- requires:
cluster_features: ["mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source
- do: - do:
indices.create: indices.create:
index: test index: test
@ -222,10 +206,6 @@ object param - no object array:
--- ---
object param - field ordering in object array: object param - field ordering in object array:
- requires:
cluster_features: ["mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source
- do: - do:
indices.create: indices.create:
index: test index: test
@ -272,10 +252,6 @@ object param - field ordering in object array:
--- ---
object param - nested object array next to other fields: object param - nested object array next to other fields:
- requires:
cluster_features: ["mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source
- do: - do:
indices.create: indices.create:
index: test index: test
@ -330,7 +306,7 @@ object param - nested object array next to other fields:
--- ---
object param - nested object with stored array: object param - nested object with stored array:
- requires: - requires:
cluster_features: ["mapper.ignored_source.always_store_object_arrays_in_nested", "mapper.bwc_workaround_9_0"] cluster_features: ["mapper.ignored_source.always_store_object_arrays_in_nested"]
reason: requires fix to object array handling reason: requires fix to object array handling
- do: - do:
@ -379,10 +355,6 @@ object param - nested object with stored array:
--- ---
index param - nested array within array: index param - nested array within array:
- requires:
cluster_features: ["mapper.bwc_workaround_9_0"]
reason: requires tracking ignored source
- do: - do:
indices.create: indices.create:
index: test index: test
@ -427,10 +399,6 @@ index param - nested array within array:
--- ---
# 112156 # 112156
stored field under object with store_array_source: stored field under object with store_array_source:
- requires:
cluster_features: ["mapper.bwc_workaround_9_0"]
reason: requires bug fix to be implemented
- do: - do:
indices.create: indices.create:
index: test index: test
@ -806,10 +774,6 @@ field param - nested array within array:
--- ---
index param - root arrays: index param - root arrays:
- requires:
cluster_features: ["mapper.bwc_workaround_9_0"]
reason: requires keeping array source
- do: - do:
indices.create: indices.create:
index: test index: test
@ -1175,10 +1139,6 @@ index param - nested object with stored array:
--- ---
index param - flattened fields: index param - flattened fields:
- requires:
cluster_features: ["mapper.bwc_workaround_9_0"]
reason: requires keeping array source
- do: - do:
indices.create: indices.create:
index: test index: test