Skip to content

Commit 08b4c29

Browse files
authored
Enable ML dataframe analytics tests (#64723)
After merging _doc_count PR in 7.x (#64594), we can enable the skipped ML dataframe analytics. Those tests had been broken after merging #64503 in master
1 parent 038fc35 commit 08b4c29

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

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

-8
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929

3030
---
3131
"Start and stop old outlier_detection job":
32-
- skip:
33-
version: " - 7.99.99"
34-
reason: "_doc_count field is currently implemented only in 8.x"
35-
3632
- do:
3733
ml.start_data_frame_analytics:
3834
id: "old_cluster_outlier_detection_job"
@@ -122,10 +118,6 @@
122118

123119
---
124120
"Put an outlier_detection job on the mixed cluster":
125-
- skip:
126-
version: " - 7.99.99"
127-
reason: "_doc_count field is currently implemented only in 8.x"
128-
129121
- do:
130122
ml.put_data_frame_analytics:
131123
id: "mixed_cluster_outlier_detection_job"

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

-6
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@
8181

8282
---
8383
"Get mixed cluster outlier_detection job":
84-
- skip:
85-
version: " - 8.00.00"
86-
reason: "_doc_count field is currently implemented only in 8.x"
8784
- do:
8885
ml.get_data_frame_analytics:
8986
id: "mixed_cluster_outlier_detection_job"
@@ -102,9 +99,6 @@
10299

103100
---
104101
"Get mixed cluster outlier_detection job stats":
105-
- skip:
106-
version: " - 8.00.00"
107-
reason: "_doc_count field is currently implemented only in 8.x"
108102
- do:
109103
ml.get_data_frame_analytics_stats:
110104
id: "mixed_cluster_outlier_detection_job"

0 commit comments

Comments
 (0)