|
156 | 156 | transform_id: "mixed-simple-continuous-transform" |
157 | 157 | - match: { count: 1 } |
158 | 158 | - match: { transforms.0.id: "mixed-simple-continuous-transform" } |
159 | | - - match: { transforms.0.state: "/started|indexing/" } |
| 159 | + # Since we are breaking the stats format between 7.3 and 7.4 (allowed because we're beta) we cannot |
| 160 | + # assert on state in the mixed cluster as it could be state at the top level or state.task_state |
| 161 | + #- match: { transforms.0.state: "/started|indexing/" } |
160 | 162 |
|
161 | 163 | - do: |
162 | 164 | data_frame_transform_deprecated.stop_transform: |
|
169 | 171 | transform_id: "mixed-simple-continuous-transform" |
170 | 172 | - match: { count: 1 } |
171 | 173 | - match: { transforms.0.id: "mixed-simple-continuous-transform" } |
172 | | - - match: { transforms.0.state: "stopped" } |
| 174 | + # Since we are breaking the stats format between 7.3 and 7.4 (allowed because we're beta) we cannot |
| 175 | + # assert on state in the mixed cluster as it could be state at the top level or state.task_state |
| 176 | + #- match: { transforms.0.state: "stopped" } |
173 | 177 |
|
174 | 178 | --- |
175 | 179 | "Test GET, start, and stop old cluster batch transforms": |
|
282 | 286 | transform_id: "old-simple-continuous-transform" |
283 | 287 | - match: { count: 1 } |
284 | 288 | - match: { transforms.0.id: "old-simple-continuous-transform" } |
285 | | - - match: { transforms.0.state: "/started|indexing/" } |
| 289 | + # Since we are breaking the stats format between 7.3 and 7.4 (allowed because we're beta) we cannot |
| 290 | + # assert on state in the mixed cluster as it could be state at the top level or state.task_state |
| 291 | + #- match: { transforms.0.state: "/started|indexing/" } |
286 | 292 |
|
287 | 293 | - do: |
288 | 294 | data_frame_transform_deprecated.stop_transform: |
|
295 | 301 | transform_id: "old-simple-continuous-transform" |
296 | 302 | - match: { count: 1 } |
297 | 303 | - match: { transforms.0.id: "old-simple-continuous-transform" } |
298 | | - - match: { transforms.0.state: "stopped" } |
| 304 | + # Since we are breaking the stats format between 7.3 and 7.4 (allowed because we're beta) we cannot |
| 305 | + # assert on state in the mixed cluster as it could be state at the top level or state.task_state |
| 306 | + #- match: { transforms.0.state: "stopped" } |
0 commit comments