File tree 2 files changed +1
-27
lines changed
x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test
2 files changed +1
-27
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
" Test get old cluster job " :
3
- - skip :
4
- version : " 7.7.0 - "
5
- reason : waiting merge of https://github.com/elastic/elasticsearch/pull/52009
6
3
- do :
7
4
ml.get_jobs :
8
5
job_id : old-cluster-job
40
37
41
38
---
42
39
" Test get old cluster job's timing stats " :
43
- - skip :
44
- version : " 7.7.0 - "
45
- reason : waiting merge of https://github.com/elastic/elasticsearch/pull/52009
46
40
- do :
47
41
ml.get_job_stats :
48
42
job_id : old-cluster-job-with-ts
57
51
58
52
---
59
53
" Test get old cluster categorization job " :
60
- - skip :
61
- version : " 7.7.0 - "
62
- reason : waiting merge of https://github.com/elastic/elasticsearch/pull/52009
63
54
- do :
64
55
ml.get_jobs :
65
56
job_id : old-cluster-categorization-job
97
88
98
89
---
99
90
" Create a job in the mixed cluster and write some data " :
100
- - skip :
101
- version : " 7.7.0 - "
102
- reason : waiting merge of https://github.com/elastic/elasticsearch/pull/52009
103
91
- do :
104
92
ml.put_job :
105
93
job_id : mixed-cluster-job
152
140
153
141
---
154
142
" Test job with pre 6.4 rules " :
155
- - skip :
156
- version : " 7.7.0 - "
157
- reason : waiting merge of https://github.com/elastic/elasticsearch/pull/52009
143
+
158
144
- do :
159
145
ml.get_jobs :
160
146
job_id : job-with-old-rules
Original file line number Diff line number Diff line change 8
8
9
9
---
10
10
" Test open old jobs " :
11
- - skip :
12
- version : " 7.7.0 - "
13
- reason : waiting merge of https://github.com/elastic/elasticsearch/pull/52009
14
11
- do :
15
12
ml.open_job :
16
13
job_id : old-cluster-job
@@ -114,9 +111,6 @@ setup:
114
111
115
112
---
116
113
" Test get old cluster job's timing stats " :
117
- - skip :
118
- version : " 7.7.0 - "
119
- reason : waiting merge of https://github.com/elastic/elasticsearch/pull/52009
120
114
- do :
121
115
ml.get_job_stats :
122
116
job_id : old-cluster-job-with-ts
@@ -141,9 +135,6 @@ setup:
141
135
142
136
---
143
137
" Test job with pre 6.4 rules " :
144
- - skip :
145
- version : " 7.7.0 - "
146
- reason : waiting merge of https://github.com/elastic/elasticsearch/pull/52009
147
138
- do :
148
139
ml.get_jobs :
149
140
job_id : job-with-old-rules
@@ -153,9 +144,6 @@ setup:
153
144
154
145
---
155
146
" Test get job with function shortcut should expand " :
156
- - skip :
157
- version : " 7.7.0 - "
158
- reason : waiting merge of https://github.com/elastic/elasticsearch/pull/52009
159
147
- do :
160
148
ml.get_jobs :
161
149
job_id : old-cluster-function-shortcut-expansion
You can’t perform that action at this time.
0 commit comments