mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-30 11:58:36 +00:00
Only run the unmapped+missing tests on 5.2+.
This commit is contained in:
parent
eb7450bcdc
commit
70594a66c7
@ -469,6 +469,10 @@ setup:
|
|||||||
---
|
---
|
||||||
"Unmapped strings":
|
"Unmapped strings":
|
||||||
|
|
||||||
|
- skip:
|
||||||
|
version: " - 5.1.99"
|
||||||
|
reason: Unmapped fields handling with value_type was added in 5.2
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test_1
|
index: test_1
|
||||||
@ -494,6 +498,10 @@ setup:
|
|||||||
---
|
---
|
||||||
"Unmapped booleans":
|
"Unmapped booleans":
|
||||||
|
|
||||||
|
- skip:
|
||||||
|
version: " - 5.1.99"
|
||||||
|
reason: Unmapped fields handling with value_type was added in 5.2
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test_1
|
index: test_1
|
||||||
@ -521,6 +529,10 @@ setup:
|
|||||||
---
|
---
|
||||||
"Unmapped dates":
|
"Unmapped dates":
|
||||||
|
|
||||||
|
- skip:
|
||||||
|
version: " - 5.1.99"
|
||||||
|
reason: Unmapped fields handling with value_type was added in 5.2
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test_1
|
index: test_1
|
||||||
@ -548,6 +560,10 @@ setup:
|
|||||||
---
|
---
|
||||||
"Unmapped longs":
|
"Unmapped longs":
|
||||||
|
|
||||||
|
- skip:
|
||||||
|
version: " - 5.1.99"
|
||||||
|
reason: Unmapped fields handling with value_type was added in 5.2
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test_1
|
index: test_1
|
||||||
@ -573,6 +589,10 @@ setup:
|
|||||||
---
|
---
|
||||||
"Unmapped doubles":
|
"Unmapped doubles":
|
||||||
|
|
||||||
|
- skip:
|
||||||
|
version: " - 5.1.99"
|
||||||
|
reason: Unmapped fields handling with value_type was added in 5.2
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
index:
|
index:
|
||||||
index: test_1
|
index: test_1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user