@@ -489,21 +489,12 @@ tests:
489489- class : org.elasticsearch.search.CCSDuelIT
490490 method : testTermsAggsWithProfile
491491 issue : https://github.com/elastic/elasticsearch/issues/132880
492- - class : org.elasticsearch.index.mapper.LongFieldMapperTests
493- method : testFetchMany
494- issue : https://github.com/elastic/elasticsearch/issues/132948
495- - class : org.elasticsearch.index.mapper.LongFieldMapperTests
496- method : testFetch
497- issue : https://github.com/elastic/elasticsearch/issues/132956
498492- class : org.elasticsearch.cluster.ClusterInfoServiceIT
499493 method : testMaxQueueLatenciesInClusterInfo
500494 issue : https://github.com/elastic/elasticsearch/issues/132957
501495- class : org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
502496 method : test {p0=search/400_synthetic_source/_doc_count}
503497 issue : https://github.com/elastic/elasticsearch/issues/132965
504- - class : org.elasticsearch.index.mapper.LongFieldMapperTests
505- method : testSyntheticSourceWithTranslogSnapshot
506- issue : https://github.com/elastic/elasticsearch/issues/132964
507498- class : org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
508499 method : test {p0=search/160_exists_query/Test exists query on unmapped float field}
509500 issue : https://github.com/elastic/elasticsearch/issues/132984
@@ -594,15 +585,9 @@ tests:
594585- class : org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT
595586 method : testCCSClusterDetailsWhereAllShardsSkippedInCanMatch
596587 issue : https://github.com/elastic/elasticsearch/issues/133370
597- - class : org.elasticsearch.index.mapper.LongFieldMapperTests
598- method : testSyntheticSourceMany
599- issue : https://github.com/elastic/elasticsearch/issues/133394
600588- class : org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT
601589 method : test {p0=search.vectors/42_knn_search_int4_flat/kNN search with filter}
602590 issue : https://github.com/elastic/elasticsearch/issues/133420
603- - class : org.elasticsearch.index.mapper.LongFieldMapperTests
604- method : testSyntheticSourceInNestedObject
605- issue : https://github.com/elastic/elasticsearch/issues/133426
606591- class : org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT
607592 method : test {p0=search/160_exists_query/Test exists query on date field in empty index}
608593 issue : https://github.com/elastic/elasticsearch/issues/133439
@@ -627,9 +612,6 @@ tests:
627612- class : org.elasticsearch.xpack.esql.action.CrossClusterAsyncQueryStopIT
628613 method : testStopQueryLocal
629614 issue : https://github.com/elastic/elasticsearch/issues/133481
630- - class : org.elasticsearch.index.mapper.LongFieldMapperTests
631- method : testSyntheticSource
632- issue : https://github.com/elastic/elasticsearch/issues/133496
633615- class : org.elasticsearch.xpack.logsdb.qa.StandardVersusStandardReindexedIntoLogsDbChallengeRestIT
634616 method : testEsqlSource
635617 issue : https://github.com/elastic/elasticsearch/issues/132601
@@ -675,6 +657,39 @@ tests:
675657- class : org.elasticsearch.xpack.logsdb.qa.LogsDbVersusReindexedLogsDbChallengeRestIT
676658 method : testEsqlSource
677659 issue : https://github.com/elastic/elasticsearch/issues/133520
660+ - class : org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT
661+ method : testTopNPushedToLucene
662+ issue : https://github.com/elastic/elasticsearch/issues/133556
663+ - class : org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT
664+ method : testFilterNestedFields
665+ issue : https://github.com/elastic/elasticsearch/issues/133557
666+ - class : org.elasticsearch.xpack.logsdb.qa.LogsDbVersusReindexedLogsDbChallengeRestIT
667+ method : testMatchAllQuery
668+ issue : https://github.com/elastic/elasticsearch/issues/133560
669+ - class : org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT
670+ method : test {p0=search/10_source_filtering/no filtering}
671+ issue : https://github.com/elastic/elasticsearch/issues/133561
672+ - class : org.elasticsearch.compute.lucene.LuceneTopNSourceOperatorTests
673+ method : testShardDataPartitioning
674+ issue : https://github.com/elastic/elasticsearch/issues/133574
675+ - class : org.elasticsearch.compute.data.BasicBlockTests
676+ method : testIntBlock
677+ issue : https://github.com/elastic/elasticsearch/issues/133596
678+ - class : org.elasticsearch.xpack.logsdb.patternedtext.PatternedTextFieldMapperTests
679+ method : testSyntheticSourceMany
680+ issue : https://github.com/elastic/elasticsearch/issues/133598
681+ - class : org.elasticsearch.compute.lucene.LuceneTopNSourceOperatorTests
682+ method : testWithCranky
683+ issue : https://github.com/elastic/elasticsearch/issues/133600
684+ - class : org.elasticsearch.compute.data.BasicBlockTests
685+ method : testDoubleBlock
686+ issue : https://github.com/elastic/elasticsearch/issues/133606
687+ - class : org.elasticsearch.compute.lucene.LuceneTopNSourceOperatorTests
688+ method : testShardDataPartitioningWithCranky
689+ issue : https://github.com/elastic/elasticsearch/issues/133607
690+ - class : org.elasticsearch.compute.data.BasicBlockTests
691+ method : testBooleanBlock
692+ issue : https://github.com/elastic/elasticsearch/issues/133608
678693
679694# Examples:
680695#
0 commit comments