Skip to content

Commit 91e9135

Browse files
committed
fix typo in muted CSV test for scoring in ES|QL (elastic#118665)
(cherry picked from commit a583a38)
1 parent b1f6311 commit 91e9135

File tree

1 file changed

+27
-28
lines changed

1 file changed

+27
-28
lines changed

muted-tests.yml

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -299,15 +299,6 @@ tests:
299299
- class: org.elasticsearch.search.basic.SearchWithRandomIOExceptionsIT
300300
method: testRandomDirectoryIOExceptions
301301
issue: https://github.com/elastic/elasticsearch/issues/114824
302-
- class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT
303-
method: testRerank {upgradedNodes=1}
304-
issue: https://github.com/elastic/elasticsearch/issues/116973
305-
- class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT
306-
method: testCohereEmbeddings {upgradedNodes=1}
307-
issue: https://github.com/elastic/elasticsearch/issues/116974
308-
- class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT
309-
method: testCohereEmbeddings {upgradedNodes=2}
310-
issue: https://github.com/elastic/elasticsearch/issues/116975
311302
- class: org.elasticsearch.xpack.inference.InferenceRestIT
312303
method: test {p0=inference/40_semantic_text_query/Query a field that uses the default ELSER 2 endpoint}
313304
issue: https://github.com/elastic/elasticsearch/issues/117027
@@ -382,7 +373,7 @@ tests:
382373
- class: "org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT"
383374
method: "test {scoring.*}"
384375
issue: https://github.com/elastic/elasticsearch/issues/117641
385-
- class: "org.elasticsearch.xpack.esql.qa.mixed.MultilusterEsqlSpecIT"
376+
- class: "org.elasticsearch.xpack.esql.qa.mixed.MultiClusterEsqlSpecIT"
386377
method: "test {scoring.*}"
387378
issue: https://github.com/elastic/elasticsearch/issues/118460
388379
- class: "org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT"
@@ -411,21 +402,6 @@ tests:
411402
- class: org.elasticsearch.upgrades.HealthNodeUpgradeIT
412403
method: testHealthNode {upgradedNodes=2}
413404
issue: https://github.com/elastic/elasticsearch/issues/118158
414-
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
415-
method: testOpenAiEmbeddings {upgradedNodes=1}
416-
issue: https://github.com/elastic/elasticsearch/issues/118156
417-
- class: org.elasticsearch.xpack.application.HuggingFaceServiceUpgradeIT
418-
method: testElser {upgradedNodes=1}
419-
issue: https://github.com/elastic/elasticsearch/issues/118127
420-
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
421-
method: testOpenAiCompletions {upgradedNodes=1}
422-
issue: https://github.com/elastic/elasticsearch/issues/118162
423-
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
424-
method: testOpenAiCompletions {upgradedNodes=2}
425-
issue: https://github.com/elastic/elasticsearch/issues/118163
426-
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
427-
method: testOpenAiEmbeddings {upgradedNodes=2}
428-
issue: https://github.com/elastic/elasticsearch/issues/118204
429405
- class: org.elasticsearch.xpack.migrate.action.ReindexDataStreamTransportActionIT
430406
method: testNonExistentDataStream
431407
issue: https://github.com/elastic/elasticsearch/issues/118275
@@ -435,9 +411,6 @@ tests:
435411
- class: org.elasticsearch.xpack.inference.DefaultEndPointsIT
436412
method: testInferDeploysDefaultRerank
437413
issue: https://github.com/elastic/elasticsearch/issues/118184
438-
- class: org.elasticsearch.xpack.application.HuggingFaceServiceUpgradeIT
439-
method: testHFEmbeddings {upgradedNodes=1}
440-
issue: https://github.com/elastic/elasticsearch/issues/118197
441414
- class: org.elasticsearch.reservedstate.service.RepositoriesFileSettingsIT
442415
method: testSettingsApplied
443416
issue: https://github.com/elastic/elasticsearch/issues/116694
@@ -473,3 +446,29 @@ tests:
473446
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
474447
method: test {stats.ByDateAndKeywordAndIntWithAlias SYNC}
475448
issue: https://github.com/elastic/elasticsearch/issues/118668
449+
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
450+
method: testOpenAiEmbeddings {upgradedNodes=1}
451+
issue: https://github.com/elastic/elasticsearch/issues/118156
452+
- class: org.elasticsearch.xpack.application.HuggingFaceServiceUpgradeIT
453+
method: testHFEmbeddings {upgradedNodes=1}
454+
issue: https://github.com/elastic/elasticsearch/issues/118197
455+
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
456+
method: testOpenAiCompletions {upgradedNodes=2}
457+
issue: https://github.com/elastic/elasticsearch/issues/118163
458+
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
459+
method: testOpenAiCompletions {upgradedNodes=1}
460+
issue: https://github.com/elastic/elasticsearch/issues/118162
461+
- class: org.elasticsearch.xpack.application.HuggingFaceServiceUpgradeIT
462+
method: testElser {upgradedNodes=1}
463+
issue: https://github.com/elastic/elasticsearch/issues/118127
464+
- class: org.elasticsearch.xpack.esql.optimizer.PhysicalPlanOptimizerTests
465+
method: testVerifierOnMissingReferencesWithBinaryPlans {default}
466+
issue: https://github.com/elastic/elasticsearch/issues/118707
467+
- class: org.elasticsearch.xpack.application.CohereServiceUpgradeIT
468+
method: testCohereEmbeddings {upgradedNodes=1}
469+
issue: https://github.com/elastic/elasticsearch/issues/116974
470+
- class: org.elasticsearch.index.engine.RecoverySourcePruneMergePolicyTests
471+
method: testPruneSome
472+
issue: https://github.com/elastic/elasticsearch/issues/118728
473+
- class: org.elasticsearch.xpack.esql.optimizer.LogicalPlanOptimizerTests
474+
issue: https://github.com/elastic/elasticsearch/issues/118721

0 commit comments

Comments
 (0)