mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +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":
|
||||
- skip:
|
||||
version: " - 5.99.99"
|
||||
reason: mapping.single_type was added in 6.0
|
||||
version: " - 5.4.99"
|
||||
reason: mapping.single_type was added in 5.5
|
||||
|
||||
- do:
|
||||
index:
|
||||
|
@ -3,6 +3,8 @@ setup:
|
||||
indices.create:
|
||||
index: test
|
||||
body:
|
||||
settings:
|
||||
mapping.single_type: true
|
||||
mappings:
|
||||
doc:
|
||||
properties:
|
||||
@ -13,8 +15,8 @@ setup:
|
||||
---
|
||||
"Parent/child inner hits":
|
||||
- skip:
|
||||
version: " - 5.99.99"
|
||||
reason: mapping.single_type was added in 6.0
|
||||
version: " - 5.4.99"
|
||||
reason: mapping.single_type was added in 5.5
|
||||
|
||||
- do:
|
||||
index:
|
||||
|
@ -3,6 +3,8 @@ setup:
|
||||
indices.create:
|
||||
index: test
|
||||
body:
|
||||
settings:
|
||||
mapping.single_type: true
|
||||
mappings:
|
||||
doc:
|
||||
properties:
|
||||
@ -60,8 +62,8 @@ setup:
|
||||
---
|
||||
"Test basic":
|
||||
- skip:
|
||||
version: " - 5.99.99"
|
||||
reason: parent-join was added in 6.0
|
||||
version: " - 5.5.99"
|
||||
reason: parent-join was added in 5.6
|
||||
|
||||
- do:
|
||||
search:
|
||||
@ -105,8 +107,8 @@ setup:
|
||||
---
|
||||
"Test parent_id query":
|
||||
- skip:
|
||||
version: " - 5.99.99"
|
||||
reason: parent-join was added in 6.0
|
||||
version: " - 5.5.99"
|
||||
reason: parent-join was added in 5.6
|
||||
|
||||
- do:
|
||||
search:
|
||||
|
Loading…
x
Reference in New Issue
Block a user