Skip to content

Commit

Permalink
Remove mapping.single_type from parent join test (#25391)
Browse files Browse the repository at this point in the history
This removes the remaining usage of `mapping.single_type` from the parent join
module and moves it's bwc test to the mixed cluster tests

Relates to #24961
Relates to #20257
  • Loading branch information
s1monw committed Jun 26, 2017
1 parent 2a4fb95 commit d338a09
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ setup:
indices.create:
index: test
body:
settings:
mapping.single_type: true
mappings:
doc:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ setup:
indices.create:
index: test
body:
settings:
mapping.single_type: true
mappings:
doc:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ setup:
indices.create:
index: test
body:
settings:
mapping.single_type: false
mappings:
type_2: {}
type_3:
Expand Down

0 comments on commit d338a09

Please sign in to comment.