mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-19 19:35:02 +00:00
Add BWC rest test for parent-join after the backport to 5.x
This commit is contained in:
parent
64cbb93727
commit
3924fd79ef
@ -14,8 +14,8 @@ setup:
|
|||||||
---
|
---
|
||||||
"Parent/child inner hits":
|
"Parent/child inner hits":
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 5.99.99"
|
version: " - 5.4.99"
|
||||||
reason: mapping.single_type was added in 6.0
|
reason: mapping.single_type was added in 5.5
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
|
@ -3,6 +3,8 @@ setup:
|
|||||||
indices.create:
|
indices.create:
|
||||||
index: test
|
index: test
|
||||||
body:
|
body:
|
||||||
|
settings:
|
||||||
|
mapping.single_type: true
|
||||||
mappings:
|
mappings:
|
||||||
doc:
|
doc:
|
||||||
properties:
|
properties:
|
||||||
@ -13,8 +15,8 @@ setup:
|
|||||||
---
|
---
|
||||||
"Parent/child inner hits":
|
"Parent/child inner hits":
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 5.99.99"
|
version: " - 5.4.99"
|
||||||
reason: mapping.single_type was added in 6.0
|
reason: mapping.single_type was added in 5.5
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
|
@ -3,6 +3,8 @@ setup:
|
|||||||
indices.create:
|
indices.create:
|
||||||
index: test
|
index: test
|
||||||
body:
|
body:
|
||||||
|
settings:
|
||||||
|
mapping.single_type: true
|
||||||
mappings:
|
mappings:
|
||||||
doc:
|
doc:
|
||||||
properties:
|
properties:
|
||||||
@ -60,8 +62,8 @@ setup:
|
|||||||
---
|
---
|
||||||
"Test basic":
|
"Test basic":
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 5.99.99"
|
version: " - 5.5.99"
|
||||||
reason: parent-join was added in 6.0
|
reason: parent-join was added in 5.6
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
search:
|
search:
|
||||||
@ -105,8 +107,8 @@ setup:
|
|||||||
---
|
---
|
||||||
"Test parent_id query":
|
"Test parent_id query":
|
||||||
- skip:
|
- skip:
|
||||||
version: " - 5.99.99"
|
version: " - 5.5.99"
|
||||||
reason: parent-join was added in 6.0
|
reason: parent-join was added in 5.6
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
search:
|
search:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user