File tree 2 files changed +8
-16
lines changed
rest-api-spec/src/main/resources/rest-api-spec/test
2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
" Test cat aliases output with a hidden index with a hidden alias " :
3
3
- skip :
4
- version : " - 7.99 .99"
4
+ version : " - 7.6 .99"
5
5
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
7
6
8
7
- do :
9
8
indices.create :
59
58
---
60
59
" Test cat aliases output with a hidden index with a visible alias " :
61
60
- skip :
62
- version : " - 7.99 .99"
61
+ version : " - 7.6 .99"
63
62
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
65
63
66
64
- do :
67
65
indices.create :
106
104
---
107
105
" Test cat aliases output with a visible index with a hidden alias " :
108
106
- skip :
109
- version : " - 7.99 .99"
107
+ version : " - 7.6 .99"
110
108
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
112
109
113
110
- do :
114
111
indices.create :
Original file line number Diff line number Diff line change 1
1
---
2
2
" Test cat indices output for hidden index " :
3
3
- skip :
4
- version : " - 7.99 .99"
4
+ version : " - 7.6 .99"
5
5
reason : " hidden indices were added in 7.7.0"
6
- # TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248
7
6
- do :
8
7
indices.create :
9
8
index : index1
40
39
---
41
40
" Test cat indices output for dot-hidden index and dot-prefixed pattern " :
42
41
- skip :
43
- version : " - 7.99 .99"
42
+ version : " - 7.6 .99"
44
43
reason : " hidden indices were added in 7.7.0"
45
- # TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248
46
44
- do :
47
45
indices.create :
48
46
index : .index1
79
77
---
80
78
" Test cat indices output with a hidden index with a visible alias " :
81
79
- skip :
82
- version : " - 7.99 .99"
80
+ version : " - 7.6 .99"
83
81
reason : " hidden indices were added in 7.7.0"
84
- # TODO: Update this in/after backport of https://github.com/elastic/elasticsearch/pull/53248
85
82
86
83
- do :
87
84
indices.create :
142
139
---
143
140
" Test cat indices output with a hidden index with a hidden alias " :
144
141
- skip :
145
- version : " - 7.99 .99"
142
+ version : " - 7.6 .99"
146
143
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
148
144
149
145
- do :
150
146
indices.create :
203
199
---
204
200
" Test cat indices output with a hidden index, dot-hidden alias and dot pattern " :
205
201
- skip :
206
- version : " - 7.99 .99"
202
+ version : " - 7.6 .99"
207
203
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
209
204
210
205
- do :
211
206
indices.create :
You can’t perform that action at this time.
0 commit comments