@@ -120,26 +120,46 @@ change_password/10_basic.yml:
120
120
# Missing refreshes in the test
121
121
data_frame/transforms_start_stop.yml:
122
122
ml/index_layout.yml:
123
+ transform/transforms_start_stop.yml:
124
+ - Verify start transform reuses destination index
125
+ transform/transforms_start_stop.yml:
126
+ - Test get multiple transform stats
127
+ transform/transforms_stats.yml:
128
+ - Test get multiple transform stats
129
+ - Test get multiple transform stats where one does not have a task
123
130
124
131
# More QA tests than API tests
125
132
data_frame/transforms_stats.yml:
126
133
- Test get multiple transform stats
127
134
- Test get transform stats on missing transform
128
135
- Test get multiple transform stats where one does not have a task
136
+ ml/jobs_crud.yml:
137
+ - Test reopen job resets the finished time
129
138
130
139
# Invalid license makes subsequent tests fail
131
140
license/20_put_license.yml:
132
141
133
142
# Test tries to match on map from body, but Go keys are not sorted
134
143
ml/jobs_crud.yml:
135
144
- Test job with rules
145
+ - Test put job with model_memory_limit as number
146
+ - Test put job with model_memory_limit as string and lazy open
136
147
137
148
# Test gets stuck every time
138
149
ml/jobs_get_stats.yml:
139
150
140
- # # status_exception, Cannot process data because job [post-data-job] does not have a corresponding autodetect process
141
- # # resource_already_exists_exception, task with id {job-post-data-job} already exist
142
- # ml/post_data.yml:
151
+ # status_exception, Cannot process data because job [post-data-job] does not have a corresponding autodetect process
152
+ # resource_already_exists_exception, task with id {job-post-data-job} already exist
153
+ # status_exception, Cannot open job [start-stop-datafeed-job-foo-1] because it has already been opened
154
+ ml/post_data.yml:
155
+ - Test flush with skip_time
156
+ - Test POST data job api, flush, close and verify DataCounts doc
157
+ - Test flush and close job WITHOUT sending any data
158
+ ml/start_stop_datafeed.yml:
159
+ - Test stop given expression
160
+ transform/transforms_start_stop.yml:
161
+ - Test start transform
162
+ - Verify start transform reuses destination index
143
163
144
164
# Possible bad test setup, Cannot open job [start-stop-datafeed-job] because it has already been opened
145
165
# resource_already_exists_exception, task with id {job-start-stop-datafeed-job-foo-2} already exist
@@ -158,7 +178,8 @@ rollup/security_tests.yml:
158
178
159
179
# Test tries to match on map key, but map keys are unstable in Go
160
180
ml/data_frame_analytics_crud.yml:
161
- - "Test put with description"
181
+ - Test put with description
182
+ - Test put valid config with custom outlier detection
162
183
163
184
# TEMPORARY: Missing 'body: { indices: "test_index" }' payload, TODO: PR
164
185
snapshot/10_basic.yml:
0 commit comments