Skip to content

Commit d338a09

Browse files
authored
Remove mapping.single_type from parent join test (#25391)
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
1 parent 2a4fb95 commit d338a09

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

modules/parent-join/src/test/resources/rest-api-spec/test/11_parent_child.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ setup:
33
indices.create:
44
index: test
55
body:
6-
settings:
7-
mapping.single_type: true
86
mappings:
97
doc:
108
properties:

modules/parent-join/src/test/resources/rest-api-spec/test/20_parent_join.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ setup:
33
indices.create:
44
index: test
55
body:
6-
settings:
7-
mapping.single_type: true
86
mappings:
97
doc:
108
properties:

modules/parent-join/src/test/resources/rest-api-spec/test/10_parent_child.yml renamed to qa/mixed-cluster/src/test/resources/rest-api-spec/test/10_parent_child.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ setup:
33
indices.create:
44
index: test
55
body:
6-
settings:
7-
mapping.single_type: false
86
mappings:
97
type_2: {}
108
type_3:

0 commit comments

Comments
 (0)