Skip to content

Commit 966ddbf

Browse files
authored
[Transform] Unmute fixed tests (elastic#135108)
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 67c9c41 commit 966ddbf

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
@@ -93,36 +93,21 @@ tests:
9393
- class: org.elasticsearch.xpack.core.common.notifications.AbstractAuditorTests
9494
method: testRecreateTemplateWhenDeleted
9595
issue: https://github.com/elastic/elasticsearch/issues/123232
96-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
97-
method: test {p0=transform/transforms_stats/Test get transform stats with timeout}
98-
issue: https://github.com/elastic/elasticsearch/issues/125975
9996
- class: org.elasticsearch.action.RejectionActionIT
10097
method: testSimulatedSearchRejectionLoad
10198
issue: https://github.com/elastic/elasticsearch/issues/125901
10299
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
103100
method: test {p0=transform/transforms_reset/Test force reseting a running transform}
104101
issue: https://github.com/elastic/elasticsearch/issues/126240
105-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
106-
method: test {p0=transform/transforms_stats/Test get transform stats}
107-
issue: https://github.com/elastic/elasticsearch/issues/126270
108102
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
109103
method: test {p0=transform/transforms_start_stop/Test start/stop only starts/stops specified transform}
110104
issue: https://github.com/elastic/elasticsearch/issues/126466
111-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
112-
method: test {p0=transform/transforms_stats/Test get multiple transform stats}
113-
issue: https://github.com/elastic/elasticsearch/issues/126567
114-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
115-
method: test {p0=transform/transforms_stats/Test get single transform stats when it does not have a task}
116-
issue: https://github.com/elastic/elasticsearch/issues/126568
117105
- class: org.elasticsearch.repositories.blobstore.testkit.rest.SnapshotRepoTestKitClientYamlTestSuiteIT
118106
method: test {p0=/10_analyze/Analysis without details}
119107
issue: https://github.com/elastic/elasticsearch/issues/126569
120108
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
121109
method: test {p0=transform/transforms_start_stop/Test start/stop/start continuous transform}
122110
issue: https://github.com/elastic/elasticsearch/issues/126755
123-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
124-
method: test {p0=transform/transforms_stats/Test get multiple transform stats where one does not have a task}
125-
issue: https://github.com/elastic/elasticsearch/issues/126863
126111
- class: org.elasticsearch.index.engine.CompletionStatsCacheTests
127112
method: testCompletionStatsCache
128113
issue: https://github.com/elastic/elasticsearch/issues/126910

0 commit comments

Comments
 (0)