mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
Change BWC versions on get mapping 404s
This commit changes the BWC versions on the get mapping 404s now that this API returning 404s when a type is missing is supported since 5.5.0. Relates #23192
This commit is contained in:
parent
dcf57f296e
commit
725f6b6983
@ -1,7 +1,7 @@
|
||||
---
|
||||
"Non-existent type returns 404":
|
||||
- skip:
|
||||
version: " - 5.99.99"
|
||||
version: " - 5.5.99"
|
||||
reason: Previous versions did not 404 on missing types
|
||||
- do:
|
||||
indices.create:
|
||||
@ -26,7 +26,7 @@
|
||||
---
|
||||
"No type matching pattern returns 404":
|
||||
- skip:
|
||||
version: " - 5.99.99"
|
||||
version: " - 5.5.99"
|
||||
reason: Previous versions did not 404 on missing types
|
||||
- do:
|
||||
indices.create:
|
||||
@ -52,7 +52,7 @@
|
||||
---
|
||||
"Existent and non-existent type returns 404 and the existing type":
|
||||
- skip:
|
||||
version: " - 5.99.99"
|
||||
version: " - 5.5.99"
|
||||
reason: Previous versions did not 404 on missing types
|
||||
- do:
|
||||
indices.create:
|
||||
@ -78,7 +78,7 @@
|
||||
---
|
||||
"Existent and non-existent types returns 404 and the existing type":
|
||||
- skip:
|
||||
version: " - 5.99.99"
|
||||
version: " - 5.5.99"
|
||||
reason: Previous versions did not 404 on missing types
|
||||
- do:
|
||||
indices.create:
|
||||
|
Loading…
x
Reference in New Issue
Block a user