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 the skip version for match_only_text field Integ tests to 2.11.99 #11736

Merged
merged 2 commits into from
Jan 4, 2024
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 @@ -2,8 +2,8 @@

"match query with stacked stems":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
# Tests the match query stemmed tokens are "stacked" on top of the unstemmed
# versions in the same position.
- do:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"ngram search":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
indices.create:
index: test
Expand Down Expand Up @@ -45,8 +45,8 @@
---
"testNGramCopyField":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
indices.create:
index: test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"ngram highlighting":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
indices.create:
index: test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"Test query string with snowball":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
indices.create:
index: test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"Test default search analyzer is applied":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
indices.create:
index: test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"Test common terms query with stacked tokens":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
features: "allowed_warnings"

- do:
Expand Down Expand Up @@ -247,8 +247,8 @@
---
"Test match query with synonyms - see #3881 for extensive description of the issue":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
indices.create:
index: test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setup:
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
indices.create:
index: test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# integration tests for intervals queries using analyzers
setup:
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
indices.create:
index: test
Expand All @@ -26,8 +26,8 @@ setup:
---
"Test use_field":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
catch: bad_request
search:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

setup:
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
indices.create:
index: test
Expand Down Expand Up @@ -122,8 +122,8 @@ setup:
---
"breaks ties by sorting terms":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
# This runs the suggester without bigrams so we can be sure of the sort order
- do:
search:
Expand Down Expand Up @@ -181,8 +181,8 @@ setup:
---
"doesn't fail when asked to run on a field without unigrams when force_unigrams=false":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
search:
rest_total_hits_as_int: true
Expand Down Expand Up @@ -213,8 +213,8 @@ setup:
---
"reverse suggestions":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
search:
rest_total_hits_as_int: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setup:
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"

- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"validate_query with query_string parameters":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
indices.create:
index: test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"Default index":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
indices.create:
index: goodbad
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"Default index":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
indices.create:
index: goodbad
Expand Down Expand Up @@ -78,8 +78,8 @@
---
"Dedup noise":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
indices.create:
index: goodbad
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setup:
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
- do:
indices.create:
index: test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setup:
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"
features: ["headers"]

- do:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"search with indexed phrases":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"

- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setup:
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"

- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
setup:
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"

- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
"Search shards aliases with and without filters":
- skip:
version: " - 2.99.99"
reason: "match_only_text was added in 3.0"
version: " - 2.11.99"
reason: "match_only_text was added in 2.12"

- do:
indices.create:
Expand Down
Loading