Skip to content

Commit

Permalink
Fix muted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kderusso committed Dec 4, 2024
1 parent 00bddcb commit a040996
Showing 1 changed file with 28 additions and 58 deletions.
86 changes: 28 additions & 58 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,64 +347,6 @@ tests:
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
method: test {p0=synonyms/90_synonyms_reloading_for_synset/Reload analyzers for specific synonym set}
issue: https://github.com/elastic/elasticsearch/issues/116777
- class: org.elasticsearch.reservedstate.service.FileSettingsServiceTests
method: testStopWorksInMiddleOfProcessing
issue: https://github.com/elastic/elasticsearch/issues/117591
- class: "org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT"
method: "test {scoring.*}"
issue: https://github.com/elastic/elasticsearch/issues/117641
- class: "org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT"
method: "test {scoring.*}"
issue: https://github.com/elastic/elasticsearch/issues/117641
- class: "org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT"
method: "test {scoring.*}"
issue: https://github.com/elastic/elasticsearch/issues/117641
- class: org.elasticsearch.xpack.inference.InferenceCrudIT
method: testSupportedStream
issue: https://github.com/elastic/elasticsearch/issues/117745
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
method: test {scoring.QstrWithFieldAndScoringSortedEval}
issue: https://github.com/elastic/elasticsearch/issues/117751
- class: org.elasticsearch.search.ccs.CrossClusterIT
method: testCancel
issue: https://github.com/elastic/elasticsearch/issues/108061
- class: org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
method: test {p0=search.highlight/50_synthetic_source/text multi unified from vectors}
issue: https://github.com/elastic/elasticsearch/issues/117815
- class: org.elasticsearch.xpack.ml.integration.DatafeedJobsRestIT
issue: https://github.com/elastic/elasticsearch/issues/111319
- class: org.elasticsearch.packaging.test.ArchiveGenerateInitialCredentialsTests
method: test20NoAutoGenerationWhenAutoConfigurationDisabled
issue: https://github.com/elastic/elasticsearch/issues/117891
- class: org.elasticsearch.packaging.test.BootstrapCheckTests
method: test20RunWithBootstrapChecks
issue: https://github.com/elastic/elasticsearch/issues/117890
- class: org.elasticsearch.xpack.esql.plugin.ClusterRequestTests
method: testFallbackIndicesOptions
issue: https://github.com/elastic/elasticsearch/issues/117937
- class: org.elasticsearch.xpack.esql.qa.single_node.RequestIndexFilteringIT
method: testFieldExistsFilter_KeepWildcard
issue: https://github.com/elastic/elasticsearch/issues/117935
- class: org.elasticsearch.xpack.esql.qa.multi_node.RequestIndexFilteringIT
method: testFieldExistsFilter_KeepWildcard
issue: https://github.com/elastic/elasticsearch/issues/117935
- class: org.elasticsearch.xpack.ml.integration.RegressionIT
method: testTwoJobsWithSameRandomizeSeedUseSameTrainingSet
issue: https://github.com/elastic/elasticsearch/issues/117805
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
method: test {lookup-join.LookupIPFromIndexKeep ASYNC}
issue: https://github.com/elastic/elasticsearch/issues/117974
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
method: test {lookup-join.LookupMessageFromIndex ASYNC}
issue: https://github.com/elastic/elasticsearch/issues/117975
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
method: test {lookup-join.LookupMessageFromIndexKeep ASYNC}
issue: https://github.com/elastic/elasticsearch/issues/117976
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
method: test {lookup-join.LookupMessageFromIndex SYNC}
issue: https://github.com/elastic/elasticsearch/issues/117980
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
issue: https://github.com/elastic/elasticsearch/issues/117981

# Examples:
#
Expand Down Expand Up @@ -444,3 +386,31 @@ tests:
# - class: "org.elasticsearch.xpack.esql.**"
# method: "test {union_types.MultiIndexIpStringStatsInline *}"
# issue: "https://github.com/elastic/elasticsearch/..."
- class: org.elasticsearch.reservedstate.service.FileSettingsServiceTests
method: testStopWorksInMiddleOfProcessing
issue: https://github.com/elastic/elasticsearch/issues/117591
- class: org.elasticsearch.repositories.s3.RepositoryS3ClientYamlTestSuiteIT
issue: https://github.com/elastic/elasticsearch/issues/117596
- class: "org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT"
method: "test {scoring.*}"
issue: https://github.com/elastic/elasticsearch/issues/117641
- class: "org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT"
method: "test {scoring.*}"
issue: https://github.com/elastic/elasticsearch/issues/117641
- class: "org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT"
method: "test {scoring.*}"
issue: https://github.com/elastic/elasticsearch/issues/117641
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
method: test {scoring.QstrWithFieldAndScoringSortedEval}
issue: https://github.com/elastic/elasticsearch/issues/117751
- class: org.elasticsearch.search.ccs.CrossClusterIT
method: testCancel
issue: https://github.com/elastic/elasticsearch/issues/108061
- class: org.elasticsearch.xpack.ml.integration.RegressionIT
method: testTwoJobsWithSameRandomizeSeedUseSameTrainingSet
issue: https://github.com/elastic/elasticsearch/issues/117805
- class: org.elasticsearch.xpack.security.authc.ldap.UserAttributeGroupsResolverTests
issue: https://github.com/elastic/elasticsearch/issues/116537
- class: org.elasticsearch.xpack.core.ml.search.SparseVectorQueryBuilderTests
method: testToQuery
issue: https://github.com/elastic/elasticsearch/issues/117998

0 comments on commit a040996

Please sign in to comment.