You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: 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 number
Diff line number
Diff line change
@@ -29,10 +29,6 @@
29
29
30
30
---
31
31
"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
-
36
32
- do:
37
33
ml.start_data_frame_analytics:
38
34
id: "old_cluster_outlier_detection_job"
@@ -122,10 +118,6 @@
122
118
123
119
---
124
120
"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"
Copy file name to clipboardExpand all lines: 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 number
Diff line number
Diff line change
@@ -81,9 +81,6 @@
81
81
82
82
---
83
83
"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"
87
84
- do:
88
85
ml.get_data_frame_analytics:
89
86
id: "mixed_cluster_outlier_detection_job"
@@ -102,9 +99,6 @@
102
99
103
100
---
104
101
"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"
0 commit comments