Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update skip versions for flat_object tests #15448

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ teardown:
# and no dynamic fields were created.
"Mappings":
- skip:
version: " - 2.99.99"
reason: "flat_object is introduced in 3.0.0 in main branch"
version: " - 2.16.99"
reason: "flat_object field with null (doc 4) throws exception before 2.17"

- do:
indices.get_mapping:
Expand All @@ -131,8 +131,8 @@ teardown:
---
"Supported queries":
- skip:
version: " - 2.99.99"
reason: "flat_object is introduced in 3.0.0 in main branch"
version: " - 2.16.99"
reason: "flat_object field with null (doc 4) throws exception before 2.17"


# Verify Document Count
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ teardown:
# and no dynamic fields were created.
"Mappings":
- skip:
version: " - 2.99.99"
reason: "flat_object is introduced in 3.0.0 in main branch"
version: " - 2.6.99"
reason: "flat_object is introduced in 2.7"

- do:
indices.get_mapping:
Expand All @@ -106,8 +106,8 @@ teardown:
---
"Supported queries":
- skip:
version: " - 2.99.99"
reason: "flat_object is introduced in 3.0.0 in main branch"
version: " - 2.6.99"
reason: "flat_object is introduced in 2.7"


# Verify Document Count
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ teardown:
---
"Supported queries":
- skip:
version: " - 2.99.99"
reason: "flat_object is introduced in 3.0.0 in main branch"
version: " - 2.6.99"
reason: "flat_object is introduced in 2.7"

# Verify Document Count
- do:
Expand Down Expand Up @@ -607,8 +607,8 @@ teardown:
---
"Unsupported":
- skip:
version: " - 2.99.99"
reason: "flat_object is introduced in 3.0.0 in main branch"
version: " - 2.6.99"
reason: "flat_object is introduced in 2.7"

# Mapping parameters (such as index/search analyzers) are currently not supported
# The plan is to support them in the next version
Expand Down
Loading