mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-19 19:35:02 +00:00
Adjust bwc version for exists query tests
This commit is contained in:
parent
b9896465cd
commit
2f65f3aaa7
@ -584,7 +584,7 @@ setup:
|
||||
---
|
||||
"Test exists query on _uid field":
|
||||
- skip:
|
||||
version: " - 6.1.0"
|
||||
version: " - 6.0.99"
|
||||
reason: exists on _uid not supported prior to 6.1.0
|
||||
- do:
|
||||
search:
|
||||
@ -599,7 +599,7 @@ setup:
|
||||
---
|
||||
"Test exists query on _index field":
|
||||
- skip:
|
||||
version: " - 6.1.0"
|
||||
version: " - 6.0.99"
|
||||
reason: exists on _index not supported prior to 6.1.0
|
||||
- do:
|
||||
search:
|
||||
@ -614,7 +614,7 @@ setup:
|
||||
---
|
||||
"Test exists query on _type field":
|
||||
- skip:
|
||||
version: " - 6.1.0"
|
||||
version: " - 6.0.99"
|
||||
reason: exists on _type not supported prior to 6.1.0
|
||||
- do:
|
||||
search:
|
||||
@ -653,7 +653,7 @@ setup:
|
||||
---
|
||||
"Test exists query on _source field":
|
||||
- skip:
|
||||
version: " - 6.1.0"
|
||||
version: " - 6.0.99"
|
||||
reason: exists on _source not supported prior to 6.1.0
|
||||
- do:
|
||||
catch: /query_shard_exception/
|
||||
|
Loading…
x
Reference in New Issue
Block a user