Skip to content

Commit

Permalink
fix typo in muted CSV test for scoring in ES|QL (elastic#118665)
Browse files Browse the repository at this point in the history
(cherry picked from commit a583a38)
  • Loading branch information
tteofili committed Dec 16, 2024
1 parent b1f6311 commit 91e9135
Showing 1 changed file with 27 additions and 28 deletions.
55 changes: 27 additions & 28 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,15 +299,6 @@ tests:
- class: org.elasticsearch.search.basic.SearchWithRandomIOExceptionsIT
method: testRandomDirectoryIOExceptions
issue: https://github.com/elastic/elasticsearch/issues/114824
- class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT
method: testRerank {upgradedNodes=1}
issue: https://github.com/elastic/elasticsearch/issues/116973
- class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT
method: testCohereEmbeddings {upgradedNodes=1}
issue: https://github.com/elastic/elasticsearch/issues/116974
- class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT
method: testCohereEmbeddings {upgradedNodes=2}
issue: https://github.com/elastic/elasticsearch/issues/116975
- class: org.elasticsearch.xpack.inference.InferenceRestIT
method: test {p0=inference/40_semantic_text_query/Query a field that uses the default ELSER 2 endpoint}
issue: https://github.com/elastic/elasticsearch/issues/117027
Expand Down Expand Up @@ -382,7 +373,7 @@ tests:
- class: "org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT"
method: "test {scoring.*}"
issue: https://github.com/elastic/elasticsearch/issues/117641
- class: "org.elasticsearch.xpack.esql.qa.mixed.MultilusterEsqlSpecIT"
- class: "org.elasticsearch.xpack.esql.qa.mixed.MultiClusterEsqlSpecIT"
method: "test {scoring.*}"
issue: https://github.com/elastic/elasticsearch/issues/118460
- class: "org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT"
Expand Down Expand Up @@ -411,21 +402,6 @@ tests:
- class: org.elasticsearch.upgrades.HealthNodeUpgradeIT
method: testHealthNode {upgradedNodes=2}
issue: https://github.com/elastic/elasticsearch/issues/118158
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
method: testOpenAiEmbeddings {upgradedNodes=1}
issue: https://github.com/elastic/elasticsearch/issues/118156
- class: org.elasticsearch.xpack.application.HuggingFaceServiceUpgradeIT
method: testElser {upgradedNodes=1}
issue: https://github.com/elastic/elasticsearch/issues/118127
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
method: testOpenAiCompletions {upgradedNodes=1}
issue: https://github.com/elastic/elasticsearch/issues/118162
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
method: testOpenAiCompletions {upgradedNodes=2}
issue: https://github.com/elastic/elasticsearch/issues/118163
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
method: testOpenAiEmbeddings {upgradedNodes=2}
issue: https://github.com/elastic/elasticsearch/issues/118204
- class: org.elasticsearch.xpack.migrate.action.ReindexDataStreamTransportActionIT
method: testNonExistentDataStream
issue: https://github.com/elastic/elasticsearch/issues/118275
Expand All @@ -435,9 +411,6 @@ tests:
- class: org.elasticsearch.xpack.inference.DefaultEndPointsIT
method: testInferDeploysDefaultRerank
issue: https://github.com/elastic/elasticsearch/issues/118184
- class: org.elasticsearch.xpack.application.HuggingFaceServiceUpgradeIT
method: testHFEmbeddings {upgradedNodes=1}
issue: https://github.com/elastic/elasticsearch/issues/118197
- class: org.elasticsearch.reservedstate.service.RepositoriesFileSettingsIT
method: testSettingsApplied
issue: https://github.com/elastic/elasticsearch/issues/116694
Expand Down Expand Up @@ -473,3 +446,29 @@ tests:
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
method: test {stats.ByDateAndKeywordAndIntWithAlias SYNC}
issue: https://github.com/elastic/elasticsearch/issues/118668
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
method: testOpenAiEmbeddings {upgradedNodes=1}
issue: https://github.com/elastic/elasticsearch/issues/118156
- class: org.elasticsearch.xpack.application.HuggingFaceServiceUpgradeIT
method: testHFEmbeddings {upgradedNodes=1}
issue: https://github.com/elastic/elasticsearch/issues/118197
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
method: testOpenAiCompletions {upgradedNodes=2}
issue: https://github.com/elastic/elasticsearch/issues/118163
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
method: testOpenAiCompletions {upgradedNodes=1}
issue: https://github.com/elastic/elasticsearch/issues/118162
- class: org.elasticsearch.xpack.application.HuggingFaceServiceUpgradeIT
method: testElser {upgradedNodes=1}
issue: https://github.com/elastic/elasticsearch/issues/118127
- class: org.elasticsearch.xpack.esql.optimizer.PhysicalPlanOptimizerTests
method: testVerifierOnMissingReferencesWithBinaryPlans {default}
issue: https://github.com/elastic/elasticsearch/issues/118707
- class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT
method: testCohereEmbeddings {upgradedNodes=1}
issue: https://github.com/elastic/elasticsearch/issues/116974
- class: org.elasticsearch.index.engine.RecoverySourcePruneMergePolicyTests
method: testPruneSome
issue: https://github.com/elastic/elasticsearch/issues/118728
- class: org.elasticsearch.xpack.esql.optimizer.LogicalPlanOptimizerTests
issue: https://github.com/elastic/elasticsearch/issues/118721

0 comments on commit 91e9135

Please sign in to comment.