Skip to content

Commit

Permalink
Enable bw tests for elastic#37871 and elastic#38032.
Browse files Browse the repository at this point in the history
Mixed-version clusters tests had been disabled initially since they wouldn't
work until the functionality would be backported.
  • Loading branch information
jpountz committed Feb 1, 2019
1 parent d417997 commit c254a6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c254a6c

Please sign in to comment.