Skip to content

Commit 3c25005

Browse files
authored
Update the Skip version in hidden index YAML tests (#53641)
This commit adjusts the version ranges used for the _cat API hidden index/alias tests.
1 parent 1f439a2 commit 3c25005

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/cat.aliases/40_hidden.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
"Test cat aliases output with a hidden index with a hidden alias":
33
- skip:
4-
version: "- 7.99.99"
4+
version: "- 7.6.99"
55
reason: "hidden indices and aliases were added in 7.7.0"
6-
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248
76

87
- do:
98
indices.create:
@@ -59,9 +58,8 @@
5958
---
6059
"Test cat aliases output with a hidden index with a visible alias":
6160
- skip:
62-
version: "- 7.99.99"
61+
version: "- 7.6.99"
6362
reason: "hidden indices and aliases were added in 7.7.0"
64-
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248
6563

6664
- do:
6765
indices.create:
@@ -106,9 +104,8 @@
106104
---
107105
"Test cat aliases output with a visible index with a hidden alias":
108106
- skip:
109-
version: "- 7.99.99"
107+
version: "- 7.6.99"
110108
reason: "hidden indices and aliases were added in 7.7.0"
111-
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248
112109

113110
- do:
114111
indices.create:

rest-api-spec/src/main/resources/rest-api-spec/test/cat.indices/20_hidden.yml

+5-10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
"Test cat indices output for hidden index":
33
- skip:
4-
version: "- 7.99.99"
4+
version: "- 7.6.99"
55
reason: "hidden indices were added in 7.7.0"
6-
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248
76
- do:
87
indices.create:
98
index: index1
@@ -40,9 +39,8 @@
4039
---
4140
"Test cat indices output for dot-hidden index and dot-prefixed pattern":
4241
- skip:
43-
version: "- 7.99.99"
42+
version: "- 7.6.99"
4443
reason: "hidden indices were added in 7.7.0"
45-
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248
4644
- do:
4745
indices.create:
4846
index: .index1
@@ -79,9 +77,8 @@
7977
---
8078
"Test cat indices output with a hidden index with a visible alias":
8179
- skip:
82-
version: "- 7.99.99"
80+
version: "- 7.6.99"
8381
reason: "hidden indices were added in 7.7.0"
84-
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248
8582

8683
- do:
8784
indices.create:
@@ -142,9 +139,8 @@
142139
---
143140
"Test cat indices output with a hidden index with a hidden alias":
144141
- skip:
145-
version: "- 7.99.99"
142+
version: "- 7.6.99"
146143
reason: "hidden indices and aliases were added in 7.7.0"
147-
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248
148144

149145
- do:
150146
indices.create:
@@ -203,9 +199,8 @@
203199
---
204200
"Test cat indices output with a hidden index, dot-hidden alias and dot pattern":
205201
- skip:
206-
version: "- 7.99.99"
202+
version: "- 7.6.99"
207203
reason: "hidden indices and aliases were added in 7.7.0"
208-
# TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248
209204

210205
- do:
211206
indices.create:

0 commit comments

Comments
 (0)