Skip to content

Commit 8dbf800

Browse files
rgsriramSriram Ganesh
andauthored
Remove skip tags for version 7.x from yamlRestTests (#17919)
--------- Signed-off-by: Sriram Ganesh <srignsh22@gmail.com> Signed-off-by: Sriram Ganesh <sriram_ganesh@apple.com> Co-authored-by: Sriram Ganesh <sriram_ganesh@apple.com>
1 parent 37878a6 commit 8dbf800

File tree

99 files changed

+91
-581
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+91
-581
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ Copyright OpenSearch Contributors. See [NOTICE](NOTICE.txt) for details.
6161
OpenSearch is a registered trademark of Amazon Web Services.
6262

6363
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.
64+

modules/analysis-common/src/yamlRestTest/resources/rest-api-spec/test/cluster.stats/10_analysis_stats.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
"get cluster stats returns analysis stats":
33

4-
- skip:
5-
version: " - 7.6.99"
6-
reason: "analysis stats are added for v7.7.0"
74

85
- do:
96
cluster.stats: {}

modules/analysis-common/src/yamlRestTest/resources/rest-api-spec/test/search.query/70_intervals.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ setup:
2222

2323
---
2424
"Test use_field":
25-
- skip:
26-
version: " - 7.1.99"
27-
reason: "Implemented in 7.2"
2825
- do:
2926
search:
3027
index: test

modules/geo/src/yamlRestTest/resources/rest-api-spec/test/geo_shape/230_composite.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ setup:
8383
index: [test, other]
8484
---
8585
"Simple Composite aggregation with GeoTile grid":
86-
- skip:
87-
version: " - 7.4.99"
88-
reason: geotile_grid is not supported until 7.5.0
8986
- do:
9087
search:
9188
rest_total_hits_as_int: true
@@ -127,9 +124,6 @@ setup:
127124

128125
---
129126
"Simple Composite aggregation with geotile grid add aggregate after":
130-
- skip:
131-
version: " - 7.4.99"
132-
reason: geotile_grid is not supported until 7.5.0
133127
- do:
134128
search:
135129
index: test

modules/lang-painless/src/yamlRestTest/resources/rest-api-spec/test/painless/17_update_error.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
"Script errors contain position":
3-
- skip:
4-
version: " - 7.7.0"
5-
reason: "position introduced in 7.7"
3+
64

75
- do:
86
catch: /compile error/

modules/lang-painless/src/yamlRestTest/resources/rest-api-spec/test/painless/80_script_score.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,7 @@
500500

501501
---
502502
"Script Score With Highlight":
503-
- skip:
504-
version: " - 7.4.0"
505-
reason: "highlight for script_score was introduced in 7.4.1"
503+
506504

507505
- do:
508506
indices.create:

modules/lang-painless/src/yamlRestTest/resources/rest-api-spec/test/painless/85_script_score_random_score.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Integration tests for ScriptScoreQuery using Painless
22

3-
setup:
4-
- skip:
5-
version: " - 7.1.99"
6-
reason: "random score function of script score was added in 7.2"
7-
83
---
94
"Random score function with _seq_no field":
105
- do:

modules/mapper-extras/src/yamlRestTest/resources/rest-api-spec/test/search-as-you-type/10_basic.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
setup:
2-
- skip:
3-
version: " - 7.1.99"
4-
reason: "added in 7.2.0"
5-
62
- do:
73
indices.create:
84
index: test

modules/mapper-extras/src/yamlRestTest/resources/rest-api-spec/test/search-as-you-type/20_highlighting.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
setup:
2-
- skip:
3-
version: " - 7.1.99"
4-
reason: "added in 7.2.0"
52

63
- do:
74
indices.create:

modules/parent-join/src/yamlRestTest/resources/rest-api-spec/test/11_parent_child.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ setup:
2828

2929
---
3030
teardown:
31-
- skip:
32-
version: " - 7.6.99"
33-
reason: "implemented in 7.7.0"
31+
3432

3533
- do:
3634
cluster.put_settings:
@@ -68,9 +66,7 @@ teardown:
6866

6967
---
7068
"HasChild disallow expensive queries":
71-
- skip:
72-
version: " - 7.6.99"
73-
reason: "implemented in 7.7.0"
69+
7470

7571
### Update setting to false
7672
- do:

0 commit comments

Comments
 (0)