From 632fc81173e74711235e51b94cdb4f71d920e483 Mon Sep 17 00:00:00 2001 From: Christos Soulios Date: Fri, 6 Nov 2020 16:58:35 +0200 Subject: [PATCH] Enable ML dataframe analytics tests 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 --- .../mixed_cluster/90_ml_data_frame_analytics_crud.yml | 8 -------- .../upgraded_cluster/90_ml_data_frame_analytics_crud.yml | 6 ------ 2 files changed, 14 deletions(-) diff --git a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/90_ml_data_frame_analytics_crud.yml b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/90_ml_data_frame_analytics_crud.yml index 51bb70137478b..03bf508a6e9f6 100644 --- a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/90_ml_data_frame_analytics_crud.yml +++ b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/90_ml_data_frame_analytics_crud.yml @@ -29,10 +29,6 @@ --- "Start and stop old outlier_detection job": - - skip: - version: " - 7.99.99" - reason: "_doc_count field is currently implemented only in 8.x" - - do: ml.start_data_frame_analytics: id: "old_cluster_outlier_detection_job" @@ -122,10 +118,6 @@ --- "Put an outlier_detection job on the mixed cluster": - - skip: - version: " - 7.99.99" - reason: "_doc_count field is currently implemented only in 8.x" - - do: ml.put_data_frame_analytics: id: "mixed_cluster_outlier_detection_job" diff --git a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/90_ml_data_frame_analytics_crud.yml b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/90_ml_data_frame_analytics_crud.yml index 308f696af9cf5..92fedf52a1622 100644 --- a/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/90_ml_data_frame_analytics_crud.yml +++ b/x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/90_ml_data_frame_analytics_crud.yml @@ -81,9 +81,6 @@ --- "Get mixed cluster outlier_detection job": - - skip: - version: " - 8.00.00" - reason: "_doc_count field is currently implemented only in 8.x" - do: ml.get_data_frame_analytics: id: "mixed_cluster_outlier_detection_job" @@ -102,9 +99,6 @@ --- "Get mixed cluster outlier_detection job stats": - - skip: - version: " - 8.00.00" - reason: "_doc_count field is currently implemented only in 8.x" - do: ml.get_data_frame_analytics_stats: id: "mixed_cluster_outlier_detection_job"