mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Mixed-version clusters tests had been disabled initially since they wouldn't work until the functionality would be backported.
This commit is contained in:
parent
029e4b6278
commit
2229e7231e
@ -2,8 +2,8 @@
|
||||
"Create a typeless index while there is a typed template":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: needs change to be backported to 6.7
|
||||
version: " - 6.6.99"
|
||||
reason: Merging typeless/typed mappings/templates was added in 6.7
|
||||
|
||||
- do:
|
||||
indices.put_template:
|
||||
@ -41,8 +41,8 @@
|
||||
"Create a typed index while there is a typeless template":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: needs change to be backported to 6.7
|
||||
version: " - 6.6.99"
|
||||
reason: Merging typeless/typed mappings/templates was added in 6.7
|
||||
|
||||
- do:
|
||||
indices.put_template:
|
||||
@ -81,7 +81,7 @@
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: needs change to be backported to 6.7
|
||||
reason: include_type_name only supported as of 6.7
|
||||
|
||||
- do:
|
||||
indices.put_template:
|
||||
|
@ -55,8 +55,8 @@
|
||||
"PUT mapping with _doc on an index that has types":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: Backport first
|
||||
version: " - 6.6.99"
|
||||
reason: include_type_name is only supported as of 6.7
|
||||
|
||||
|
||||
- do:
|
||||
|
Loading…
x
Reference in New Issue
Block a user