Skip to content

Commit

Permalink
Update the skip version for match_only_text field Integ tests to 2.11…
Browse files Browse the repository at this point in the history
….99 (opensearch-project#11736)

* update the skip version for integ tests to 2.11.99

Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>

* fix the version in skip section reason

Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>

---------

Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
  • Loading branch information
rishabhmaurya authored Jan 4, 2024
1 parent 1ad7a5d commit 92a73af
Show file tree
Hide file tree
Showing 19 changed files with 52 additions and 52 deletions.
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

0 comments on commit 92a73af

Please sign in to comment.