Skip to content

Commit d797b60

Browse files
committed
[Transform] Unmute fixed tests
There were a batch of transform tests that were failing due to lingering tasks. These should now be fixed. Relate elastic#129851 Resolve elastic#125975 Resolve elastic#126270 Resolve elastic#126567 Resolve elastic#126568 Resolve elastic#126863
1 parent 58e7dd6 commit d797b60

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

muted-tests.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@ tests:
194194
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
195195
method: test {p0=ml/start_data_frame_analytics/Test start given dest index is not empty}
196196
issue: https://github.com/elastic/elasticsearch/issues/125909
197-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
198-
method: test {p0=transform/transforms_stats/Test get transform stats with timeout}
199-
issue: https://github.com/elastic/elasticsearch/issues/125975
200197
- class: org.elasticsearch.action.RejectionActionIT
201198
method: testSimulatedSearchRejectionLoad
202199
issue: https://github.com/elastic/elasticsearch/issues/125901
@@ -206,9 +203,6 @@ tests:
206203
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
207204
method: test {p0=transform/transforms_reset/Test force reseting a running transform}
208205
issue: https://github.com/elastic/elasticsearch/issues/126240
209-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
210-
method: test {p0=transform/transforms_stats/Test get transform stats}
211-
issue: https://github.com/elastic/elasticsearch/issues/126270
212206
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
213207
method: test {p0=ml/start_data_frame_analytics/Test start classification analysis when the dependent variable cardinality is too low}
214208
issue: https://github.com/elastic/elasticsearch/issues/126299
@@ -227,12 +221,6 @@ tests:
227221
- class: org.elasticsearch.smoketest.MlWithSecurityIT
228222
method: test {yaml=ml/get_trained_model_stats/Test get stats given trained models}
229223
issue: https://github.com/elastic/elasticsearch/issues/126510
230-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
231-
method: test {p0=transform/transforms_stats/Test get multiple transform stats}
232-
issue: https://github.com/elastic/elasticsearch/issues/126567
233-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
234-
method: test {p0=transform/transforms_stats/Test get single transform stats when it does not have a task}
235-
issue: https://github.com/elastic/elasticsearch/issues/126568
236224
- class: org.elasticsearch.repositories.blobstore.testkit.rest.SnapshotRepoTestKitClientYamlTestSuiteIT
237225
method: test {p0=/10_analyze/Analysis without details}
238226
issue: https://github.com/elastic/elasticsearch/issues/126569
@@ -242,9 +230,6 @@ tests:
242230
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
243231
method: test {p0=transform/transforms_start_stop/Test start/stop/start continuous transform}
244232
issue: https://github.com/elastic/elasticsearch/issues/126755
245-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
246-
method: test {p0=transform/transforms_stats/Test get multiple transform stats where one does not have a task}
247-
issue: https://github.com/elastic/elasticsearch/issues/126863
248233
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
249234
method: test {p0=ml/inference_crud/Test delete given unused trained model}
250235
issue: https://github.com/elastic/elasticsearch/issues/126881

0 commit comments

Comments
 (0)