Skip to content
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ Copyright OpenSearch Contributors. See [NOTICE](NOTICE.txt) for details.
OpenSearch is a registered trademark of Amazon Web Services.

OpenSearch includes certain Apache-licensed Elasticsearch code from Elasticsearch B.V. and other source code. Elasticsearch B.V. is not the source of that other source code. ELASTICSEARCH is a registered trademark of Elasticsearch B.V.

Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
"get cluster stats returns analysis stats":

- skip:
version: " - 7.6.99"
reason: "analysis stats are added for v7.7.0"

- do:
cluster.stats: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ setup:

---
"Test use_field":
- skip:
version: " - 7.1.99"
reason: "Implemented in 7.2"
- do:
search:
index: test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ setup:
index: [test, other]
---
"Simple Composite aggregation with GeoTile grid":
- skip:
version: " - 7.4.99"
reason: geotile_grid is not supported until 7.5.0
- do:
search:
rest_total_hits_as_int: true
Expand Down Expand Up @@ -127,9 +124,6 @@ setup:

---
"Simple Composite aggregation with geotile grid add aggregate after":
- skip:
version: " - 7.4.99"
reason: geotile_grid is not supported until 7.5.0
- do:
search:
index: test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
"Script errors contain position":
- skip:
version: " - 7.7.0"
reason: "position introduced in 7.7"


- do:
catch: /compile error/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,7 @@

---
"Script Score With Highlight":
- skip:
version: " - 7.4.0"
reason: "highlight for script_score was introduced in 7.4.1"


- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Integration tests for ScriptScoreQuery using Painless

setup:
- skip:
version: " - 7.1.99"
reason: "random score function of script score was added in 7.2"

---
"Random score function with _seq_no field":
- do:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
setup:
- skip:
version: " - 7.1.99"
reason: "added in 7.2.0"

- do:
indices.create:
index: test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
setup:
- skip:
version: " - 7.1.99"
reason: "added in 7.2.0"

- do:
indices.create:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ setup:

---
teardown:
- skip:
version: " - 7.6.99"
reason: "implemented in 7.7.0"


- do:
cluster.put_settings:
Expand Down Expand Up @@ -68,9 +66,7 @@ teardown:

---
"HasChild disallow expensive queries":
- skip:
version: " - 7.6.99"
reason: "implemented in 7.7.0"


### Update setting to false
- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ setup:

---
teardown:
- skip:
version: " - 7.6.99"
reason: "implemented in 7.7.0"


- do:
cluster.put_settings:
Expand Down Expand Up @@ -100,9 +98,7 @@ teardown:

---
"HasChild disallow expensive queries":
- skip:
version: " - 7.6.99"
reason: "implemented in 7.7.0"


### Update setting to false
- do:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
setup:
- skip:
version: " - 7.5.99"
reason: "The bug was corrected from 7.6"

- do:
indices.create:
Expand Down Expand Up @@ -46,9 +43,7 @@ setup:

---
teardown:
- skip:
version: " - 7.6.99"
reason: "implemented in 7.7.0"


- do:
cluster.put_settings:
Expand All @@ -58,9 +53,6 @@ teardown:

---
"Test two sub-queries with only one having inner_hits":
- skip:
version: " - 7.5.99"
reason: "The bug was corrected from 7.6"

- do:
search:
Expand All @@ -87,9 +79,7 @@ teardown:

---
"HasParent disallow expensive queries":
- skip:
version: " - 7.6.99"
reason: "implemented in 7.7.0"


### Update setting to false
- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@
---
"Limit by size":
- skip:
version: " - 7.2.99"
reason: "deprecation warnings only emitted on 7.3+"
features: allowed_warnings

- do:
Expand Down Expand Up @@ -365,9 +363,6 @@

---
"Limit by max_docs in URL":
- skip:
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"

- do:
index:
Expand Down Expand Up @@ -408,9 +403,6 @@

---
"Limit by max_docs in body":
- skip:
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"

- do:
index:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@

---
"invalid max_docs fails":
- skip:
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"

- do:
index:
Expand All @@ -68,9 +65,7 @@

---
"both max_docs and size fails":
- skip:
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"


- do:
index:
Expand All @@ -89,9 +84,7 @@

---
"max_docs shoule be greater than slices":
- skip:
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"


- do:
index:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@

---
"invalid max_docs in body fails":
- skip:
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"


- do:
index:
Expand All @@ -134,9 +132,7 @@

---
"max_docs shoule be greater than slices":
- skip:
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"


- do:
index:
Expand All @@ -156,9 +152,7 @@

---
"invalid max_docs in URL fails":
- skip:
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"


- do:
index:
Expand All @@ -177,9 +171,7 @@

---
"inconsistent max_docs and size fails":
- skip:
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"


- do:
index:
Expand All @@ -199,9 +191,7 @@

---
"inconsistent max_docs in body and max_docs in URL fails":
- skip:
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"


- do:
index:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
---
"Sorting and size combined":
- skip:
version: " - 7.2.99"
reason: "size deprecation warnings only emitted on 7.3+, but sort deprecated in 7.6"
features: allowed_warnings

- do:
Expand Down Expand Up @@ -125,8 +123,6 @@
---
"Sorting and max_docs in body combined":
- skip:
version: " - 7.5.99"
reason: "max_docs introduced in 7.3.0, but sort deprecated in 7.6"
features: "allowed_warnings"

- do:
Expand Down Expand Up @@ -172,8 +168,6 @@
---
"Sorting deprecated wait_for_completion false":
- skip:
version: " - 7.5.99"
reason: "sort deprecated in 7.6"
features: "allowed_warnings"

- do:
Expand Down Expand Up @@ -206,9 +200,6 @@

---
"max_docs in URL":
- skip:
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"

- do:
index:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,6 @@

---
"Reindex from remote with max_docs":
- skip:
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"

- do:
index:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@
---
"Limit by size":
- skip:
version: " - 7.2.99"
reason: "deprecation warnings only emitted on 7.3+"
features: allowed_warnings

- do:
Expand Down Expand Up @@ -278,9 +276,6 @@

---
"Limit by max_docs in URL":
- skip:
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"

- do:
index:
Expand Down Expand Up @@ -308,9 +303,6 @@

---
"Limit by max_docs in body":
- skip:
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"

- do:
index:
Expand Down
Loading
Loading