Skip to content

Commit 7790093

Browse files
authored
[ML-DataFrame] Muting tests for backport (#44850)
Mutes data frame BWC tests prior to backporting #44768
1 parent 74d7fa8 commit 7790093

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/44768
36
- do:
47
cluster.health:
58
index: "dataframe-transform-airline-data"
@@ -106,6 +109,9 @@
106109

107110
---
108111
"Test put continuous data frame transform on mixed cluster":
112+
- skip:
113+
version: "7.4.0 - "
114+
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44768
109115
- do:
110116
cluster.health:
111117
index: "dataframe-transform-airline-data-cont"
@@ -168,6 +174,9 @@
168174

169175
---
170176
"Test GET, start, and stop old cluster batch transforms":
177+
- skip:
178+
version: "7.4.0 - "
179+
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44768
171180
- do:
172181
cluster.health:
173182
index: "dataframe-transform-airline-data"
@@ -245,6 +254,9 @@
245254

246255
---
247256
"Test GET, stop, start, old continuous transforms":
257+
- skip:
258+
version: "7.4.0 - "
259+
reason: waiting backport of https://github.com/elastic/elasticsearch/pull/44768
248260
- do:
249261
cluster.health:
250262
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/44768
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/44768
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/44768
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/44768
165171
- do:
166172
data_frame.get_data_frame_transform:
167173
transform_id: "old-simple-continuous-transform"

0 commit comments

Comments
 (0)