Skip to content

Commit 6818a62

Browse files
authored
[ML-DataFrame] Muting tests for backport (#44749)
Mutes data frame BWC tests prior to backporting #44350
1 parent 18a9ded commit 6818a62

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

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

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
"Test put batch data frame transforms on mixed cluster":
3+
- skip:
4+
version: "7.4.0 - "
5+
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
36
- do:
47
cluster.health:
58
index: "dataframe-transform-airline-data"
@@ -118,6 +121,9 @@
118121

119122
---
120123
"Test put continuous data frame transform on mixed cluster":
124+
- skip:
125+
version: "7.4.0 - "
126+
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
121127
- do:
122128
cluster.health:
123129
index: "dataframe-transform-airline-data-cont"
@@ -186,6 +192,9 @@
186192

187193
---
188194
"Test GET, start, and stop old cluster batch transforms":
195+
- skip:
196+
version: "7.4.0 - "
197+
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
189198
- do:
190199
cluster.health:
191200
index: "dataframe-transform-airline-data"
@@ -275,6 +284,9 @@
275284

276285
---
277286
"Test GET, stop, start, old continuous transforms":
287+
- skip:
288+
version: "7.4.0 - "
289+
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
278290
- do:
279291
cluster.health:
280292
index: "dataframe-transform-airline-data-cont"

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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
"Test put batch data frame transforms on old cluster":
3+
- skip:
4+
version: "7.4.0 - "
5+
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
36
- do:
47
indices.create:
58
index: dataframe-transform-airline-data
@@ -136,6 +139,9 @@
136139

137140
---
138141
"Test put continuous data frame transform on old cluster":
142+
- skip:
143+
version: "7.4.0 - "
144+
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
139145
- do:
140146
indices.create:
141147
index: dataframe-transform-airline-data-cont

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

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ setup:
77
timeout: 70s
88
---
99
"Get start, stop, and delete old and mixed cluster batch data frame transforms":
10+
- skip:
11+
version: "7.4.0 - "
12+
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
1013
# Simple and complex OLD transforms
1114
- do:
1215
data_frame.get_data_frame_transform:
@@ -162,6 +165,9 @@ setup:
162165

163166
---
164167
"Test GET, stop, delete, old and mixed continuous transforms":
168+
- skip:
169+
version: "7.4.0 - "
170+
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44350
165171
- do:
166172
data_frame.get_data_frame_transform:
167173
transform_id: "old-simple-continuous-transform"

0 commit comments

Comments
 (0)