Skip to content

Commit 4082957

Browse files
authored
[TEST] Unmute ML BWC tests (#52142)
Now that #52009 is merged to 7.x the ML BWC tests should work again. Relates #52009
1 parent eb56c27 commit 4082957

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/30_ml_jobs_crud.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
"Test get old cluster job":
3-
- skip:
4-
version: "7.7.0 - "
5-
reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009
63
- do:
74
ml.get_jobs:
85
job_id: old-cluster-job
@@ -40,9 +37,6 @@
4037

4138
---
4239
"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
4640
- do:
4741
ml.get_job_stats:
4842
job_id: old-cluster-job-with-ts
@@ -57,9 +51,6 @@
5751

5852
---
5953
"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
6354
- do:
6455
ml.get_jobs:
6556
job_id: old-cluster-categorization-job
@@ -97,9 +88,6 @@
9788

9889
---
9990
"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
10391
- do:
10492
ml.put_job:
10593
job_id: mixed-cluster-job
@@ -152,9 +140,7 @@
152140

153141
---
154142
"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+
158144
- do:
159145
ml.get_jobs:
160146
job_id: job-with-old-rules

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/30_ml_jobs_crud.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ setup:
88

99
---
1010
"Test open old jobs":
11-
- skip:
12-
version: "7.7.0 - "
13-
reason: waiting merge of https://github.com/elastic/elasticsearch/pull/52009
1411
- do:
1512
ml.open_job:
1613
job_id: old-cluster-job
@@ -114,9 +111,6 @@ setup:
114111

115112
---
116113
"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
120114
- do:
121115
ml.get_job_stats:
122116
job_id: old-cluster-job-with-ts
@@ -141,9 +135,6 @@ setup:
141135

142136
---
143137
"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
147138
- do:
148139
ml.get_jobs:
149140
job_id: job-with-old-rules
@@ -153,9 +144,6 @@ setup:
153144

154145
---
155146
"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
159147
- do:
160148
ml.get_jobs:
161149
job_id: old-cluster-function-shortcut-expansion

0 commit comments

Comments
 (0)