Skip to content

Commit 039da97

Browse files
author
Hendrik Muhs
authored
rename data frame tests to transform tests (#49361)
rename files and tests in rolling upgrade tests to transform
1 parent 38de033 commit 039da97

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

x-pack/qa/rolling-upgrade/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ for (Version bwcVersion : bwcVersions.wireCompatible) {
132132
'mixed_cluster/40_ml_datafeed_crud/Put job and datafeed in mixed cluster',
133133
'mixed_cluster/40_ml_datafeed_crud/Put job and datafeed without aggs in mixed cluster',
134134
'mixed_cluster/40_ml_datafeed_crud/Put job and datafeed with aggs in mixed cluster',
135-
'mixed_cluster/80_data_frame_jobs_crud/Test put batch data frame transforms on mixed cluster',
136-
'mixed_cluster/80_data_frame_jobs_crud/Test put continuous data frame transform on mixed cluster',
135+
'mixed_cluster/80_transform_jobs_crud/Test put batch transform on mixed cluster',
136+
'mixed_cluster/80_transform_jobs_crud/Test put continuous transform on mixed cluster',
137137
'mixed_cluster/90_ml_data_frame_analytics_crud/Put an outlier_detection job on the mixed cluster'
138138
].join(',')
139139
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"Test put batch data frame transforms on mixed cluster":
2+
"Test put batch transform on mixed cluster":
33
- do:
44
cluster.health:
55
index: "transform-airline-data"
@@ -105,7 +105,7 @@
105105
- match: { transforms.0.state: "stopped" }
106106

107107
---
108-
"Test put continuous data frame transform on mixed cluster":
108+
"Test put continuous transform on mixed cluster":
109109
- do:
110110
cluster.health:
111111
index: "transform-airline-data-cont"
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"Test put batch data frame transforms on old cluster":
2+
"Test put batch transform on old cluster":
33
- do:
44
indices.create:
55
index: transform-airline-data
@@ -135,7 +135,7 @@
135135
- match: { transforms.0.id: "old-complex-transform" }
136136

137137
---
138-
"Test put continuous data frame transform on old cluster":
138+
"Test put continuous transform on old cluster":
139139
- do:
140140
indices.create:
141141
index: transform-airline-data-cont
+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ setup:
66
# wait for long enough that we give delayed unassigned shards to stop being delayed
77
timeout: 70s
88
---
9-
"Get start, stop, and delete old cluster batch data frame transforms":
9+
"Get start, stop, and delete old cluster batch transform":
1010
# Simple and complex OLD transforms
1111
- do:
1212
transform.get_transform:
@@ -85,7 +85,7 @@ setup:
8585
- match: { count: 0 }
8686

8787
---
88-
"Get start, stop mixed cluster batch data frame transforms":
88+
"Get start, stop mixed cluster batch transform":
8989
# Simple and complex Mixed cluster transforms
9090
- do:
9191
transform.get_transform:

0 commit comments

Comments
 (0)