File tree 11 files changed +20
-20
lines changed
modules/lang-painless/src/test/resources/rest-api-spec/test/painless
rest-api-spec/src/main/resources/rest-api-spec/test
plugin/src/test/resources/rest-api-spec/test
qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster
11 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 2
2
3
3
setup :
4
4
- skip :
5
- version : " - 7.09 .99"
6
- reason : " random score function of script score was added in 7.1 "
5
+ version : " - 7.1 .99"
6
+ reason : " random score function of script score was added in 7.2 "
7
7
8
8
---
9
9
" Random score function with _seq_no field " :
Original file line number Diff line number Diff line change 85
85
---
86
86
" Close index response with result per index " :
87
87
- skip :
88
- version : " - 7.99 .99"
89
- reason : " close index response reports result per index starting version 8.0 .0"
88
+ version : " - 7.2 .99"
89
+ reason : " close index response reports result per index starting version 7.3 .0"
90
90
91
91
- do :
92
92
indices.create :
Original file line number Diff line number Diff line change 13
13
---
14
14
" Validate query api " :
15
15
- skip :
16
- version : ' - 7.99 .99'
17
- reason : message changed in 8.0 .0
16
+ version : ' - 7.6 .99'
17
+ reason : message changed in 7.7 .0
18
18
19
19
- do :
20
20
indices.validate_query :
Original file line number Diff line number Diff line change @@ -775,7 +775,7 @@ setup:
775
775
---
776
776
" Mixed ip and unmapped fields " :
777
777
- skip :
778
- version : " - 7.99 .99"
778
+ version : " - 7.5 .99"
779
779
reason : This will fail against 7.x until the fix is backported there
780
780
# It is important that the index *without* the ip field be sorted *before*
781
781
# the index *with* the ip field because that has caused bugs in the past.
Original file line number Diff line number Diff line change 1
1
setup :
2
2
- skip :
3
- version : " - 7.99 .99" # TODO change this after backport
4
- reason : These new error messages were added in 7.1
3
+ version : " - 7.1 .99"
4
+ reason : These new error messages were added in 7.2
5
5
6
6
- do :
7
7
indices.create :
Original file line number Diff line number Diff line change 141
141
---
142
142
' Misspelled fields get "did you mean" ' :
143
143
- skip :
144
- version : " - 7.99 .99"
144
+ version : " - 7.6 .99"
145
145
reason : Implemented in 8.0 (to be backported to 7.7)
146
146
- do :
147
147
catch : /\[significant_terms\] unknown field \[jlp\] did you mean \[jlh\]\?/
Original file line number Diff line number Diff line change 41
41
---
42
42
" Create a snapshot and clean up repository " :
43
43
- skip :
44
- version : " - 7.99 .99"
45
- reason : cleanup introduced in 8.0
44
+ version : " - 7.3 .99"
45
+ reason : cleanup introduced in 7.4
46
46
47
47
- do :
48
48
snapshot.cleanup_repository :
Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ setup:
157
157
---
158
158
" Get snapshot info with metadata " :
159
159
- skip :
160
- version : " - 7.9 .99"
161
- reason : " https://github.com/elastic/elasticsearch/pull/41281 not yet backported to 7.x "
160
+ version : " - 7.2 .99"
161
+ reason : " Introduced with 7.3 "
162
162
163
163
- do :
164
164
indices.create :
Original file line number Diff line number Diff line change 10
10
---
11
11
" Usage stats on frozen indices " :
12
12
- skip :
13
- version : " - 7.9 .99"
14
- reason : " frozen indices have usage stats starting in version 8.0.0 "
13
+ version : " - 7.3 .99"
14
+ reason : " frozen indices have usage stats starting in version 7.4 "
15
15
16
16
- do :
17
17
index :
Original file line number Diff line number Diff line change 2
2
" cluster stats with voting only node stats " :
3
3
4
4
- skip :
5
- version : " - 7.99 .99"
6
- reason : " voting only nodes are added in v8.0.0 "
5
+ version : " - 7.2 .99"
6
+ reason : " voting only nodes are added in v7.3 "
7
7
8
8
- do :
9
9
cluster.stats : {}
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ setup:
123
123
---
124
124
" Put job and datafeed with aggs in old cluster - deprecated interval with warning " :
125
125
- skip :
126
- version : " - 7.99 .99" # TODO change this after backport
127
- reason : calendar_interval introduced in 7.1 .0
126
+ version : " - 7.1 .99"
127
+ reason : calendar_interval introduced in 7.2 .0
128
128
features : warnings
129
129
130
130
- do :
You can’t perform that action at this time.
0 commit comments