Selaa lähdekoodia

[ML-DataFrame] Muting tests for backport (#44749)

Mutes data frame BWC tests prior to backporting #44350
David Roberts 6 vuotta sitten
vanhempi
commit
6818a62d39

+ 12 - 0
x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/80_data_frame_jobs_crud.yml

@@ -1,5 +1,8 @@
 ---
 "Test put batch data frame transforms on mixed cluster":
+  - skip:
+      version: "7.4.0 - "
+      reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
   - do:
       cluster.health:
         index: "dataframe-transform-airline-data"
@@ -118,6 +121,9 @@
 
 ---
 "Test put continuous data frame transform on mixed cluster":
+  - skip:
+      version: "7.4.0 - "
+      reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
   - do:
       cluster.health:
         index: "dataframe-transform-airline-data-cont"
@@ -186,6 +192,9 @@
 
 ---
 "Test GET, start, and stop old cluster batch transforms":
+  - skip:
+      version: "7.4.0 - "
+      reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
   - do:
       cluster.health:
         index: "dataframe-transform-airline-data"
@@ -275,6 +284,9 @@
 
 ---
 "Test GET, stop, start, old continuous transforms":
+  - skip:
+      version: "7.4.0 - "
+      reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
   - do:
       cluster.health:
         index: "dataframe-transform-airline-data-cont"

+ 6 - 0
x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/old_cluster/80_data_frame_jobs_crud.yml

@@ -1,5 +1,8 @@
 ---
 "Test put batch data frame transforms on old cluster":
+  - skip:
+      version: "7.4.0 - "
+      reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
   - do:
       indices.create:
         index: dataframe-transform-airline-data
@@ -136,6 +139,9 @@
 
 ---
 "Test put continuous data frame transform on old cluster":
+  - skip:
+      version: "7.4.0 - "
+      reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
   - do:
       indices.create:
         index: dataframe-transform-airline-data-cont

+ 6 - 0
x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/80_data_frame_jobs_crud.yml

@@ -7,6 +7,9 @@ setup:
         timeout: 70s
 ---
 "Get start, stop, and delete old and mixed cluster batch data frame transforms":
+  - skip:
+      version: "7.4.0 - "
+      reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
   # Simple and complex OLD transforms
   - do:
       data_frame.get_data_frame_transform:
@@ -162,6 +165,9 @@ setup:
 
 ---
 "Test GET, stop, delete, old and mixed continuous transforms":
+  - skip:
+      version: "7.4.0 - "
+      reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
   - do:
       data_frame.get_data_frame_transform:
         transform_id: "old-simple-continuous-transform"